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": "26a046dc-b2fc-41bf-bf62-74f08f5738b2",
"NetworkId": "769d77f5-65df-44aa-a6a8-b8e6da5fa001",
"Balance": 1.0,
"IdentificationTrackNumber": "sample string 3",
"IdentificationLabel": "sample string 4",
"IdentificationExpirationDate": "sample string 5",
"GiftCardProgramId": "c8b05aa6-8d2d-4d85-8562-033849cf843d",
"GiftCardIdentificationId": "f5e81c23-8415-4725-a153-62aa53275dd2",
"GiftCardSubAccountId": "437e0b1b-18fe-4d68-8925-08a88afec883",
"GiftCardDriverId": "d30967e9-e889-428f-83a7-34f67f23496f",
"GiftCardProgramValueId": "a0726268-ebdb-4e4d-85fb-55f0055b6d51",
"GiftCardProgramName": "sample string 11",
"GiftCardRequestOrderId": "3589602f-a92f-4fd5-a4d7-b764a772569a",
"CreationDate": "2026-08-03T19:17:43.3009577Z",
"GiftCardState": 64,
"RequestOrderDate": "2026-08-03T19:17:43.3009577Z",
"ActivationDate": "2026-08-03T19:17:43.3009577Z",
"ExpirationDate": "2026-08-03T19:17:43.3009577Z",
"RequestOrder": 14,
"Type": 15,
"TypeModelId": "4bb82425-aeed-400b-a252-88abeb0134d2",
"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-08-03T19:17:43.3009577Z</_x003C_ActivationDate_x003E_k__BackingField> <_x003C_Balance_x003E_k__BackingField>1</_x003C_Balance_x003E_k__BackingField> <_x003C_CreationDate_x003E_k__BackingField>2026-08-03T19:17:43.3009577Z</_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-08-03T19:17:43.3009577Z</_x003C_ExpirationDate_x003E_k__BackingField> <_x003C_GiftCardDriverId_x003E_k__BackingField>d30967e9-e889-428f-83a7-34f67f23496f</_x003C_GiftCardDriverId_x003E_k__BackingField> <_x003C_GiftCardIdentificationId_x003E_k__BackingField>f5e81c23-8415-4725-a153-62aa53275dd2</_x003C_GiftCardIdentificationId_x003E_k__BackingField> <_x003C_GiftCardProgramId_x003E_k__BackingField>c8b05aa6-8d2d-4d85-8562-033849cf843d</_x003C_GiftCardProgramId_x003E_k__BackingField> <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 11</_x003C_GiftCardProgramName_x003E_k__BackingField> <_x003C_GiftCardProgramValueId_x003E_k__BackingField>a0726268-ebdb-4e4d-85fb-55f0055b6d51</_x003C_GiftCardProgramValueId_x003E_k__BackingField> <_x003C_GiftCardRequestOrderId_x003E_k__BackingField>3589602f-a92f-4fd5-a4d7-b764a772569a</_x003C_GiftCardRequestOrderId_x003E_k__BackingField> <_x003C_GiftCardState_x003E_k__BackingField>64</_x003C_GiftCardState_x003E_k__BackingField> <_x003C_GiftCardSubAccountId_x003E_k__BackingField>437e0b1b-18fe-4d68-8925-08a88afec883</_x003C_GiftCardSubAccountId_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>26a046dc-b2fc-41bf-bf62-74f08f5738b2</_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>769d77f5-65df-44aa-a6a8-b8e6da5fa001</_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-08-03T19:17:43.3009577Z</_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>4bb82425-aeed-400b-a252-88abeb0134d2</_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": "d7718059-dd87-4e2a-8e7f-ff426b5d42d5",
"NetworkId": "a067dfd5-a2c4-4fa3-9f57-ca2cb202cad2",
"Balance": 1.0,
"IdentificationTrackNumber": "sample string 3",
"IdentificationLabel": "sample string 4",
"IdentificationExpirationDate": "sample string 5",
"GiftCardProgramId": "f88055ab-e488-4a92-81c7-617d2e5ee96f",
"GiftCardIdentificationId": "cb8c44aa-5777-47e3-8847-405b1c8113b5",
"GiftCardSubAccountId": "87410381-2642-42f6-880a-91ce02657f96",
"GiftCardDriverId": "3eadb605-0942-4a5c-aeda-c99f07f75c69",
"GiftCardProgramValueId": "549f2b24-95e2-438d-9813-d998d03d7810",
"GiftCardProgramName": "sample string 11",
"GiftCardRequestOrderId": "ed5ca39e-65ad-4279-9235-6186a6ff2f39",
"CreationDate": "2026-08-03T19:17:43.3009577Z",
"GiftCardState": 64,
"RequestOrderDate": "2026-08-03T19:17:43.3009577Z",
"ActivationDate": "2026-08-03T19:17:43.3009577Z",
"ExpirationDate": "2026-08-03T19:17:43.3009577Z",
"RequestOrder": 14,
"Type": 15,
"TypeModelId": "fd97ff13-b82e-4e04-9319-098a6f2b9be9",
"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-08-03T19:17:43.3009577Z</_x003C_ActivationDate_x003E_k__BackingField> <_x003C_Balance_x003E_k__BackingField>1</_x003C_Balance_x003E_k__BackingField> <_x003C_CreationDate_x003E_k__BackingField>2026-08-03T19:17:43.3009577Z</_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-08-03T19:17:43.3009577Z</_x003C_ExpirationDate_x003E_k__BackingField> <_x003C_GiftCardDriverId_x003E_k__BackingField>3eadb605-0942-4a5c-aeda-c99f07f75c69</_x003C_GiftCardDriverId_x003E_k__BackingField> <_x003C_GiftCardIdentificationId_x003E_k__BackingField>cb8c44aa-5777-47e3-8847-405b1c8113b5</_x003C_GiftCardIdentificationId_x003E_k__BackingField> <_x003C_GiftCardProgramId_x003E_k__BackingField>f88055ab-e488-4a92-81c7-617d2e5ee96f</_x003C_GiftCardProgramId_x003E_k__BackingField> <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 11</_x003C_GiftCardProgramName_x003E_k__BackingField> <_x003C_GiftCardProgramValueId_x003E_k__BackingField>549f2b24-95e2-438d-9813-d998d03d7810</_x003C_GiftCardProgramValueId_x003E_k__BackingField> <_x003C_GiftCardRequestOrderId_x003E_k__BackingField>ed5ca39e-65ad-4279-9235-6186a6ff2f39</_x003C_GiftCardRequestOrderId_x003E_k__BackingField> <_x003C_GiftCardState_x003E_k__BackingField>64</_x003C_GiftCardState_x003E_k__BackingField> <_x003C_GiftCardSubAccountId_x003E_k__BackingField>87410381-2642-42f6-880a-91ce02657f96</_x003C_GiftCardSubAccountId_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>d7718059-dd87-4e2a-8e7f-ff426b5d42d5</_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>a067dfd5-a2c4-4fa3-9f57-ca2cb202cad2</_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-08-03T19:17:43.3009577Z</_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>fd97ff13-b82e-4e04-9319-098a6f2b9be9</_x003C_TypeModelId_x003E_k__BackingField> <_x003C_Type_x003E_k__BackingField>15</_x003C_Type_x003E_k__BackingField> </GiftCardClientDto>