POST GiftCardPrograms

Creates a new getGiftCardProgram.

Request Information

URI Parameters

None.

Body Parameters

The data of the getGiftCardProgram.

GiftCardProgramDto
NameDescriptionTypeAdditional 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": "e2563268-4181-46ee-bb02-d1042835fcc3",
  "NetworkId": "fe7093d0-2ebd-404e-94eb-330edddd4ba0",
  "NetworkName": "sample string 3",
  "Code": "sample string 4",
  "Name": "sample string 5",
  "Description": "sample string 6",
  "SingleUse": true,
  "Rechargable": true,
  "CurrentAccountMode": 64,
  "CurrencyId": "7d8f3057-5bfb-475d-8430-c1b322a8c642",
  "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": "c1f5406e-e51b-4c30-b39d-550dcd8caf2d",
      "SiteId": "281ac8a8-539f-4ac6-94f4-6acb927dbb0c",
      "SiteName": "sample string 2",
      "FuelId": "1fb605be-60a0-4bd3-b633-e4f72890b2dd",
      "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": "c1f5406e-e51b-4c30-b39d-550dcd8caf2d",
      "SiteId": "281ac8a8-539f-4ac6-94f4-6acb927dbb0c",
      "SiteName": "sample string 2",
      "FuelId": "1fb605be-60a0-4bd3-b633-e4f72890b2dd",
      "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": "0e1cc252-ea3a-4fb1-b11a-3ef1a338f527",
      "FuelMasterName": "sample string 2",
      "Price": 1.0
    },
    {
      "FuelMasterId": "0e1cc252-ea3a-4fb1-b11a-3ef1a338f527",
      "FuelMasterName": "sample string 2",
      "Price": 1.0
    }
  ],
  "Sites": [
    {
      "SiteId": "1255fc70-16cb-4a10-b66e-c6dfb7484eea",
      "SiteName": "sample string 2",
      "SiteCode": "sample string 3",
      "Fuels": [
        {
          "FuelMasterId": "0e1cc252-ea3a-4fb1-b11a-3ef1a338f527",
          "FuelMasterName": "sample string 2",
          "Price": 1.0
        },
        {
          "FuelMasterId": "0e1cc252-ea3a-4fb1-b11a-3ef1a338f527",
          "FuelMasterName": "sample string 2",
          "Price": 1.0
        }
      ]
    },
    {
      "SiteId": "1255fc70-16cb-4a10-b66e-c6dfb7484eea",
      "SiteName": "sample string 2",
      "SiteCode": "sample string 3",
      "Fuels": [
        {
          "FuelMasterId": "0e1cc252-ea3a-4fb1-b11a-3ef1a338f527",
          "FuelMasterName": "sample string 2",
          "Price": 1.0
        },
        {
          "FuelMasterId": "0e1cc252-ea3a-4fb1-b11a-3ef1a338f527",
          "FuelMasterName": "sample string 2",
          "Price": 1.0
        }
      ]
    }
  ],
  "Values": [
    {
      "Id": "8cd3e8d7-b648-4ffc-8fcc-2094341475c8",
      "GiftCardProgramId": "91fd65b2-ae55-4350-b40d-7b3f67a1c23d",
      "Value": 3.0
    },
    {
      "Id": "8cd3e8d7-b648-4ffc-8fcc-2094341475c8",
      "GiftCardProgramId": "91fd65b2-ae55-4350-b40d-7b3f67a1c23d",
      "Value": 3.0
    }
  ],
  "IdentificationsTypesModel": {
    "Id": "99380acc-9c58-46c7-b3c6-068c5b226474",
    "NetworkId": "5474d751-04da-4ac7-9207-b9afcde05bdc",
    "IgnoreTerminalVehicleIdBehavior": true,
    "RequirePin": true,
    "PinDigits": 1,
    "RequiresPINChange": true,
    "NotSupportOffline": true
  },
  "Rule": {
    "Id": "84d6b8b9-9e7c-4435-80aa-d03a4e3b6e83",
    "NetworkId": "4456455e-ed3d-4677-ab59-ae8fbecbfedb",
    "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": "85568f79-a5b8-4e55-ba80-d66f605f2012",
    "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>7d8f3057-5bfb-475d-8430-c1b322a8c642</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>1fb605be-60a0-4bd3-b633-e4f72890b2dd</FuelId>
      <FuelName>sample string 3</FuelName>
      <Id>c1f5406e-e51b-4c30-b39d-550dcd8caf2d</Id>
      <SiteId>281ac8a8-539f-4ac6-94f4-6acb927dbb0c</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>1fb605be-60a0-4bd3-b633-e4f72890b2dd</FuelId>
      <FuelName>sample string 3</FuelName>
      <Id>c1f5406e-e51b-4c30-b39d-550dcd8caf2d</Id>
      <SiteId>281ac8a8-539f-4ac6-94f4-6acb927dbb0c</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>0e1cc252-ea3a-4fb1-b11a-3ef1a338f527</FuelMasterId>
      <FuelMasterName>sample string 2</FuelMasterName>
      <Price>1</Price>
    </GiftCardProgramFuelDto>
    <GiftCardProgramFuelDto>
      <FuelMasterId>0e1cc252-ea3a-4fb1-b11a-3ef1a338f527</FuelMasterId>
      <FuelMasterName>sample string 2</FuelMasterName>
      <Price>1</Price>
    </GiftCardProgramFuelDto>
  </Fuels>
  <Id>e2563268-4181-46ee-bb02-d1042835fcc3</Id>
  <IdentificationsTypesModel>
    <Id>99380acc-9c58-46c7-b3c6-068c5b226474</Id>
    <IgnoreTerminalVehicleIdBehavior>true</IgnoreTerminalVehicleIdBehavior>
    <NetworkId>5474d751-04da-4ac7-9207-b9afcde05bdc</NetworkId>
    <NotSupportOffline>true</NotSupportOffline>
    <PinDigits>1</PinDigits>
    <RequirePin>true</RequirePin>
    <RequiresPINChange>true</RequiresPINChange>
  </IdentificationsTypesModel>
  <Name>sample string 5</Name>
  <NetworkId>fe7093d0-2ebd-404e-94eb-330edddd4ba0</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>84d6b8b9-9e7c-4435-80aa-d03a4e3b6e83</Id>
    <MiscellaneousReprompt>true</MiscellaneousReprompt>
    <NetworkId>4456455e-ed3d-4677-ab59-ae8fbecbfedb</NetworkId>
    <NetworkName>sample string 2</NetworkName>
    <OdometerMaxVariation>1</OdometerMaxVariation>
    <OdometerMinVariation>1</OdometerMinVariation>
    <OdometerReprompt>true</OdometerReprompt>
    <Owner>64</Owner>
    <ProgramDescription>sample string 15</ProgramDescription>
    <ProgramId>85568f79-a5b8-4e55-ba80-d66f605f2012</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>0e1cc252-ea3a-4fb1-b11a-3ef1a338f527</FuelMasterId>
          <FuelMasterName>sample string 2</FuelMasterName>
          <Price>1</Price>
        </GiftCardProgramFuelDto>
        <GiftCardProgramFuelDto>
          <FuelMasterId>0e1cc252-ea3a-4fb1-b11a-3ef1a338f527</FuelMasterId>
          <FuelMasterName>sample string 2</FuelMasterName>
          <Price>1</Price>
        </GiftCardProgramFuelDto>
      </Fuels>
      <SiteCode>sample string 3</SiteCode>
      <SiteId>1255fc70-16cb-4a10-b66e-c6dfb7484eea</SiteId>
      <SiteName>sample string 2</SiteName>
    </GiftCardProgramSiteDto>
    <GiftCardProgramSiteDto>
      <Fuels>
        <GiftCardProgramFuelDto>
          <FuelMasterId>0e1cc252-ea3a-4fb1-b11a-3ef1a338f527</FuelMasterId>
          <FuelMasterName>sample string 2</FuelMasterName>
          <Price>1</Price>
        </GiftCardProgramFuelDto>
        <GiftCardProgramFuelDto>
          <FuelMasterId>0e1cc252-ea3a-4fb1-b11a-3ef1a338f527</FuelMasterId>
          <FuelMasterName>sample string 2</FuelMasterName>
          <Price>1</Price>
        </GiftCardProgramFuelDto>
      </Fuels>
      <SiteCode>sample string 3</SiteCode>
      <SiteId>1255fc70-16cb-4a10-b66e-c6dfb7484eea</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>91fd65b2-ae55-4350-b40d-7b3f67a1c23d</GiftCardProgramId>
      <Id>8cd3e8d7-b648-4ffc-8fcc-2094341475c8</Id>
      <Value>3</Value>
    </GiftCardProgramValueDto>
    <GiftCardProgramValueDto>
      <GiftCardProgramId>91fd65b2-ae55-4350-b40d-7b3f67a1c23d</GiftCardProgramId>
      <Id>8cd3e8d7-b648-4ffc-8fcc-2094341475c8</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
NameDescriptionTypeAdditional 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": "c510df65-933e-44dc-9ce0-c4dd08903f5f",
  "NetworkId": "af6ec491-b5e8-4cb2-a64f-8d8195b916fd",
  "NetworkName": "sample string 3",
  "Code": "sample string 4",
  "Name": "sample string 5",
  "Description": "sample string 6",
  "SingleUse": true,
  "Rechargable": true,
  "CurrentAccountMode": 64,
  "CurrencyId": "28f7ae6c-9e0b-484c-a048-7e927158f464",
  "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": "c797890d-5407-4e93-a5d6-b46b2ba4e4d9",
      "SiteId": "dff1cc7e-d9b1-4214-ab2b-158260e0dd33",
      "SiteName": "sample string 2",
      "FuelId": "26d6832d-c34f-4c2f-8649-ec8ad3007c4a",
      "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": "c797890d-5407-4e93-a5d6-b46b2ba4e4d9",
      "SiteId": "dff1cc7e-d9b1-4214-ab2b-158260e0dd33",
      "SiteName": "sample string 2",
      "FuelId": "26d6832d-c34f-4c2f-8649-ec8ad3007c4a",
      "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": "d96aab5f-d0f5-46ec-b6b9-e6ca6f0e483b",
      "FuelMasterName": "sample string 2",
      "Price": 1.0
    },
    {
      "FuelMasterId": "d96aab5f-d0f5-46ec-b6b9-e6ca6f0e483b",
      "FuelMasterName": "sample string 2",
      "Price": 1.0
    }
  ],
  "Sites": [
    {
      "SiteId": "3fa30a4f-5403-4b2c-823f-04b5aa0ce149",
      "SiteName": "sample string 2",
      "SiteCode": "sample string 3",
      "Fuels": [
        {
          "FuelMasterId": "d96aab5f-d0f5-46ec-b6b9-e6ca6f0e483b",
          "FuelMasterName": "sample string 2",
          "Price": 1.0
        },
        {
          "FuelMasterId": "d96aab5f-d0f5-46ec-b6b9-e6ca6f0e483b",
          "FuelMasterName": "sample string 2",
          "Price": 1.0
        }
      ]
    },
    {
      "SiteId": "3fa30a4f-5403-4b2c-823f-04b5aa0ce149",
      "SiteName": "sample string 2",
      "SiteCode": "sample string 3",
      "Fuels": [
        {
          "FuelMasterId": "d96aab5f-d0f5-46ec-b6b9-e6ca6f0e483b",
          "FuelMasterName": "sample string 2",
          "Price": 1.0
        },
        {
          "FuelMasterId": "d96aab5f-d0f5-46ec-b6b9-e6ca6f0e483b",
          "FuelMasterName": "sample string 2",
          "Price": 1.0
        }
      ]
    }
  ],
  "Values": [
    {
      "Id": "a00f7e43-bd70-49df-97bc-30522eef9367",
      "GiftCardProgramId": "36ca22ba-3292-4217-b6e0-cbbdcedd1088",
      "Value": 3.0
    },
    {
      "Id": "a00f7e43-bd70-49df-97bc-30522eef9367",
      "GiftCardProgramId": "36ca22ba-3292-4217-b6e0-cbbdcedd1088",
      "Value": 3.0
    }
  ],
  "IdentificationsTypesModel": {
    "Id": "5ea236dc-b451-496f-8000-db4171a18ac8",
    "NetworkId": "cd8fa78b-79a2-48fc-94c3-4583d7aa9581",
    "IgnoreTerminalVehicleIdBehavior": true,
    "RequirePin": true,
    "PinDigits": 1,
    "RequiresPINChange": true,
    "NotSupportOffline": true
  },
  "Rule": {
    "Id": "844f7f2e-806f-40ca-9af5-a54edf983975",
    "NetworkId": "759f3b42-afee-4164-9f4b-09a9c5cd5d66",
    "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": "2ed2ad5e-6583-493c-954e-fddb99cded1c",
    "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>28f7ae6c-9e0b-484c-a048-7e927158f464</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>26d6832d-c34f-4c2f-8649-ec8ad3007c4a</FuelId>
      <FuelName>sample string 3</FuelName>
      <Id>c797890d-5407-4e93-a5d6-b46b2ba4e4d9</Id>
      <SiteId>dff1cc7e-d9b1-4214-ab2b-158260e0dd33</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>26d6832d-c34f-4c2f-8649-ec8ad3007c4a</FuelId>
      <FuelName>sample string 3</FuelName>
      <Id>c797890d-5407-4e93-a5d6-b46b2ba4e4d9</Id>
      <SiteId>dff1cc7e-d9b1-4214-ab2b-158260e0dd33</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>d96aab5f-d0f5-46ec-b6b9-e6ca6f0e483b</FuelMasterId>
      <FuelMasterName>sample string 2</FuelMasterName>
      <Price>1</Price>
    </GiftCardProgramFuelDto>
    <GiftCardProgramFuelDto>
      <FuelMasterId>d96aab5f-d0f5-46ec-b6b9-e6ca6f0e483b</FuelMasterId>
      <FuelMasterName>sample string 2</FuelMasterName>
      <Price>1</Price>
    </GiftCardProgramFuelDto>
  </Fuels>
  <Id>c510df65-933e-44dc-9ce0-c4dd08903f5f</Id>
  <IdentificationsTypesModel>
    <Id>5ea236dc-b451-496f-8000-db4171a18ac8</Id>
    <IgnoreTerminalVehicleIdBehavior>true</IgnoreTerminalVehicleIdBehavior>
    <NetworkId>cd8fa78b-79a2-48fc-94c3-4583d7aa9581</NetworkId>
    <NotSupportOffline>true</NotSupportOffline>
    <PinDigits>1</PinDigits>
    <RequirePin>true</RequirePin>
    <RequiresPINChange>true</RequiresPINChange>
  </IdentificationsTypesModel>
  <Name>sample string 5</Name>
  <NetworkId>af6ec491-b5e8-4cb2-a64f-8d8195b916fd</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>844f7f2e-806f-40ca-9af5-a54edf983975</Id>
    <MiscellaneousReprompt>true</MiscellaneousReprompt>
    <NetworkId>759f3b42-afee-4164-9f4b-09a9c5cd5d66</NetworkId>
    <NetworkName>sample string 2</NetworkName>
    <OdometerMaxVariation>1</OdometerMaxVariation>
    <OdometerMinVariation>1</OdometerMinVariation>
    <OdometerReprompt>true</OdometerReprompt>
    <Owner>64</Owner>
    <ProgramDescription>sample string 15</ProgramDescription>
    <ProgramId>2ed2ad5e-6583-493c-954e-fddb99cded1c</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>d96aab5f-d0f5-46ec-b6b9-e6ca6f0e483b</FuelMasterId>
          <FuelMasterName>sample string 2</FuelMasterName>
          <Price>1</Price>
        </GiftCardProgramFuelDto>
        <GiftCardProgramFuelDto>
          <FuelMasterId>d96aab5f-d0f5-46ec-b6b9-e6ca6f0e483b</FuelMasterId>
          <FuelMasterName>sample string 2</FuelMasterName>
          <Price>1</Price>
        </GiftCardProgramFuelDto>
      </Fuels>
      <SiteCode>sample string 3</SiteCode>
      <SiteId>3fa30a4f-5403-4b2c-823f-04b5aa0ce149</SiteId>
      <SiteName>sample string 2</SiteName>
    </GiftCardProgramSiteDto>
    <GiftCardProgramSiteDto>
      <Fuels>
        <GiftCardProgramFuelDto>
          <FuelMasterId>d96aab5f-d0f5-46ec-b6b9-e6ca6f0e483b</FuelMasterId>
          <FuelMasterName>sample string 2</FuelMasterName>
          <Price>1</Price>
        </GiftCardProgramFuelDto>
        <GiftCardProgramFuelDto>
          <FuelMasterId>d96aab5f-d0f5-46ec-b6b9-e6ca6f0e483b</FuelMasterId>
          <FuelMasterName>sample string 2</FuelMasterName>
          <Price>1</Price>
        </GiftCardProgramFuelDto>
      </Fuels>
      <SiteCode>sample string 3</SiteCode>
      <SiteId>3fa30a4f-5403-4b2c-823f-04b5aa0ce149</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>36ca22ba-3292-4217-b6e0-cbbdcedd1088</GiftCardProgramId>
      <Id>a00f7e43-bd70-49df-97bc-30522eef9367</Id>
      <Value>3</Value>
    </GiftCardProgramValueDto>
    <GiftCardProgramValueDto>
      <GiftCardProgramId>36ca22ba-3292-4217-b6e0-cbbdcedd1088</GiftCardProgramId>
      <Id>a00f7e43-bd70-49df-97bc-30522eef9367</Id>
      <Value>3</Value>
    </GiftCardProgramValueDto>
  </Values>
</GiftCardProgramDto>