POST GiftCardPrograms
Creates a new getGiftCardProgram.
Request Information
URI Parameters
None.
Body Parameters
The data of the getGiftCardProgram.
GiftCardProgramDto| Name | 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. |
|
| SupportsDryProducts | 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": "fafa9ff8-7782-4318-813b-386548a49da8",
"NetworkId": "dbe631d3-2a31-4b32-bd8b-3a9b4c0d556d",
"NetworkName": "sample string 3",
"Code": "sample string 4",
"Name": "sample string 5",
"Description": "sample string 6",
"SingleUse": true,
"Rechargable": true,
"CurrentAccountMode": 64,
"CurrencyId": "4b256d33-0bf7-42c0-b3be-5bf83a220ba1",
"CurrencyCode": "sample string 11",
"Periodicity": 64,
"Duration": 13,
"StartDate": "sample string 14",
"ValidateSites": true,
"SupportsDryProducts": true,
"ValidateExpirationDate": true,
"UseCreationDateOnExpirationStrategy": true,
"ActiveCards": true,
"CardPeriodicity": 64,
"CardDuration": 1,
"BINRange": "sample string 20",
"Discounts": [
{
"Id": "296dbac8-8483-4891-b632-408ba6abeeb8",
"SiteId": "b73c5dfb-83d3-429c-aa74-6afb9a2f5e04",
"SiteName": "sample string 2",
"FuelId": "ba341f22-7b38-4261-9091-eec52c2203ab",
"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": "296dbac8-8483-4891-b632-408ba6abeeb8",
"SiteId": "b73c5dfb-83d3-429c-aa74-6afb9a2f5e04",
"SiteName": "sample string 2",
"FuelId": "ba341f22-7b38-4261-9091-eec52c2203ab",
"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": "156ccfbb-c075-4241-91d3-518bff400375",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "156ccfbb-c075-4241-91d3-518bff400375",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
],
"Sites": [
{
"SiteId": "80517269-fa0c-4c65-b2f9-aa2146e21fdd",
"SiteName": "sample string 2",
"SiteCode": "sample string 3",
"Fuels": [
{
"FuelMasterId": "156ccfbb-c075-4241-91d3-518bff400375",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "156ccfbb-c075-4241-91d3-518bff400375",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
]
},
{
"SiteId": "80517269-fa0c-4c65-b2f9-aa2146e21fdd",
"SiteName": "sample string 2",
"SiteCode": "sample string 3",
"Fuels": [
{
"FuelMasterId": "156ccfbb-c075-4241-91d3-518bff400375",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "156ccfbb-c075-4241-91d3-518bff400375",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
]
}
],
"Values": [
{
"Id": "b4680036-3d7e-4a87-afad-78ab7e46ba3c",
"GiftCardProgramId": "a4a17aa3-738f-4c78-8850-45a749c7d5e4",
"Value": 3.0
},
{
"Id": "b4680036-3d7e-4a87-afad-78ab7e46ba3c",
"GiftCardProgramId": "a4a17aa3-738f-4c78-8850-45a749c7d5e4",
"Value": 3.0
}
],
"IdentificationsTypesModel": {
"Id": "0d93b6a8-144c-4a55-b3ea-2fba78e330de",
"NetworkId": "9dd9764e-804a-4359-b822-44c05f00e846",
"IgnoreTerminalVehicleIdBehavior": true,
"RequirePin": true,
"PinDigits": 1,
"RequiresPINChange": true,
"NotSupportOffline": true
},
"Rule": {
"Id": "6fa2aca7-f518-4b25-8062-195cf22b2971",
"NetworkId": "d49f1b10-0657-46fe-b84e-528b1666738c",
"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": "f5b3366d-7a25-4ec7-8fdb-d63064a1f51c",
"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 20</BINRange>
<CardDuration>1</CardDuration>
<CardPeriodicity>64</CardPeriodicity>
<Code>sample string 4</Code>
<CurrencyCode>sample string 11</CurrencyCode>
<CurrencyId>4b256d33-0bf7-42c0-b3be-5bf83a220ba1</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>ba341f22-7b38-4261-9091-eec52c2203ab</FuelId>
<FuelName>sample string 3</FuelName>
<Id>296dbac8-8483-4891-b632-408ba6abeeb8</Id>
<SiteId>b73c5dfb-83d3-429c-aa74-6afb9a2f5e04</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>ba341f22-7b38-4261-9091-eec52c2203ab</FuelId>
<FuelName>sample string 3</FuelName>
<Id>296dbac8-8483-4891-b632-408ba6abeeb8</Id>
<SiteId>b73c5dfb-83d3-429c-aa74-6afb9a2f5e04</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>156ccfbb-c075-4241-91d3-518bff400375</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>156ccfbb-c075-4241-91d3-518bff400375</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<Id>fafa9ff8-7782-4318-813b-386548a49da8</Id>
<IdentificationsTypesModel>
<Id>0d93b6a8-144c-4a55-b3ea-2fba78e330de</Id>
<IgnoreTerminalVehicleIdBehavior>true</IgnoreTerminalVehicleIdBehavior>
<NetworkId>9dd9764e-804a-4359-b822-44c05f00e846</NetworkId>
<NotSupportOffline>true</NotSupportOffline>
<PinDigits>1</PinDigits>
<RequirePin>true</RequirePin>
<RequiresPINChange>true</RequiresPINChange>
</IdentificationsTypesModel>
<Name>sample string 5</Name>
<NetworkId>dbe631d3-2a31-4b32-bd8b-3a9b4c0d556d</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>6fa2aca7-f518-4b25-8062-195cf22b2971</Id>
<MiscellaneousReprompt>true</MiscellaneousReprompt>
<NetworkId>d49f1b10-0657-46fe-b84e-528b1666738c</NetworkId>
<NetworkName>sample string 2</NetworkName>
<OdometerMaxVariation>1</OdometerMaxVariation>
<OdometerMinVariation>1</OdometerMinVariation>
<OdometerReprompt>true</OdometerReprompt>
<Owner>64</Owner>
<ProgramDescription>sample string 15</ProgramDescription>
<ProgramId>f5b3366d-7a25-4ec7-8fdb-d63064a1f51c</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>156ccfbb-c075-4241-91d3-518bff400375</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>156ccfbb-c075-4241-91d3-518bff400375</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<SiteCode>sample string 3</SiteCode>
<SiteId>80517269-fa0c-4c65-b2f9-aa2146e21fdd</SiteId>
<SiteName>sample string 2</SiteName>
</GiftCardProgramSiteDto>
<GiftCardProgramSiteDto>
<Fuels>
<GiftCardProgramFuelDto>
<FuelMasterId>156ccfbb-c075-4241-91d3-518bff400375</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>156ccfbb-c075-4241-91d3-518bff400375</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<SiteCode>sample string 3</SiteCode>
<SiteId>80517269-fa0c-4c65-b2f9-aa2146e21fdd</SiteId>
<SiteName>sample string 2</SiteName>
</GiftCardProgramSiteDto>
</Sites>
<StartDate>sample string 14</StartDate>
<SupportsDryProducts>true</SupportsDryProducts>
<UseCreationDateOnExpirationStrategy>true</UseCreationDateOnExpirationStrategy>
<ValidateExpirationDate>true</ValidateExpirationDate>
<ValidateSites>true</ValidateSites>
<Values>
<GiftCardProgramValueDto>
<GiftCardProgramId>a4a17aa3-738f-4c78-8850-45a749c7d5e4</GiftCardProgramId>
<Id>b4680036-3d7e-4a87-afad-78ab7e46ba3c</Id>
<Value>3</Value>
</GiftCardProgramValueDto>
<GiftCardProgramValueDto>
<GiftCardProgramId>a4a17aa3-738f-4c78-8850-45a749c7d5e4</GiftCardProgramId>
<Id>b4680036-3d7e-4a87-afad-78ab7e46ba3c</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.
GiftCardProgramDto| Name | 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. |
|
| SupportsDryProducts | 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": "5387f4f8-9230-4c87-9bec-3134352af3ec",
"NetworkId": "e972af37-6884-4804-a6ed-2d5ad64a284f",
"NetworkName": "sample string 3",
"Code": "sample string 4",
"Name": "sample string 5",
"Description": "sample string 6",
"SingleUse": true,
"Rechargable": true,
"CurrentAccountMode": 64,
"CurrencyId": "89f093d7-1667-419a-8888-0abad682878b",
"CurrencyCode": "sample string 11",
"Periodicity": 64,
"Duration": 13,
"StartDate": "sample string 14",
"ValidateSites": true,
"SupportsDryProducts": true,
"ValidateExpirationDate": true,
"UseCreationDateOnExpirationStrategy": true,
"ActiveCards": true,
"CardPeriodicity": 64,
"CardDuration": 1,
"BINRange": "sample string 20",
"Discounts": [
{
"Id": "81ce065b-cd5e-4518-8c4f-84cb68ed1e07",
"SiteId": "e0a5f3bf-0542-4033-8b3e-4c920f0f17ce",
"SiteName": "sample string 2",
"FuelId": "db6b66d4-db74-45aa-9686-bed5f5563525",
"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": "81ce065b-cd5e-4518-8c4f-84cb68ed1e07",
"SiteId": "e0a5f3bf-0542-4033-8b3e-4c920f0f17ce",
"SiteName": "sample string 2",
"FuelId": "db6b66d4-db74-45aa-9686-bed5f5563525",
"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": "6d766d95-d691-4081-9b25-cdfefd1a9216",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "6d766d95-d691-4081-9b25-cdfefd1a9216",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
],
"Sites": [
{
"SiteId": "942428f2-56a5-4132-b86b-2cb735f2aab3",
"SiteName": "sample string 2",
"SiteCode": "sample string 3",
"Fuels": [
{
"FuelMasterId": "6d766d95-d691-4081-9b25-cdfefd1a9216",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "6d766d95-d691-4081-9b25-cdfefd1a9216",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
]
},
{
"SiteId": "942428f2-56a5-4132-b86b-2cb735f2aab3",
"SiteName": "sample string 2",
"SiteCode": "sample string 3",
"Fuels": [
{
"FuelMasterId": "6d766d95-d691-4081-9b25-cdfefd1a9216",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "6d766d95-d691-4081-9b25-cdfefd1a9216",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
]
}
],
"Values": [
{
"Id": "2094404f-7103-4ab5-9e99-d7ca905c48e8",
"GiftCardProgramId": "b8fcc796-2d57-41e1-8105-37ea47439751",
"Value": 3.0
},
{
"Id": "2094404f-7103-4ab5-9e99-d7ca905c48e8",
"GiftCardProgramId": "b8fcc796-2d57-41e1-8105-37ea47439751",
"Value": 3.0
}
],
"IdentificationsTypesModel": {
"Id": "a205d165-f6c7-43e8-8790-c16a24b3083b",
"NetworkId": "e90ba0a9-24a9-495b-a1a6-9eefb89aba93",
"IgnoreTerminalVehicleIdBehavior": true,
"RequirePin": true,
"PinDigits": 1,
"RequiresPINChange": true,
"NotSupportOffline": true
},
"Rule": {
"Id": "f2f8470a-04ea-4715-bd10-a27329e94fb8",
"NetworkId": "0a2d8623-2c52-4add-aede-4378d31854e3",
"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": "0a296721-eb6d-4aff-95ef-c7fb4ec90703",
"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 20</BINRange>
<CardDuration>1</CardDuration>
<CardPeriodicity>64</CardPeriodicity>
<Code>sample string 4</Code>
<CurrencyCode>sample string 11</CurrencyCode>
<CurrencyId>89f093d7-1667-419a-8888-0abad682878b</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>db6b66d4-db74-45aa-9686-bed5f5563525</FuelId>
<FuelName>sample string 3</FuelName>
<Id>81ce065b-cd5e-4518-8c4f-84cb68ed1e07</Id>
<SiteId>e0a5f3bf-0542-4033-8b3e-4c920f0f17ce</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>db6b66d4-db74-45aa-9686-bed5f5563525</FuelId>
<FuelName>sample string 3</FuelName>
<Id>81ce065b-cd5e-4518-8c4f-84cb68ed1e07</Id>
<SiteId>e0a5f3bf-0542-4033-8b3e-4c920f0f17ce</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>6d766d95-d691-4081-9b25-cdfefd1a9216</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>6d766d95-d691-4081-9b25-cdfefd1a9216</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<Id>5387f4f8-9230-4c87-9bec-3134352af3ec</Id>
<IdentificationsTypesModel>
<Id>a205d165-f6c7-43e8-8790-c16a24b3083b</Id>
<IgnoreTerminalVehicleIdBehavior>true</IgnoreTerminalVehicleIdBehavior>
<NetworkId>e90ba0a9-24a9-495b-a1a6-9eefb89aba93</NetworkId>
<NotSupportOffline>true</NotSupportOffline>
<PinDigits>1</PinDigits>
<RequirePin>true</RequirePin>
<RequiresPINChange>true</RequiresPINChange>
</IdentificationsTypesModel>
<Name>sample string 5</Name>
<NetworkId>e972af37-6884-4804-a6ed-2d5ad64a284f</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>f2f8470a-04ea-4715-bd10-a27329e94fb8</Id>
<MiscellaneousReprompt>true</MiscellaneousReprompt>
<NetworkId>0a2d8623-2c52-4add-aede-4378d31854e3</NetworkId>
<NetworkName>sample string 2</NetworkName>
<OdometerMaxVariation>1</OdometerMaxVariation>
<OdometerMinVariation>1</OdometerMinVariation>
<OdometerReprompt>true</OdometerReprompt>
<Owner>64</Owner>
<ProgramDescription>sample string 15</ProgramDescription>
<ProgramId>0a296721-eb6d-4aff-95ef-c7fb4ec90703</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>6d766d95-d691-4081-9b25-cdfefd1a9216</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>6d766d95-d691-4081-9b25-cdfefd1a9216</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<SiteCode>sample string 3</SiteCode>
<SiteId>942428f2-56a5-4132-b86b-2cb735f2aab3</SiteId>
<SiteName>sample string 2</SiteName>
</GiftCardProgramSiteDto>
<GiftCardProgramSiteDto>
<Fuels>
<GiftCardProgramFuelDto>
<FuelMasterId>6d766d95-d691-4081-9b25-cdfefd1a9216</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>6d766d95-d691-4081-9b25-cdfefd1a9216</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<SiteCode>sample string 3</SiteCode>
<SiteId>942428f2-56a5-4132-b86b-2cb735f2aab3</SiteId>
<SiteName>sample string 2</SiteName>
</GiftCardProgramSiteDto>
</Sites>
<StartDate>sample string 14</StartDate>
<SupportsDryProducts>true</SupportsDryProducts>
<UseCreationDateOnExpirationStrategy>true</UseCreationDateOnExpirationStrategy>
<ValidateExpirationDate>true</ValidateExpirationDate>
<ValidateSites>true</ValidateSites>
<Values>
<GiftCardProgramValueDto>
<GiftCardProgramId>b8fcc796-2d57-41e1-8105-37ea47439751</GiftCardProgramId>
<Id>2094404f-7103-4ab5-9e99-d7ca905c48e8</Id>
<Value>3</Value>
</GiftCardProgramValueDto>
<GiftCardProgramValueDto>
<GiftCardProgramId>b8fcc796-2d57-41e1-8105-37ea47439751</GiftCardProgramId>
<Id>2094404f-7103-4ab5-9e99-d7ca905c48e8</Id>
<Value>3</Value>
</GiftCardProgramValueDto>
</Values>
</GiftCardProgramDto>