POST GiftCardClients
Creates a new getGiftCardClient.
Request Information
URI Parameters
None.
Body Parameters
The data of the getGiftCardClient.
GiftCardClientDto| Name | Description | Type | Additional 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. |
|
| ExpirationDate | 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. |
|
| DeactivationType | byte |
None. |
|
| DeactivationReason | string |
None. |
|
| RequestedValue | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "a8768e70-5e10-45c2-be64-9918c359367b",
"NetworkId": "ff102a47-d74b-4250-94ae-ff406ac1a5ff",
"Balance": 1.0,
"IdentificationTrackNumber": "sample string 3",
"IdentificationLabel": "sample string 4",
"IdentificationExpirationDate": "sample string 5",
"GiftCardProgramId": "a0d544ad-7321-4d49-9b21-f24a6615d8c0",
"GiftCardIdentificationId": "c990ef8e-cb28-476e-9b5a-89f155f1d1d0",
"GiftCardSubAccountId": "6fc5e43a-6238-4d6c-b399-d7fd300d2cd1",
"GiftCardDriverId": "df6f51ff-6e8d-41bb-9b29-dc8cccbf0d1d",
"GiftCardProgramValueId": "cff4d21b-5262-4f2a-aad1-1c7bb359d4a8",
"GiftCardProgramName": "sample string 11",
"GiftCardRequestOrderId": "57003289-8dbb-46ea-a1fc-db54b468f484",
"CreationDate": "2026-04-27T21:37:50.5093797Z",
"GiftCardState": 64,
"RequestOrderDate": "2026-04-27T21:37:50.5093797Z",
"ActivationDate": "2026-04-27T21:37:50.5093797Z",
"ExpirationDate": "2026-04-27T21:37:50.5093797Z",
"RequestOrder": 14,
"Type": 15,
"TypeModelId": "24993061-6501-4d84-9f85-af01704b4379",
"TypeModelDescription": "sample string 17",
"IdentificationActive": true,
"RequiresPIN": true,
"PIN": "sample string 20",
"PINDigits": 1,
"PAN": "sample string 21",
"DeactivationType": 64,
"DeactivationReason": "sample string 22",
"RequestedValue": 23.0
}
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>2026-04-27T21:37:50.5093797Z</_x003C_ActivationDate_x003E_k__BackingField> <_x003C_Balance_x003E_k__BackingField>1</_x003C_Balance_x003E_k__BackingField> <_x003C_CreationDate_x003E_k__BackingField>2026-04-27T21:37:50.5093797Z</_x003C_CreationDate_x003E_k__BackingField> <_x003C_DeactivationReason_x003E_k__BackingField>sample string 22</_x003C_DeactivationReason_x003E_k__BackingField> <_x003C_DeactivationType_x003E_k__BackingField>64</_x003C_DeactivationType_x003E_k__BackingField> <_x003C_ExpirationDate_x003E_k__BackingField>2026-04-27T21:37:50.5093797Z</_x003C_ExpirationDate_x003E_k__BackingField> <_x003C_GiftCardDriverId_x003E_k__BackingField>df6f51ff-6e8d-41bb-9b29-dc8cccbf0d1d</_x003C_GiftCardDriverId_x003E_k__BackingField> <_x003C_GiftCardIdentificationId_x003E_k__BackingField>c990ef8e-cb28-476e-9b5a-89f155f1d1d0</_x003C_GiftCardIdentificationId_x003E_k__BackingField> <_x003C_GiftCardProgramId_x003E_k__BackingField>a0d544ad-7321-4d49-9b21-f24a6615d8c0</_x003C_GiftCardProgramId_x003E_k__BackingField> <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 11</_x003C_GiftCardProgramName_x003E_k__BackingField> <_x003C_GiftCardProgramValueId_x003E_k__BackingField>cff4d21b-5262-4f2a-aad1-1c7bb359d4a8</_x003C_GiftCardProgramValueId_x003E_k__BackingField> <_x003C_GiftCardRequestOrderId_x003E_k__BackingField>57003289-8dbb-46ea-a1fc-db54b468f484</_x003C_GiftCardRequestOrderId_x003E_k__BackingField> <_x003C_GiftCardState_x003E_k__BackingField>64</_x003C_GiftCardState_x003E_k__BackingField> <_x003C_GiftCardSubAccountId_x003E_k__BackingField>6fc5e43a-6238-4d6c-b399-d7fd300d2cd1</_x003C_GiftCardSubAccountId_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>a8768e70-5e10-45c2-be64-9918c359367b</_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>ff102a47-d74b-4250-94ae-ff406ac1a5ff</_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>2026-04-27T21:37:50.5093797Z</_x003C_RequestOrderDate_x003E_k__BackingField> <_x003C_RequestOrder_x003E_k__BackingField>14</_x003C_RequestOrder_x003E_k__BackingField> <_x003C_RequestedValue_x003E_k__BackingField>23</_x003C_RequestedValue_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>24993061-6501-4d84-9f85-af01704b4379</_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| Name | Description | Type | Additional 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. |
|
| ExpirationDate | 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. |
|
| DeactivationType | byte |
None. |
|
| DeactivationReason | string |
None. |
|
| RequestedValue | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "97ee761d-a9e2-4d52-8407-2af77a40c4e3",
"NetworkId": "3728d821-4a2c-4966-88af-7eccd400b0af",
"Balance": 1.0,
"IdentificationTrackNumber": "sample string 3",
"IdentificationLabel": "sample string 4",
"IdentificationExpirationDate": "sample string 5",
"GiftCardProgramId": "a3f23b7f-4e81-4f1e-b523-b403591ab9fc",
"GiftCardIdentificationId": "afb77d63-5ea2-4c4f-a62d-b9be34dfd65d",
"GiftCardSubAccountId": "aed2a99d-99ed-48ac-b840-6ab739ed695a",
"GiftCardDriverId": "2ddfa938-f398-4544-9761-beca26e499eb",
"GiftCardProgramValueId": "34472d10-c850-4393-854e-1172bf69e227",
"GiftCardProgramName": "sample string 11",
"GiftCardRequestOrderId": "d3cb144b-e17d-40c0-940a-ccddb6a7abb2",
"CreationDate": "2026-04-27T21:37:50.525004Z",
"GiftCardState": 64,
"RequestOrderDate": "2026-04-27T21:37:50.525004Z",
"ActivationDate": "2026-04-27T21:37:50.525004Z",
"ExpirationDate": "2026-04-27T21:37:50.525004Z",
"RequestOrder": 14,
"Type": 15,
"TypeModelId": "9b55c777-72bf-405a-b24c-a1fe035f94bd",
"TypeModelDescription": "sample string 17",
"IdentificationActive": true,
"RequiresPIN": true,
"PIN": "sample string 20",
"PINDigits": 1,
"PAN": "sample string 21",
"DeactivationType": 64,
"DeactivationReason": "sample string 22",
"RequestedValue": 23.0
}
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>2026-04-27T21:37:50.525004Z</_x003C_ActivationDate_x003E_k__BackingField> <_x003C_Balance_x003E_k__BackingField>1</_x003C_Balance_x003E_k__BackingField> <_x003C_CreationDate_x003E_k__BackingField>2026-04-27T21:37:50.525004Z</_x003C_CreationDate_x003E_k__BackingField> <_x003C_DeactivationReason_x003E_k__BackingField>sample string 22</_x003C_DeactivationReason_x003E_k__BackingField> <_x003C_DeactivationType_x003E_k__BackingField>64</_x003C_DeactivationType_x003E_k__BackingField> <_x003C_ExpirationDate_x003E_k__BackingField>2026-04-27T21:37:50.525004Z</_x003C_ExpirationDate_x003E_k__BackingField> <_x003C_GiftCardDriverId_x003E_k__BackingField>2ddfa938-f398-4544-9761-beca26e499eb</_x003C_GiftCardDriverId_x003E_k__BackingField> <_x003C_GiftCardIdentificationId_x003E_k__BackingField>afb77d63-5ea2-4c4f-a62d-b9be34dfd65d</_x003C_GiftCardIdentificationId_x003E_k__BackingField> <_x003C_GiftCardProgramId_x003E_k__BackingField>a3f23b7f-4e81-4f1e-b523-b403591ab9fc</_x003C_GiftCardProgramId_x003E_k__BackingField> <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 11</_x003C_GiftCardProgramName_x003E_k__BackingField> <_x003C_GiftCardProgramValueId_x003E_k__BackingField>34472d10-c850-4393-854e-1172bf69e227</_x003C_GiftCardProgramValueId_x003E_k__BackingField> <_x003C_GiftCardRequestOrderId_x003E_k__BackingField>d3cb144b-e17d-40c0-940a-ccddb6a7abb2</_x003C_GiftCardRequestOrderId_x003E_k__BackingField> <_x003C_GiftCardState_x003E_k__BackingField>64</_x003C_GiftCardState_x003E_k__BackingField> <_x003C_GiftCardSubAccountId_x003E_k__BackingField>aed2a99d-99ed-48ac-b840-6ab739ed695a</_x003C_GiftCardSubAccountId_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>97ee761d-a9e2-4d52-8407-2af77a40c4e3</_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>3728d821-4a2c-4966-88af-7eccd400b0af</_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>2026-04-27T21:37:50.525004Z</_x003C_RequestOrderDate_x003E_k__BackingField> <_x003C_RequestOrder_x003E_k__BackingField>14</_x003C_RequestOrder_x003E_k__BackingField> <_x003C_RequestedValue_x003E_k__BackingField>23</_x003C_RequestedValue_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>9b55c777-72bf-405a-b24c-a1fe035f94bd</_x003C_TypeModelId_x003E_k__BackingField> <_x003C_Type_x003E_k__BackingField>15</_x003C_Type_x003E_k__BackingField> </GiftCardClientDto>