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": "3c416896-6b44-40fd-8ff7-c363d8bca20c",
"NetworkId": "3788f828-dc95-4982-9f1a-8de269bbf003",
"NetworkName": "sample string 3",
"Code": "sample string 4",
"Name": "sample string 5",
"Description": "sample string 6",
"SingleUse": true,
"Rechargable": true,
"CurrentAccountMode": 64,
"CurrencyId": "e00a81ae-ee9c-440c-93de-b185b94831b8",
"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": "309f2a49-5296-41c0-b643-7198ffa3f755",
"SiteId": "c42f47c1-af37-40f8-9d58-63af924c0909",
"SiteName": "sample string 2",
"FuelId": "1d4c4662-9a62-44e3-977a-9bdbb99debfc",
"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": "309f2a49-5296-41c0-b643-7198ffa3f755",
"SiteId": "c42f47c1-af37-40f8-9d58-63af924c0909",
"SiteName": "sample string 2",
"FuelId": "1d4c4662-9a62-44e3-977a-9bdbb99debfc",
"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": "4a8e8ba3-44d7-4733-8ee9-06545dea8a85",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "4a8e8ba3-44d7-4733-8ee9-06545dea8a85",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
],
"Sites": [
{
"SiteId": "04bf7745-0c33-40ab-8d60-233c53aa6b6d",
"SiteName": "sample string 2",
"SiteCode": "sample string 3",
"Fuels": [
{
"FuelMasterId": "4a8e8ba3-44d7-4733-8ee9-06545dea8a85",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "4a8e8ba3-44d7-4733-8ee9-06545dea8a85",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
]
},
{
"SiteId": "04bf7745-0c33-40ab-8d60-233c53aa6b6d",
"SiteName": "sample string 2",
"SiteCode": "sample string 3",
"Fuels": [
{
"FuelMasterId": "4a8e8ba3-44d7-4733-8ee9-06545dea8a85",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "4a8e8ba3-44d7-4733-8ee9-06545dea8a85",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
]
}
],
"Values": [
{
"Id": "bd40cfd0-205b-405a-8a4d-3e7890159bc9",
"GiftCardProgramId": "b2e10ca1-7aab-4288-824f-1c80788d0e13",
"Value": 3.0
},
{
"Id": "bd40cfd0-205b-405a-8a4d-3e7890159bc9",
"GiftCardProgramId": "b2e10ca1-7aab-4288-824f-1c80788d0e13",
"Value": 3.0
}
],
"IdentificationsTypesModel": {
"Id": "a439abf0-b1ae-4e78-b31d-c1449a884d0d",
"NetworkId": "b6624e81-d0bb-429d-8445-aee31bf0c131",
"IgnoreTerminalVehicleIdBehavior": true,
"RequirePin": true,
"PinDigits": 1,
"RequiresPINChange": true,
"NotSupportOffline": true
},
"Rule": {
"Id": "3d218949-0961-4f00-a105-e15ad214e265",
"NetworkId": "cfbe6041-f992-4a15-be32-272c1fbe6d05",
"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": "7c22f5d6-12b6-4ee1-ae48-c74468536d4d",
"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>e00a81ae-ee9c-440c-93de-b185b94831b8</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>1d4c4662-9a62-44e3-977a-9bdbb99debfc</FuelId>
<FuelName>sample string 3</FuelName>
<Id>309f2a49-5296-41c0-b643-7198ffa3f755</Id>
<SiteId>c42f47c1-af37-40f8-9d58-63af924c0909</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>1d4c4662-9a62-44e3-977a-9bdbb99debfc</FuelId>
<FuelName>sample string 3</FuelName>
<Id>309f2a49-5296-41c0-b643-7198ffa3f755</Id>
<SiteId>c42f47c1-af37-40f8-9d58-63af924c0909</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>4a8e8ba3-44d7-4733-8ee9-06545dea8a85</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>4a8e8ba3-44d7-4733-8ee9-06545dea8a85</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<Id>3c416896-6b44-40fd-8ff7-c363d8bca20c</Id>
<IdentificationsTypesModel>
<Id>a439abf0-b1ae-4e78-b31d-c1449a884d0d</Id>
<IgnoreTerminalVehicleIdBehavior>true</IgnoreTerminalVehicleIdBehavior>
<NetworkId>b6624e81-d0bb-429d-8445-aee31bf0c131</NetworkId>
<NotSupportOffline>true</NotSupportOffline>
<PinDigits>1</PinDigits>
<RequirePin>true</RequirePin>
<RequiresPINChange>true</RequiresPINChange>
</IdentificationsTypesModel>
<Name>sample string 5</Name>
<NetworkId>3788f828-dc95-4982-9f1a-8de269bbf003</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>3d218949-0961-4f00-a105-e15ad214e265</Id>
<MiscellaneousReprompt>true</MiscellaneousReprompt>
<NetworkId>cfbe6041-f992-4a15-be32-272c1fbe6d05</NetworkId>
<NetworkName>sample string 2</NetworkName>
<OdometerMaxVariation>1</OdometerMaxVariation>
<OdometerMinVariation>1</OdometerMinVariation>
<OdometerReprompt>true</OdometerReprompt>
<Owner>64</Owner>
<ProgramDescription>sample string 15</ProgramDescription>
<ProgramId>7c22f5d6-12b6-4ee1-ae48-c74468536d4d</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>4a8e8ba3-44d7-4733-8ee9-06545dea8a85</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>4a8e8ba3-44d7-4733-8ee9-06545dea8a85</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<SiteCode>sample string 3</SiteCode>
<SiteId>04bf7745-0c33-40ab-8d60-233c53aa6b6d</SiteId>
<SiteName>sample string 2</SiteName>
</GiftCardProgramSiteDto>
<GiftCardProgramSiteDto>
<Fuels>
<GiftCardProgramFuelDto>
<FuelMasterId>4a8e8ba3-44d7-4733-8ee9-06545dea8a85</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>4a8e8ba3-44d7-4733-8ee9-06545dea8a85</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<SiteCode>sample string 3</SiteCode>
<SiteId>04bf7745-0c33-40ab-8d60-233c53aa6b6d</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>b2e10ca1-7aab-4288-824f-1c80788d0e13</GiftCardProgramId>
<Id>bd40cfd0-205b-405a-8a4d-3e7890159bc9</Id>
<Value>3</Value>
</GiftCardProgramValueDto>
<GiftCardProgramValueDto>
<GiftCardProgramId>b2e10ca1-7aab-4288-824f-1c80788d0e13</GiftCardProgramId>
<Id>bd40cfd0-205b-405a-8a4d-3e7890159bc9</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": "08aac051-0e61-48bb-ac8e-2c2f1e4e868b",
"NetworkId": "d9310167-7a0e-4c61-9ed9-1ffad0b59510",
"NetworkName": "sample string 3",
"Code": "sample string 4",
"Name": "sample string 5",
"Description": "sample string 6",
"SingleUse": true,
"Rechargable": true,
"CurrentAccountMode": 64,
"CurrencyId": "e89c2168-f8d9-4420-ba29-c574e3c88dc2",
"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": "b8460ca8-fd1e-4594-a06c-3783a01c982c",
"SiteId": "09f08936-a4d2-4895-8cc5-9e438056db51",
"SiteName": "sample string 2",
"FuelId": "5768c8e1-2f5a-42ca-9100-046cbc9c025f",
"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": "b8460ca8-fd1e-4594-a06c-3783a01c982c",
"SiteId": "09f08936-a4d2-4895-8cc5-9e438056db51",
"SiteName": "sample string 2",
"FuelId": "5768c8e1-2f5a-42ca-9100-046cbc9c025f",
"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": "4a33fe63-3027-4561-9486-d3fe841f382d",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "4a33fe63-3027-4561-9486-d3fe841f382d",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
],
"Sites": [
{
"SiteId": "a79047c5-41cc-446d-b4cf-18a3b5187a5d",
"SiteName": "sample string 2",
"SiteCode": "sample string 3",
"Fuels": [
{
"FuelMasterId": "4a33fe63-3027-4561-9486-d3fe841f382d",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "4a33fe63-3027-4561-9486-d3fe841f382d",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
]
},
{
"SiteId": "a79047c5-41cc-446d-b4cf-18a3b5187a5d",
"SiteName": "sample string 2",
"SiteCode": "sample string 3",
"Fuels": [
{
"FuelMasterId": "4a33fe63-3027-4561-9486-d3fe841f382d",
"FuelMasterName": "sample string 2",
"Price": 1.0
},
{
"FuelMasterId": "4a33fe63-3027-4561-9486-d3fe841f382d",
"FuelMasterName": "sample string 2",
"Price": 1.0
}
]
}
],
"Values": [
{
"Id": "fb01bc3b-db0f-4681-b2c1-8aec8777f14b",
"GiftCardProgramId": "d2f5f900-714a-4693-b913-56539c5dbec4",
"Value": 3.0
},
{
"Id": "fb01bc3b-db0f-4681-b2c1-8aec8777f14b",
"GiftCardProgramId": "d2f5f900-714a-4693-b913-56539c5dbec4",
"Value": 3.0
}
],
"IdentificationsTypesModel": {
"Id": "da623b6a-ea72-4721-a3f9-ddf47688d83d",
"NetworkId": "ac2d5993-e4e7-496c-995f-a1b10d0e671a",
"IgnoreTerminalVehicleIdBehavior": true,
"RequirePin": true,
"PinDigits": 1,
"RequiresPINChange": true,
"NotSupportOffline": true
},
"Rule": {
"Id": "ebc69d4e-83fa-4b9b-bc32-e619bb181e3c",
"NetworkId": "51b7bc5b-fe94-4109-9627-234df635cf21",
"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": "7ec5c33c-48a4-47a7-b8d7-4c2b0d5aa28f",
"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>e89c2168-f8d9-4420-ba29-c574e3c88dc2</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>5768c8e1-2f5a-42ca-9100-046cbc9c025f</FuelId>
<FuelName>sample string 3</FuelName>
<Id>b8460ca8-fd1e-4594-a06c-3783a01c982c</Id>
<SiteId>09f08936-a4d2-4895-8cc5-9e438056db51</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>5768c8e1-2f5a-42ca-9100-046cbc9c025f</FuelId>
<FuelName>sample string 3</FuelName>
<Id>b8460ca8-fd1e-4594-a06c-3783a01c982c</Id>
<SiteId>09f08936-a4d2-4895-8cc5-9e438056db51</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>4a33fe63-3027-4561-9486-d3fe841f382d</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>4a33fe63-3027-4561-9486-d3fe841f382d</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<Id>08aac051-0e61-48bb-ac8e-2c2f1e4e868b</Id>
<IdentificationsTypesModel>
<Id>da623b6a-ea72-4721-a3f9-ddf47688d83d</Id>
<IgnoreTerminalVehicleIdBehavior>true</IgnoreTerminalVehicleIdBehavior>
<NetworkId>ac2d5993-e4e7-496c-995f-a1b10d0e671a</NetworkId>
<NotSupportOffline>true</NotSupportOffline>
<PinDigits>1</PinDigits>
<RequirePin>true</RequirePin>
<RequiresPINChange>true</RequiresPINChange>
</IdentificationsTypesModel>
<Name>sample string 5</Name>
<NetworkId>d9310167-7a0e-4c61-9ed9-1ffad0b59510</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>ebc69d4e-83fa-4b9b-bc32-e619bb181e3c</Id>
<MiscellaneousReprompt>true</MiscellaneousReprompt>
<NetworkId>51b7bc5b-fe94-4109-9627-234df635cf21</NetworkId>
<NetworkName>sample string 2</NetworkName>
<OdometerMaxVariation>1</OdometerMaxVariation>
<OdometerMinVariation>1</OdometerMinVariation>
<OdometerReprompt>true</OdometerReprompt>
<Owner>64</Owner>
<ProgramDescription>sample string 15</ProgramDescription>
<ProgramId>7ec5c33c-48a4-47a7-b8d7-4c2b0d5aa28f</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>4a33fe63-3027-4561-9486-d3fe841f382d</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>4a33fe63-3027-4561-9486-d3fe841f382d</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<SiteCode>sample string 3</SiteCode>
<SiteId>a79047c5-41cc-446d-b4cf-18a3b5187a5d</SiteId>
<SiteName>sample string 2</SiteName>
</GiftCardProgramSiteDto>
<GiftCardProgramSiteDto>
<Fuels>
<GiftCardProgramFuelDto>
<FuelMasterId>4a33fe63-3027-4561-9486-d3fe841f382d</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
<GiftCardProgramFuelDto>
<FuelMasterId>4a33fe63-3027-4561-9486-d3fe841f382d</FuelMasterId>
<FuelMasterName>sample string 2</FuelMasterName>
<Price>1</Price>
</GiftCardProgramFuelDto>
</Fuels>
<SiteCode>sample string 3</SiteCode>
<SiteId>a79047c5-41cc-446d-b4cf-18a3b5187a5d</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>d2f5f900-714a-4693-b913-56539c5dbec4</GiftCardProgramId>
<Id>fb01bc3b-db0f-4681-b2c1-8aec8777f14b</Id>
<Value>3</Value>
</GiftCardProgramValueDto>
<GiftCardProgramValueDto>
<GiftCardProgramId>d2f5f900-714a-4693-b913-56539c5dbec4</GiftCardProgramId>
<Id>fb01bc3b-db0f-4681-b2c1-8aec8777f14b</Id>
<Value>3</Value>
</GiftCardProgramValueDto>
</Values>
</GiftCardProgramDto>