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. |
|
| 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": "0c7edcc2-0a59-46d2-af42-b6a64fe2e6b6",
"NetworkId": "28a76b61-462b-4b2e-8160-b1b4ef8aed31",
"NetworkName": "sample string 3",
"Code": "sample string 4",
"Name": "sample string 5",
"Description": "sample string 6",
"SingleUse": true,
"Rechargable": true,
"CurrentAccountMode": 64,
"CurrencyId": "f0ac0d9d-4f40-4429-91d5-0503f24d756d",
"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": "24db5ea2-8374-44f6-aebd-bfddcb10dff2",
"SiteId": "595eb72b-c9c4-4395-b12f-ba16a1f39ec3",
"SiteName": "sample string 2",
"FuelId": "4e2102f5-a21c-4462-a755-1f4eebcf1a02",
"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": "24db5ea2-8374-44f6-aebd-bfddcb10dff2",
"SiteId": "595eb72b-c9c4-4395-b12f-ba16a1f39ec3",
"SiteName": "sample string 2",
"FuelId": "4e2102f5-a21c-4462-a755-1f4eebcf1a02",
"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": "89863874-9195-4f5b-b35b-84dea62e6ea4",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "89863874-9195-4f5b-b35b-84dea62e6ea4",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
],
"Sites": [
{
"SiteId": "e04d5892-0de8-4c1c-b831-e691e2fca906",
"SiteName": "sample string 2",
"SiteCode": "sample string 3",
"Fuels": [
{
"FuelMasterId": "89863874-9195-4f5b-b35b-84dea62e6ea4",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "89863874-9195-4f5b-b35b-84dea62e6ea4",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
]
},
{
"SiteId": "e04d5892-0de8-4c1c-b831-e691e2fca906",
"SiteName": "sample string 2",
"SiteCode": "sample string 3",
"Fuels": [
{
"FuelMasterId": "89863874-9195-4f5b-b35b-84dea62e6ea4",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "89863874-9195-4f5b-b35b-84dea62e6ea4",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
]
}
],
"Values": [
{
"Id": "04726895-9c65-4983-b6b3-916ab86de374",
"GiftCardProgramId": "7102fefd-2126-4327-b345-db38d54e5bdd",
"Value": 3.0
},
{
"Id": "04726895-9c65-4983-b6b3-916ab86de374",
"GiftCardProgramId": "7102fefd-2126-4327-b345-db38d54e5bdd",
"Value": 3.0
}
],
"IdentificationsTypesModel": {
"Id": "cbdd1db3-4f4b-409e-af80-cb2633a3fb92",
"NetworkId": "9a6733bb-43e4-4738-adcb-2999ac0e381d",
"IgnoreTerminalVehicleIdBehavior": true,
"RequirePin": true,
"PinDigits": 1,
"RequiresPINChange": true,
"NotSupportOffline": true
},
"Rule": {
"Id": "edaa308b-489f-4563-8718-80b506b708b2",
"NetworkId": "ae0b4701-c0cb-4e76-bb85-ae0aff56f7a2",
"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": "506211e4-93d3-4ea9-8965-3c6ae3ba8efa",
"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>f0ac0d9d-4f40-4429-91d5-0503f24d756d</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>4e2102f5-a21c-4462-a755-1f4eebcf1a02</FuelId>
<FuelName>sample string 3</FuelName>
<Id>24db5ea2-8374-44f6-aebd-bfddcb10dff2</Id>
<SiteId>595eb72b-c9c4-4395-b12f-ba16a1f39ec3</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>4e2102f5-a21c-4462-a755-1f4eebcf1a02</FuelId>
<FuelName>sample string 3</FuelName>
<Id>24db5ea2-8374-44f6-aebd-bfddcb10dff2</Id>
<SiteId>595eb72b-c9c4-4395-b12f-ba16a1f39ec3</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>89863874-9195-4f5b-b35b-84dea62e6ea4</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>89863874-9195-4f5b-b35b-84dea62e6ea4</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<Id>0c7edcc2-0a59-46d2-af42-b6a64fe2e6b6</Id>
<IdentificationsTypesModel>
<Id>cbdd1db3-4f4b-409e-af80-cb2633a3fb92</Id>
<IgnoreTerminalVehicleIdBehavior>true</IgnoreTerminalVehicleIdBehavior>
<NetworkId>9a6733bb-43e4-4738-adcb-2999ac0e381d</NetworkId>
<NotSupportOffline>true</NotSupportOffline>
<PinDigits>1</PinDigits>
<RequirePin>true</RequirePin>
<RequiresPINChange>true</RequiresPINChange>
</IdentificationsTypesModel>
<Name>sample string 5</Name>
<NetworkId>28a76b61-462b-4b2e-8160-b1b4ef8aed31</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>edaa308b-489f-4563-8718-80b506b708b2</Id>
<MiscellaneousReprompt>true</MiscellaneousReprompt>
<NetworkId>ae0b4701-c0cb-4e76-bb85-ae0aff56f7a2</NetworkId>
<NetworkName>sample string 2</NetworkName>
<OdometerMaxVariation>1</OdometerMaxVariation>
<OdometerMinVariation>1</OdometerMinVariation>
<OdometerReprompt>true</OdometerReprompt>
<Owner>64</Owner>
<ProgramDescription>sample string 15</ProgramDescription>
<ProgramId>506211e4-93d3-4ea9-8965-3c6ae3ba8efa</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>89863874-9195-4f5b-b35b-84dea62e6ea4</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>89863874-9195-4f5b-b35b-84dea62e6ea4</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<SiteCode>sample string 3</SiteCode>
<SiteId>e04d5892-0de8-4c1c-b831-e691e2fca906</SiteId>
<SiteName>sample string 2</SiteName>
</GiftCardProgramSiteDto>
<GiftCardProgramSiteDto>
<Fuels>
<GiftCardProgramFuelDto>
<FuelMasterId>89863874-9195-4f5b-b35b-84dea62e6ea4</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>89863874-9195-4f5b-b35b-84dea62e6ea4</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<SiteCode>sample string 3</SiteCode>
<SiteId>e04d5892-0de8-4c1c-b831-e691e2fca906</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>7102fefd-2126-4327-b345-db38d54e5bdd</GiftCardProgramId>
<Id>04726895-9c65-4983-b6b3-916ab86de374</Id>
<Value>3</Value>
</GiftCardProgramValueDto>
<GiftCardProgramValueDto>
<GiftCardProgramId>7102fefd-2126-4327-b345-db38d54e5bdd</GiftCardProgramId>
<Id>04726895-9c65-4983-b6b3-916ab86de374</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. |
|
| 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": "7875a489-1d9b-4117-b543-f3f3c68c712e",
"NetworkId": "876302ef-e43b-41a5-b4a1-11c2e4cfccaf",
"NetworkName": "sample string 3",
"Code": "sample string 4",
"Name": "sample string 5",
"Description": "sample string 6",
"SingleUse": true,
"Rechargable": true,
"CurrentAccountMode": 64,
"CurrencyId": "646da6c0-76db-427b-b731-46b6c1aa5c64",
"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": "015051b2-41b3-404c-b195-d227a6d11fc3",
"SiteId": "9179ef53-7c4a-450c-8fbf-07516f53907e",
"SiteName": "sample string 2",
"FuelId": "8497b52d-a596-4785-94c8-44942be5f867",
"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": "015051b2-41b3-404c-b195-d227a6d11fc3",
"SiteId": "9179ef53-7c4a-450c-8fbf-07516f53907e",
"SiteName": "sample string 2",
"FuelId": "8497b52d-a596-4785-94c8-44942be5f867",
"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": "9b1601e8-5796-4faf-8b00-bec48f2e1ff9",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "9b1601e8-5796-4faf-8b00-bec48f2e1ff9",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
],
"Sites": [
{
"SiteId": "6f59403e-40bc-42bf-85c5-81402520953f",
"SiteName": "sample string 2",
"SiteCode": "sample string 3",
"Fuels": [
{
"FuelMasterId": "9b1601e8-5796-4faf-8b00-bec48f2e1ff9",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "9b1601e8-5796-4faf-8b00-bec48f2e1ff9",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
]
},
{
"SiteId": "6f59403e-40bc-42bf-85c5-81402520953f",
"SiteName": "sample string 2",
"SiteCode": "sample string 3",
"Fuels": [
{
"FuelMasterId": "9b1601e8-5796-4faf-8b00-bec48f2e1ff9",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "9b1601e8-5796-4faf-8b00-bec48f2e1ff9",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
]
}
],
"Values": [
{
"Id": "b4f0d1db-c10f-4b1f-852f-14c54dbc4e99",
"GiftCardProgramId": "e6569b33-e496-470d-a521-32279bd0ccf0",
"Value": 3.0
},
{
"Id": "b4f0d1db-c10f-4b1f-852f-14c54dbc4e99",
"GiftCardProgramId": "e6569b33-e496-470d-a521-32279bd0ccf0",
"Value": 3.0
}
],
"IdentificationsTypesModel": {
"Id": "fc163350-859c-482b-a00c-b3505fe7a4fc",
"NetworkId": "f4f8bc86-1de2-4447-9de9-f5fc197e7642",
"IgnoreTerminalVehicleIdBehavior": true,
"RequirePin": true,
"PinDigits": 1,
"RequiresPINChange": true,
"NotSupportOffline": true
},
"Rule": {
"Id": "d9c64293-342a-408d-a8c0-83facf6ebb3a",
"NetworkId": "9b6c2eb7-3490-4b69-bbcb-ab4b5c2b2dab",
"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": "c3435728-4d52-47ca-9b06-b382787325e3",
"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>646da6c0-76db-427b-b731-46b6c1aa5c64</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>8497b52d-a596-4785-94c8-44942be5f867</FuelId>
<FuelName>sample string 3</FuelName>
<Id>015051b2-41b3-404c-b195-d227a6d11fc3</Id>
<SiteId>9179ef53-7c4a-450c-8fbf-07516f53907e</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>8497b52d-a596-4785-94c8-44942be5f867</FuelId>
<FuelName>sample string 3</FuelName>
<Id>015051b2-41b3-404c-b195-d227a6d11fc3</Id>
<SiteId>9179ef53-7c4a-450c-8fbf-07516f53907e</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>9b1601e8-5796-4faf-8b00-bec48f2e1ff9</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>9b1601e8-5796-4faf-8b00-bec48f2e1ff9</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<Id>7875a489-1d9b-4117-b543-f3f3c68c712e</Id>
<IdentificationsTypesModel>
<Id>fc163350-859c-482b-a00c-b3505fe7a4fc</Id>
<IgnoreTerminalVehicleIdBehavior>true</IgnoreTerminalVehicleIdBehavior>
<NetworkId>f4f8bc86-1de2-4447-9de9-f5fc197e7642</NetworkId>
<NotSupportOffline>true</NotSupportOffline>
<PinDigits>1</PinDigits>
<RequirePin>true</RequirePin>
<RequiresPINChange>true</RequiresPINChange>
</IdentificationsTypesModel>
<Name>sample string 5</Name>
<NetworkId>876302ef-e43b-41a5-b4a1-11c2e4cfccaf</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>d9c64293-342a-408d-a8c0-83facf6ebb3a</Id>
<MiscellaneousReprompt>true</MiscellaneousReprompt>
<NetworkId>9b6c2eb7-3490-4b69-bbcb-ab4b5c2b2dab</NetworkId>
<NetworkName>sample string 2</NetworkName>
<OdometerMaxVariation>1</OdometerMaxVariation>
<OdometerMinVariation>1</OdometerMinVariation>
<OdometerReprompt>true</OdometerReprompt>
<Owner>64</Owner>
<ProgramDescription>sample string 15</ProgramDescription>
<ProgramId>c3435728-4d52-47ca-9b06-b382787325e3</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>9b1601e8-5796-4faf-8b00-bec48f2e1ff9</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>9b1601e8-5796-4faf-8b00-bec48f2e1ff9</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<SiteCode>sample string 3</SiteCode>
<SiteId>6f59403e-40bc-42bf-85c5-81402520953f</SiteId>
<SiteName>sample string 2</SiteName>
</GiftCardProgramSiteDto>
<GiftCardProgramSiteDto>
<Fuels>
<GiftCardProgramFuelDto>
<FuelMasterId>9b1601e8-5796-4faf-8b00-bec48f2e1ff9</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>9b1601e8-5796-4faf-8b00-bec48f2e1ff9</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<SiteCode>sample string 3</SiteCode>
<SiteId>6f59403e-40bc-42bf-85c5-81402520953f</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>e6569b33-e496-470d-a521-32279bd0ccf0</GiftCardProgramId>
<Id>b4f0d1db-c10f-4b1f-852f-14c54dbc4e99</Id>
<Value>3</Value>
</GiftCardProgramValueDto>
<GiftCardProgramValueDto>
<GiftCardProgramId>e6569b33-e496-470d-a521-32279bd0ccf0</GiftCardProgramId>
<Id>b4f0d1db-c10f-4b1f-852f-14c54dbc4e99</Id>
<Value>3</Value>
</GiftCardProgramValueDto>
</Values>
</GiftCardProgramDto>