POST GiftCardClients

Creates a new getGiftCardClient.

Request Information

URI Parameters

None.

Body Parameters

The data of the getGiftCardClient.

GiftCardClientDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

NetworkId

globally unique identifier

None.

Balance

decimal number

None.

IdentificationTrackNumber

string

None.

IdentificationLabel

string

None.

IdentificationExpirationDate

string

None.

GiftCardProgramId

globally unique identifier

None.

GiftCardIdentificationId

globally unique identifier

None.

GiftCardSubAccountId

globally unique identifier

None.

GiftCardDriverId

globally unique identifier

None.

GiftCardProgramValueId

globally unique identifier

None.

GiftCardProgramName

string

None.

GiftCardRequestOrderId

globally unique identifier

None.

CreationDate

date

None.

GiftCardState

byte

None.

RequestOrderDate

date

None.

ActivationDate

date

None.

RequestOrder

integer

None.

Type

integer

None.

TypeModelId

globally unique identifier

None.

TypeModelDescription

string

None.

IdentificationActive

boolean

None.

RequiresPIN

boolean

None.

PIN

string

None.

PINDigits

integer

None.

PAN

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "8c759f0f-e884-4d5d-8341-19e432bf5888",
  "NetworkId": "072fc3ad-7ed4-4c55-b006-e050c9b79e6d",
  "Balance": 1.0,
  "IdentificationTrackNumber": "sample string 3",
  "IdentificationLabel": "sample string 4",
  "IdentificationExpirationDate": "sample string 5",
  "GiftCardProgramId": "8c278462-edba-4330-8ba6-bb32f1e8d78f",
  "GiftCardIdentificationId": "60d89db4-002f-4ffb-8303-8c38e848f3b3",
  "GiftCardSubAccountId": "094d66a9-4c5c-4414-928c-0ff4b04334b6",
  "GiftCardDriverId": "a28185aa-816d-4571-9910-0ecc0fde506a",
  "GiftCardProgramValueId": "1b2dc394-95ac-439e-bbcc-09a3d1f885f9",
  "GiftCardProgramName": "sample string 11",
  "GiftCardRequestOrderId": "7229afd5-62e3-41d2-aeed-0364d4f5df7e",
  "CreationDate": "2025-04-25T16:38:38.8727482Z",
  "GiftCardState": 64,
  "RequestOrderDate": "2025-04-25T16:38:38.8727482Z",
  "ActivationDate": "2025-04-25T16:38:38.8727482Z",
  "RequestOrder": 14,
  "Type": 15,
  "TypeModelId": "42fde557-a847-45c6-8ebd-013c68cb8a6e",
  "TypeModelDescription": "sample string 17",
  "IdentificationActive": true,
  "RequiresPIN": true,
  "PIN": "sample string 20",
  "PINDigits": 1,
  "PAN": "sample string 21"
}

application/xml, text/xml

Sample:
<GiftCardClientDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
  <_x003C_ActivationDate_x003E_k__BackingField>2025-04-25T16:38:38.8727482Z</_x003C_ActivationDate_x003E_k__BackingField>
  <_x003C_Balance_x003E_k__BackingField>1</_x003C_Balance_x003E_k__BackingField>
  <_x003C_CreationDate_x003E_k__BackingField>2025-04-25T16:38:38.8727482Z</_x003C_CreationDate_x003E_k__BackingField>
  <_x003C_GiftCardDriverId_x003E_k__BackingField>a28185aa-816d-4571-9910-0ecc0fde506a</_x003C_GiftCardDriverId_x003E_k__BackingField>
  <_x003C_GiftCardIdentificationId_x003E_k__BackingField>60d89db4-002f-4ffb-8303-8c38e848f3b3</_x003C_GiftCardIdentificationId_x003E_k__BackingField>
  <_x003C_GiftCardProgramId_x003E_k__BackingField>8c278462-edba-4330-8ba6-bb32f1e8d78f</_x003C_GiftCardProgramId_x003E_k__BackingField>
  <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 11</_x003C_GiftCardProgramName_x003E_k__BackingField>
  <_x003C_GiftCardProgramValueId_x003E_k__BackingField>1b2dc394-95ac-439e-bbcc-09a3d1f885f9</_x003C_GiftCardProgramValueId_x003E_k__BackingField>
  <_x003C_GiftCardRequestOrderId_x003E_k__BackingField>7229afd5-62e3-41d2-aeed-0364d4f5df7e</_x003C_GiftCardRequestOrderId_x003E_k__BackingField>
  <_x003C_GiftCardState_x003E_k__BackingField>64</_x003C_GiftCardState_x003E_k__BackingField>
  <_x003C_GiftCardSubAccountId_x003E_k__BackingField>094d66a9-4c5c-4414-928c-0ff4b04334b6</_x003C_GiftCardSubAccountId_x003E_k__BackingField>
  <_x003C_Id_x003E_k__BackingField>8c759f0f-e884-4d5d-8341-19e432bf5888</_x003C_Id_x003E_k__BackingField>
  <_x003C_IdentificationActive_x003E_k__BackingField>true</_x003C_IdentificationActive_x003E_k__BackingField>
  <_x003C_IdentificationExpirationDate_x003E_k__BackingField>sample string 5</_x003C_IdentificationExpirationDate_x003E_k__BackingField>
  <_x003C_IdentificationLabel_x003E_k__BackingField>sample string 4</_x003C_IdentificationLabel_x003E_k__BackingField>
  <_x003C_IdentificationTrackNumber_x003E_k__BackingField>sample string 3</_x003C_IdentificationTrackNumber_x003E_k__BackingField>
  <_x003C_NetworkId_x003E_k__BackingField>072fc3ad-7ed4-4c55-b006-e050c9b79e6d</_x003C_NetworkId_x003E_k__BackingField>
  <_x003C_PAN_x003E_k__BackingField>sample string 21</_x003C_PAN_x003E_k__BackingField>
  <_x003C_PINDigits_x003E_k__BackingField>1</_x003C_PINDigits_x003E_k__BackingField>
  <_x003C_PIN_x003E_k__BackingField>sample string 20</_x003C_PIN_x003E_k__BackingField>
  <_x003C_RequestOrderDate_x003E_k__BackingField>2025-04-25T16:38:38.8727482Z</_x003C_RequestOrderDate_x003E_k__BackingField>
  <_x003C_RequestOrder_x003E_k__BackingField>14</_x003C_RequestOrder_x003E_k__BackingField>
  <_x003C_RequiresPIN_x003E_k__BackingField>true</_x003C_RequiresPIN_x003E_k__BackingField>
  <_x003C_TypeModelDescription_x003E_k__BackingField>sample string 17</_x003C_TypeModelDescription_x003E_k__BackingField>
  <_x003C_TypeModelId_x003E_k__BackingField>42fde557-a847-45c6-8ebd-013c68cb8a6e</_x003C_TypeModelId_x003E_k__BackingField>
  <_x003C_Type_x003E_k__BackingField>15</_x003C_Type_x003E_k__BackingField>
</GiftCardClientDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

State of the action, and if created returns the getGiftCardClient as GiftCardClientDto and the link to de getGiftCardClient.

GiftCardClientDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

NetworkId

globally unique identifier

None.

Balance

decimal number

None.

IdentificationTrackNumber

string

None.

IdentificationLabel

string

None.

IdentificationExpirationDate

string

None.

GiftCardProgramId

globally unique identifier

None.

GiftCardIdentificationId

globally unique identifier

None.

GiftCardSubAccountId

globally unique identifier

None.

GiftCardDriverId

globally unique identifier

None.

GiftCardProgramValueId

globally unique identifier

None.

GiftCardProgramName

string

None.

GiftCardRequestOrderId

globally unique identifier

None.

CreationDate

date

None.

GiftCardState

byte

None.

RequestOrderDate

date

None.

ActivationDate

date

None.

RequestOrder

integer

None.

Type

integer

None.

TypeModelId

globally unique identifier

None.

TypeModelDescription

string

None.

IdentificationActive

boolean

None.

RequiresPIN

boolean

None.

PIN

string

None.

PINDigits

integer

None.

PAN

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "34dc16a2-1704-4e62-9f8e-b03d118e1dbd",
  "NetworkId": "c38a5eee-f74f-493d-a5c8-b25265f63310",
  "Balance": 1.0,
  "IdentificationTrackNumber": "sample string 3",
  "IdentificationLabel": "sample string 4",
  "IdentificationExpirationDate": "sample string 5",
  "GiftCardProgramId": "44b4c660-ad7a-4fbe-8640-0214d2cb3472",
  "GiftCardIdentificationId": "e8b1f113-960a-442c-a585-fc839d980b6f",
  "GiftCardSubAccountId": "05fd29a4-d445-4581-bf82-32e67b05c2ad",
  "GiftCardDriverId": "efbc9481-329c-4203-b208-f0e47441d45e",
  "GiftCardProgramValueId": "def617f1-953b-4e75-aeab-004dbad0a97f",
  "GiftCardProgramName": "sample string 11",
  "GiftCardRequestOrderId": "b7ea3e67-56e0-42ea-b8e9-62f2afb98525",
  "CreationDate": "2025-04-25T16:38:38.8883727Z",
  "GiftCardState": 64,
  "RequestOrderDate": "2025-04-25T16:38:38.8883727Z",
  "ActivationDate": "2025-04-25T16:38:38.8883727Z",
  "RequestOrder": 14,
  "Type": 15,
  "TypeModelId": "1026d2a9-95c0-485a-8144-6c5eae67b115",
  "TypeModelDescription": "sample string 17",
  "IdentificationActive": true,
  "RequiresPIN": true,
  "PIN": "sample string 20",
  "PINDigits": 1,
  "PAN": "sample string 21"
}

application/xml, text/xml

Sample:
<GiftCardClientDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
  <_x003C_ActivationDate_x003E_k__BackingField>2025-04-25T16:38:38.8883727Z</_x003C_ActivationDate_x003E_k__BackingField>
  <_x003C_Balance_x003E_k__BackingField>1</_x003C_Balance_x003E_k__BackingField>
  <_x003C_CreationDate_x003E_k__BackingField>2025-04-25T16:38:38.8883727Z</_x003C_CreationDate_x003E_k__BackingField>
  <_x003C_GiftCardDriverId_x003E_k__BackingField>efbc9481-329c-4203-b208-f0e47441d45e</_x003C_GiftCardDriverId_x003E_k__BackingField>
  <_x003C_GiftCardIdentificationId_x003E_k__BackingField>e8b1f113-960a-442c-a585-fc839d980b6f</_x003C_GiftCardIdentificationId_x003E_k__BackingField>
  <_x003C_GiftCardProgramId_x003E_k__BackingField>44b4c660-ad7a-4fbe-8640-0214d2cb3472</_x003C_GiftCardProgramId_x003E_k__BackingField>
  <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 11</_x003C_GiftCardProgramName_x003E_k__BackingField>
  <_x003C_GiftCardProgramValueId_x003E_k__BackingField>def617f1-953b-4e75-aeab-004dbad0a97f</_x003C_GiftCardProgramValueId_x003E_k__BackingField>
  <_x003C_GiftCardRequestOrderId_x003E_k__BackingField>b7ea3e67-56e0-42ea-b8e9-62f2afb98525</_x003C_GiftCardRequestOrderId_x003E_k__BackingField>
  <_x003C_GiftCardState_x003E_k__BackingField>64</_x003C_GiftCardState_x003E_k__BackingField>
  <_x003C_GiftCardSubAccountId_x003E_k__BackingField>05fd29a4-d445-4581-bf82-32e67b05c2ad</_x003C_GiftCardSubAccountId_x003E_k__BackingField>
  <_x003C_Id_x003E_k__BackingField>34dc16a2-1704-4e62-9f8e-b03d118e1dbd</_x003C_Id_x003E_k__BackingField>
  <_x003C_IdentificationActive_x003E_k__BackingField>true</_x003C_IdentificationActive_x003E_k__BackingField>
  <_x003C_IdentificationExpirationDate_x003E_k__BackingField>sample string 5</_x003C_IdentificationExpirationDate_x003E_k__BackingField>
  <_x003C_IdentificationLabel_x003E_k__BackingField>sample string 4</_x003C_IdentificationLabel_x003E_k__BackingField>
  <_x003C_IdentificationTrackNumber_x003E_k__BackingField>sample string 3</_x003C_IdentificationTrackNumber_x003E_k__BackingField>
  <_x003C_NetworkId_x003E_k__BackingField>c38a5eee-f74f-493d-a5c8-b25265f63310</_x003C_NetworkId_x003E_k__BackingField>
  <_x003C_PAN_x003E_k__BackingField>sample string 21</_x003C_PAN_x003E_k__BackingField>
  <_x003C_PINDigits_x003E_k__BackingField>1</_x003C_PINDigits_x003E_k__BackingField>
  <_x003C_PIN_x003E_k__BackingField>sample string 20</_x003C_PIN_x003E_k__BackingField>
  <_x003C_RequestOrderDate_x003E_k__BackingField>2025-04-25T16:38:38.8883727Z</_x003C_RequestOrderDate_x003E_k__BackingField>
  <_x003C_RequestOrder_x003E_k__BackingField>14</_x003C_RequestOrder_x003E_k__BackingField>
  <_x003C_RequiresPIN_x003E_k__BackingField>true</_x003C_RequiresPIN_x003E_k__BackingField>
  <_x003C_TypeModelDescription_x003E_k__BackingField>sample string 17</_x003C_TypeModelDescription_x003E_k__BackingField>
  <_x003C_TypeModelId_x003E_k__BackingField>1026d2a9-95c0-485a-8144-6c5eae67b115</_x003C_TypeModelId_x003E_k__BackingField>
  <_x003C_Type_x003E_k__BackingField>15</_x003C_Type_x003E_k__BackingField>
</GiftCardClientDto>