POST GiftCardPrograms
Creates a new getGiftCardProgram.
Request Information
URI Parameters
None.
Body Parameters
The data of the getGiftCardProgram.
GiftCardProgramDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
NetworkId | globally unique identifier |
None. |
|
NetworkName | string |
None. |
|
Code | string |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
SingleUse | boolean |
None. |
|
Rechargable | boolean |
None. |
|
CurrentAccountMode | byte |
None. |
|
CurrencyId | globally unique identifier |
None. |
|
CurrencyCode | string |
None. |
|
Periodicity | byte |
None. |
|
Duration | integer |
None. |
|
StartDate | string |
None. |
|
ValidateSites | boolean |
None. |
|
ValidateExpirationDate | boolean |
None. |
|
UseCreationDateOnExpirationStrategy | boolean |
None. |
|
ActiveCards | boolean |
None. |
|
CardPeriodicity | byte |
None. |
|
CardDuration | integer |
None. |
|
BINRange | string |
None. |
|
Discounts | Collection of GiftCardProgramDiscountDto |
None. |
|
Fuels | Collection of GiftCardProgramFuelDto |
None. |
|
Sites | Collection of GiftCardProgramSiteDto |
None. |
|
Values | Collection of GiftCardProgramValueDto |
None. |
|
IdentificationsTypesModel | GiftCardProgramIdentificationTypeModelDto |
None. |
|
Rule | GiftCardProgramRuleDto |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "17c34130-0807-462d-af59-3cc502bb3043", "NetworkId": "415cac00-5cb8-424e-a448-91bd574f0043", "NetworkName": "sample string 3", "Code": "sample string 4", "Name": "sample string 5", "Description": "sample string 6", "SingleUse": true, "Rechargable": true, "CurrentAccountMode": 64, "CurrencyId": "c4e077ad-0f30-4e2c-b17a-197c9fd992b9", "CurrencyCode": "sample string 11", "Periodicity": 64, "Duration": 13, "StartDate": "sample string 14", "ValidateSites": true, "ValidateExpirationDate": true, "UseCreationDateOnExpirationStrategy": true, "ActiveCards": true, "CardPeriodicity": 64, "CardDuration": 1, "BINRange": "sample string 19", "Discounts": [ { "Id": "b6556efd-74bb-405d-ba69-00a239fe8528", "SiteId": "60f45b62-3d60-497b-925d-bc5da8daf882", "SiteName": "sample string 2", "FuelId": "2beeeee1-8535-483b-b681-26496f999c65", "FuelName": "sample string 3", "Type": 64, "TypeName": "sample string 5", "Value": 6.0, "DateFrom": "sample string 7", "TimeFrom": "sample string 8", "DateTo": "sample string 9", "TimeTo": "sample string 10", "State": 64, "Description": "sample string 12" }, { "Id": "b6556efd-74bb-405d-ba69-00a239fe8528", "SiteId": "60f45b62-3d60-497b-925d-bc5da8daf882", "SiteName": "sample string 2", "FuelId": "2beeeee1-8535-483b-b681-26496f999c65", "FuelName": "sample string 3", "Type": 64, "TypeName": "sample string 5", "Value": 6.0, "DateFrom": "sample string 7", "TimeFrom": "sample string 8", "DateTo": "sample string 9", "TimeTo": "sample string 10", "State": 64, "Description": "sample string 12" } ], "Fuels": [ { "FuelMasterId": "138ab2ab-cce8-4123-b620-ee317e63a143", "FuelMasterName": "sample string 2", "Price": 1.0 }, { "FuelMasterId": "138ab2ab-cce8-4123-b620-ee317e63a143", "FuelMasterName": "sample string 2", "Price": 1.0 } ], "Sites": [ { "SiteId": "2b57e87d-9629-4482-b16b-d04d7f9c4dea", "SiteName": "sample string 2", "SiteCode": "sample string 3", "Fuels": [ { "FuelMasterId": "138ab2ab-cce8-4123-b620-ee317e63a143", "FuelMasterName": "sample string 2", "Price": 1.0 }, { "FuelMasterId": "138ab2ab-cce8-4123-b620-ee317e63a143", "FuelMasterName": "sample string 2", "Price": 1.0 } ] }, { "SiteId": "2b57e87d-9629-4482-b16b-d04d7f9c4dea", "SiteName": "sample string 2", "SiteCode": "sample string 3", "Fuels": [ { "FuelMasterId": "138ab2ab-cce8-4123-b620-ee317e63a143", "FuelMasterName": "sample string 2", "Price": 1.0 }, { "FuelMasterId": "138ab2ab-cce8-4123-b620-ee317e63a143", "FuelMasterName": "sample string 2", "Price": 1.0 } ] } ], "Values": [ { "Id": "02c8156f-2be4-44e3-8a64-67fa80ebd9cd", "GiftCardProgramId": "a16f588b-0770-4801-9c85-f2c588a179d2", "Value": 3.0 }, { "Id": "02c8156f-2be4-44e3-8a64-67fa80ebd9cd", "GiftCardProgramId": "a16f588b-0770-4801-9c85-f2c588a179d2", "Value": 3.0 } ], "IdentificationsTypesModel": { "Id": "214eeaf9-8a89-4d7d-ac45-d67ae0b352bf", "NetworkId": "73e1120e-5cc5-4a29-9556-84919d2494a9", "IgnoreTerminalVehicleIdBehavior": true, "RequirePin": true, "PinDigits": 1, "RequiresPINChange": true, "NotSupportOffline": true }, "Rule": { "Id": "a7e74d6f-c639-4af4-a836-ce52b185eeb2", "NetworkId": "0851b6b6-967e-4757-a4cf-7b5d4f5b5516", "NetworkName": "sample string 2", "Retries": 1, "VehiclePINReprompt": true, "SecondaryTrackReprompt": true, "MiscellaneousReprompt": true, "OdometerReprompt": true, "OdometerMinVariation": 1, "OdometerMaxVariation": 1, "EngineHoursReprompt": true, "EngineHoursMinVariation": 1, "EngineHoursMaxVariation": 1, "RuleType": 1, "Description": "sample string 8", "DriverIdReprompt": true, "DriverPINReprompt": true, "TruckUnitNumberReprompt": true, "TrailerNumberReprompt": true, "Owner": 64, "RuleTypeDescription": "sample string 14", "ProgramId": "923b0b36-b618-4b2a-840e-f4176ef2f5bc", "ProgramDescription": "sample string 15", "VehicleIdReprompt": true, "SecondaryTrack": true } }
application/xml, text/xml
Sample:
<GiftCardProgramDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <ActiveCards>true</ActiveCards> <BINRange>sample string 19</BINRange> <CardDuration>1</CardDuration> <CardPeriodicity>64</CardPeriodicity> <Code>sample string 4</Code> <CurrencyCode>sample string 11</CurrencyCode> <CurrencyId>c4e077ad-0f30-4e2c-b17a-197c9fd992b9</CurrencyId> <CurrentAccountMode>64</CurrentAccountMode> <Description>sample string 6</Description> <Discounts> <GiftCardProgramDiscountDto> <DateFrom>sample string 7</DateFrom> <DateTo>sample string 9</DateTo> <Description>sample string 12</Description> <FuelId>2beeeee1-8535-483b-b681-26496f999c65</FuelId> <FuelName>sample string 3</FuelName> <Id>b6556efd-74bb-405d-ba69-00a239fe8528</Id> <SiteId>60f45b62-3d60-497b-925d-bc5da8daf882</SiteId> <SiteName>sample string 2</SiteName> <State>64</State> <TimeFrom>sample string 8</TimeFrom> <TimeTo>sample string 10</TimeTo> <Type>64</Type> <TypeName>sample string 5</TypeName> <Value>6</Value> </GiftCardProgramDiscountDto> <GiftCardProgramDiscountDto> <DateFrom>sample string 7</DateFrom> <DateTo>sample string 9</DateTo> <Description>sample string 12</Description> <FuelId>2beeeee1-8535-483b-b681-26496f999c65</FuelId> <FuelName>sample string 3</FuelName> <Id>b6556efd-74bb-405d-ba69-00a239fe8528</Id> <SiteId>60f45b62-3d60-497b-925d-bc5da8daf882</SiteId> <SiteName>sample string 2</SiteName> <State>64</State> <TimeFrom>sample string 8</TimeFrom> <TimeTo>sample string 10</TimeTo> <Type>64</Type> <TypeName>sample string 5</TypeName> <Value>6</Value> </GiftCardProgramDiscountDto> </Discounts> <Duration>13</Duration> <Fuels> <GiftCardProgramFuelDto> <FuelMasterId>138ab2ab-cce8-4123-b620-ee317e63a143</FuelMasterId> <FuelMasterName>sample string 2</FuelMasterName> <Price>1</Price> </GiftCardProgramFuelDto> <GiftCardProgramFuelDto> <FuelMasterId>138ab2ab-cce8-4123-b620-ee317e63a143</FuelMasterId> <FuelMasterName>sample string 2</FuelMasterName> <Price>1</Price> </GiftCardProgramFuelDto> </Fuels> <Id>17c34130-0807-462d-af59-3cc502bb3043</Id> <IdentificationsTypesModel> <Id>214eeaf9-8a89-4d7d-ac45-d67ae0b352bf</Id> <IgnoreTerminalVehicleIdBehavior>true</IgnoreTerminalVehicleIdBehavior> <NetworkId>73e1120e-5cc5-4a29-9556-84919d2494a9</NetworkId> <NotSupportOffline>true</NotSupportOffline> <PinDigits>1</PinDigits> <RequirePin>true</RequirePin> <RequiresPINChange>true</RequiresPINChange> </IdentificationsTypesModel> <Name>sample string 5</Name> <NetworkId>415cac00-5cb8-424e-a448-91bd574f0043</NetworkId> <NetworkName>sample string 3</NetworkName> <Periodicity>64</Periodicity> <Rechargable>true</Rechargable> <Rule> <Description>sample string 8</Description> <DriverIdReprompt>true</DriverIdReprompt> <DriverPINReprompt>true</DriverPINReprompt> <EngineHoursMaxVariation>1</EngineHoursMaxVariation> <EngineHoursMinVariation>1</EngineHoursMinVariation> <EngineHoursReprompt>true</EngineHoursReprompt> <Id>a7e74d6f-c639-4af4-a836-ce52b185eeb2</Id> <MiscellaneousReprompt>true</MiscellaneousReprompt> <NetworkId>0851b6b6-967e-4757-a4cf-7b5d4f5b5516</NetworkId> <NetworkName>sample string 2</NetworkName> <OdometerMaxVariation>1</OdometerMaxVariation> <OdometerMinVariation>1</OdometerMinVariation> <OdometerReprompt>true</OdometerReprompt> <Owner>64</Owner> <ProgramDescription>sample string 15</ProgramDescription> <ProgramId>923b0b36-b618-4b2a-840e-f4176ef2f5bc</ProgramId> <Retries>1</Retries> <RuleType>1</RuleType> <RuleTypeDescription>sample string 14</RuleTypeDescription> <SecondaryTrack>true</SecondaryTrack> <SecondaryTrackReprompt>true</SecondaryTrackReprompt> <TrailerNumberReprompt>true</TrailerNumberReprompt> <TruckUnitNumberReprompt>true</TruckUnitNumberReprompt> <VehicleIdReprompt>true</VehicleIdReprompt> <VehiclePINReprompt>true</VehiclePINReprompt> </Rule> <SingleUse>true</SingleUse> <Sites> <GiftCardProgramSiteDto> <Fuels> <GiftCardProgramFuelDto> <FuelMasterId>138ab2ab-cce8-4123-b620-ee317e63a143</FuelMasterId> <FuelMasterName>sample string 2</FuelMasterName> <Price>1</Price> </GiftCardProgramFuelDto> <GiftCardProgramFuelDto> <FuelMasterId>138ab2ab-cce8-4123-b620-ee317e63a143</FuelMasterId> <FuelMasterName>sample string 2</FuelMasterName> <Price>1</Price> </GiftCardProgramFuelDto> </Fuels> <SiteCode>sample string 3</SiteCode> <SiteId>2b57e87d-9629-4482-b16b-d04d7f9c4dea</SiteId> <SiteName>sample string 2</SiteName> </GiftCardProgramSiteDto> <GiftCardProgramSiteDto> <Fuels> <GiftCardProgramFuelDto> <FuelMasterId>138ab2ab-cce8-4123-b620-ee317e63a143</FuelMasterId> <FuelMasterName>sample string 2</FuelMasterName> <Price>1</Price> </GiftCardProgramFuelDto> <GiftCardProgramFuelDto> <FuelMasterId>138ab2ab-cce8-4123-b620-ee317e63a143</FuelMasterId> <FuelMasterName>sample string 2</FuelMasterName> <Price>1</Price> </GiftCardProgramFuelDto> </Fuels> <SiteCode>sample string 3</SiteCode> <SiteId>2b57e87d-9629-4482-b16b-d04d7f9c4dea</SiteId> <SiteName>sample string 2</SiteName> </GiftCardProgramSiteDto> </Sites> <StartDate>sample string 14</StartDate> <UseCreationDateOnExpirationStrategy>true</UseCreationDateOnExpirationStrategy> <ValidateExpirationDate>true</ValidateExpirationDate> <ValidateSites>true</ValidateSites> <Values> <GiftCardProgramValueDto> <GiftCardProgramId>a16f588b-0770-4801-9c85-f2c588a179d2</GiftCardProgramId> <Id>02c8156f-2be4-44e3-8a64-67fa80ebd9cd</Id> <Value>3</Value> </GiftCardProgramValueDto> <GiftCardProgramValueDto> <GiftCardProgramId>a16f588b-0770-4801-9c85-f2c588a179d2</GiftCardProgramId> <Id>02c8156f-2be4-44e3-8a64-67fa80ebd9cd</Id> <Value>3</Value> </GiftCardProgramValueDto> </Values> </GiftCardProgramDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action, and if created returns the getGiftCardProgram as GiftCardProgramDto and the link to de getGiftCardProgram.
GiftCardProgramDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
NetworkId | globally unique identifier |
None. |
|
NetworkName | string |
None. |
|
Code | string |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
SingleUse | boolean |
None. |
|
Rechargable | boolean |
None. |
|
CurrentAccountMode | byte |
None. |
|
CurrencyId | globally unique identifier |
None. |
|
CurrencyCode | string |
None. |
|
Periodicity | byte |
None. |
|
Duration | integer |
None. |
|
StartDate | string |
None. |
|
ValidateSites | boolean |
None. |
|
ValidateExpirationDate | boolean |
None. |
|
UseCreationDateOnExpirationStrategy | boolean |
None. |
|
ActiveCards | boolean |
None. |
|
CardPeriodicity | byte |
None. |
|
CardDuration | integer |
None. |
|
BINRange | string |
None. |
|
Discounts | Collection of GiftCardProgramDiscountDto |
None. |
|
Fuels | Collection of GiftCardProgramFuelDto |
None. |
|
Sites | Collection of GiftCardProgramSiteDto |
None. |
|
Values | Collection of GiftCardProgramValueDto |
None. |
|
IdentificationsTypesModel | GiftCardProgramIdentificationTypeModelDto |
None. |
|
Rule | GiftCardProgramRuleDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "165588c0-3db9-4b05-9d88-2e85e6e4c4bd", "NetworkId": "f9b5c894-d0ba-4c8c-86ef-14f16f974fa6", "NetworkName": "sample string 3", "Code": "sample string 4", "Name": "sample string 5", "Description": "sample string 6", "SingleUse": true, "Rechargable": true, "CurrentAccountMode": 64, "CurrencyId": "e454bc4b-07b7-4da8-a694-c2c552cbfc4f", "CurrencyCode": "sample string 11", "Periodicity": 64, "Duration": 13, "StartDate": "sample string 14", "ValidateSites": true, "ValidateExpirationDate": true, "UseCreationDateOnExpirationStrategy": true, "ActiveCards": true, "CardPeriodicity": 64, "CardDuration": 1, "BINRange": "sample string 19", "Discounts": [ { "Id": "6d1ab8d7-d784-442c-8ef1-69af773d34e4", "SiteId": "0975d62d-e955-465b-8bb4-f21f7cc256c8", "SiteName": "sample string 2", "FuelId": "75fba562-1f38-4d8e-8871-790c07a4c74f", "FuelName": "sample string 3", "Type": 64, "TypeName": "sample string 5", "Value": 6.0, "DateFrom": "sample string 7", "TimeFrom": "sample string 8", "DateTo": "sample string 9", "TimeTo": "sample string 10", "State": 64, "Description": "sample string 12" }, { "Id": "6d1ab8d7-d784-442c-8ef1-69af773d34e4", "SiteId": "0975d62d-e955-465b-8bb4-f21f7cc256c8", "SiteName": "sample string 2", "FuelId": "75fba562-1f38-4d8e-8871-790c07a4c74f", "FuelName": "sample string 3", "Type": 64, "TypeName": "sample string 5", "Value": 6.0, "DateFrom": "sample string 7", "TimeFrom": "sample string 8", "DateTo": "sample string 9", "TimeTo": "sample string 10", "State": 64, "Description": "sample string 12" } ], "Fuels": [ { "FuelMasterId": "cec422e6-e834-4dba-b59d-08d058139150", "FuelMasterName": "sample string 2", "Price": 1.0 }, { "FuelMasterId": "cec422e6-e834-4dba-b59d-08d058139150", "FuelMasterName": "sample string 2", "Price": 1.0 } ], "Sites": [ { "SiteId": "78160d3b-0ea5-45b7-bce1-41908317ff79", "SiteName": "sample string 2", "SiteCode": "sample string 3", "Fuels": [ { "FuelMasterId": "cec422e6-e834-4dba-b59d-08d058139150", "FuelMasterName": "sample string 2", "Price": 1.0 }, { "FuelMasterId": "cec422e6-e834-4dba-b59d-08d058139150", "FuelMasterName": "sample string 2", "Price": 1.0 } ] }, { "SiteId": "78160d3b-0ea5-45b7-bce1-41908317ff79", "SiteName": "sample string 2", "SiteCode": "sample string 3", "Fuels": [ { "FuelMasterId": "cec422e6-e834-4dba-b59d-08d058139150", "FuelMasterName": "sample string 2", "Price": 1.0 }, { "FuelMasterId": "cec422e6-e834-4dba-b59d-08d058139150", "FuelMasterName": "sample string 2", "Price": 1.0 } ] } ], "Values": [ { "Id": "a4f1bd54-0284-483f-86e2-d3d2b74f2ebe", "GiftCardProgramId": "f4ea3dd0-50b3-49c8-8a7d-b2d968f3471a", "Value": 3.0 }, { "Id": "a4f1bd54-0284-483f-86e2-d3d2b74f2ebe", "GiftCardProgramId": "f4ea3dd0-50b3-49c8-8a7d-b2d968f3471a", "Value": 3.0 } ], "IdentificationsTypesModel": { "Id": "9dc10851-1342-48c4-9cd1-73b08b6f9a89", "NetworkId": "72bfdf86-de65-4ddf-9a3e-392988338f2a", "IgnoreTerminalVehicleIdBehavior": true, "RequirePin": true, "PinDigits": 1, "RequiresPINChange": true, "NotSupportOffline": true }, "Rule": { "Id": "ed8ca6c8-08b7-499b-a2e6-1c80d56e5d34", "NetworkId": "866f40b4-35af-4b15-bc9f-8421e60b12d8", "NetworkName": "sample string 2", "Retries": 1, "VehiclePINReprompt": true, "SecondaryTrackReprompt": true, "MiscellaneousReprompt": true, "OdometerReprompt": true, "OdometerMinVariation": 1, "OdometerMaxVariation": 1, "EngineHoursReprompt": true, "EngineHoursMinVariation": 1, "EngineHoursMaxVariation": 1, "RuleType": 1, "Description": "sample string 8", "DriverIdReprompt": true, "DriverPINReprompt": true, "TruckUnitNumberReprompt": true, "TrailerNumberReprompt": true, "Owner": 64, "RuleTypeDescription": "sample string 14", "ProgramId": "688f5b93-1672-4556-986f-07cf35d8e0a5", "ProgramDescription": "sample string 15", "VehicleIdReprompt": true, "SecondaryTrack": true } }
application/xml, text/xml
Sample:
<GiftCardProgramDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <ActiveCards>true</ActiveCards> <BINRange>sample string 19</BINRange> <CardDuration>1</CardDuration> <CardPeriodicity>64</CardPeriodicity> <Code>sample string 4</Code> <CurrencyCode>sample string 11</CurrencyCode> <CurrencyId>e454bc4b-07b7-4da8-a694-c2c552cbfc4f</CurrencyId> <CurrentAccountMode>64</CurrentAccountMode> <Description>sample string 6</Description> <Discounts> <GiftCardProgramDiscountDto> <DateFrom>sample string 7</DateFrom> <DateTo>sample string 9</DateTo> <Description>sample string 12</Description> <FuelId>75fba562-1f38-4d8e-8871-790c07a4c74f</FuelId> <FuelName>sample string 3</FuelName> <Id>6d1ab8d7-d784-442c-8ef1-69af773d34e4</Id> <SiteId>0975d62d-e955-465b-8bb4-f21f7cc256c8</SiteId> <SiteName>sample string 2</SiteName> <State>64</State> <TimeFrom>sample string 8</TimeFrom> <TimeTo>sample string 10</TimeTo> <Type>64</Type> <TypeName>sample string 5</TypeName> <Value>6</Value> </GiftCardProgramDiscountDto> <GiftCardProgramDiscountDto> <DateFrom>sample string 7</DateFrom> <DateTo>sample string 9</DateTo> <Description>sample string 12</Description> <FuelId>75fba562-1f38-4d8e-8871-790c07a4c74f</FuelId> <FuelName>sample string 3</FuelName> <Id>6d1ab8d7-d784-442c-8ef1-69af773d34e4</Id> <SiteId>0975d62d-e955-465b-8bb4-f21f7cc256c8</SiteId> <SiteName>sample string 2</SiteName> <State>64</State> <TimeFrom>sample string 8</TimeFrom> <TimeTo>sample string 10</TimeTo> <Type>64</Type> <TypeName>sample string 5</TypeName> <Value>6</Value> </GiftCardProgramDiscountDto> </Discounts> <Duration>13</Duration> <Fuels> <GiftCardProgramFuelDto> <FuelMasterId>cec422e6-e834-4dba-b59d-08d058139150</FuelMasterId> <FuelMasterName>sample string 2</FuelMasterName> <Price>1</Price> </GiftCardProgramFuelDto> <GiftCardProgramFuelDto> <FuelMasterId>cec422e6-e834-4dba-b59d-08d058139150</FuelMasterId> <FuelMasterName>sample string 2</FuelMasterName> <Price>1</Price> </GiftCardProgramFuelDto> </Fuels> <Id>165588c0-3db9-4b05-9d88-2e85e6e4c4bd</Id> <IdentificationsTypesModel> <Id>9dc10851-1342-48c4-9cd1-73b08b6f9a89</Id> <IgnoreTerminalVehicleIdBehavior>true</IgnoreTerminalVehicleIdBehavior> <NetworkId>72bfdf86-de65-4ddf-9a3e-392988338f2a</NetworkId> <NotSupportOffline>true</NotSupportOffline> <PinDigits>1</PinDigits> <RequirePin>true</RequirePin> <RequiresPINChange>true</RequiresPINChange> </IdentificationsTypesModel> <Name>sample string 5</Name> <NetworkId>f9b5c894-d0ba-4c8c-86ef-14f16f974fa6</NetworkId> <NetworkName>sample string 3</NetworkName> <Periodicity>64</Periodicity> <Rechargable>true</Rechargable> <Rule> <Description>sample string 8</Description> <DriverIdReprompt>true</DriverIdReprompt> <DriverPINReprompt>true</DriverPINReprompt> <EngineHoursMaxVariation>1</EngineHoursMaxVariation> <EngineHoursMinVariation>1</EngineHoursMinVariation> <EngineHoursReprompt>true</EngineHoursReprompt> <Id>ed8ca6c8-08b7-499b-a2e6-1c80d56e5d34</Id> <MiscellaneousReprompt>true</MiscellaneousReprompt> <NetworkId>866f40b4-35af-4b15-bc9f-8421e60b12d8</NetworkId> <NetworkName>sample string 2</NetworkName> <OdometerMaxVariation>1</OdometerMaxVariation> <OdometerMinVariation>1</OdometerMinVariation> <OdometerReprompt>true</OdometerReprompt> <Owner>64</Owner> <ProgramDescription>sample string 15</ProgramDescription> <ProgramId>688f5b93-1672-4556-986f-07cf35d8e0a5</ProgramId> <Retries>1</Retries> <RuleType>1</RuleType> <RuleTypeDescription>sample string 14</RuleTypeDescription> <SecondaryTrack>true</SecondaryTrack> <SecondaryTrackReprompt>true</SecondaryTrackReprompt> <TrailerNumberReprompt>true</TrailerNumberReprompt> <TruckUnitNumberReprompt>true</TruckUnitNumberReprompt> <VehicleIdReprompt>true</VehicleIdReprompt> <VehiclePINReprompt>true</VehiclePINReprompt> </Rule> <SingleUse>true</SingleUse> <Sites> <GiftCardProgramSiteDto> <Fuels> <GiftCardProgramFuelDto> <FuelMasterId>cec422e6-e834-4dba-b59d-08d058139150</FuelMasterId> <FuelMasterName>sample string 2</FuelMasterName> <Price>1</Price> </GiftCardProgramFuelDto> <GiftCardProgramFuelDto> <FuelMasterId>cec422e6-e834-4dba-b59d-08d058139150</FuelMasterId> <FuelMasterName>sample string 2</FuelMasterName> <Price>1</Price> </GiftCardProgramFuelDto> </Fuels> <SiteCode>sample string 3</SiteCode> <SiteId>78160d3b-0ea5-45b7-bce1-41908317ff79</SiteId> <SiteName>sample string 2</SiteName> </GiftCardProgramSiteDto> <GiftCardProgramSiteDto> <Fuels> <GiftCardProgramFuelDto> <FuelMasterId>cec422e6-e834-4dba-b59d-08d058139150</FuelMasterId> <FuelMasterName>sample string 2</FuelMasterName> <Price>1</Price> </GiftCardProgramFuelDto> <GiftCardProgramFuelDto> <FuelMasterId>cec422e6-e834-4dba-b59d-08d058139150</FuelMasterId> <FuelMasterName>sample string 2</FuelMasterName> <Price>1</Price> </GiftCardProgramFuelDto> </Fuels> <SiteCode>sample string 3</SiteCode> <SiteId>78160d3b-0ea5-45b7-bce1-41908317ff79</SiteId> <SiteName>sample string 2</SiteName> </GiftCardProgramSiteDto> </Sites> <StartDate>sample string 14</StartDate> <UseCreationDateOnExpirationStrategy>true</UseCreationDateOnExpirationStrategy> <ValidateExpirationDate>true</ValidateExpirationDate> <ValidateSites>true</ValidateSites> <Values> <GiftCardProgramValueDto> <GiftCardProgramId>f4ea3dd0-50b3-49c8-8a7d-b2d968f3471a</GiftCardProgramId> <Id>a4f1bd54-0284-483f-86e2-d3d2b74f2ebe</Id> <Value>3</Value> </GiftCardProgramValueDto> <GiftCardProgramValueDto> <GiftCardProgramId>f4ea3dd0-50b3-49c8-8a7d-b2d968f3471a</GiftCardProgramId> <Id>a4f1bd54-0284-483f-86e2-d3d2b74f2ebe</Id> <Value>3</Value> </GiftCardProgramValueDto> </Values> </GiftCardProgramDto>