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": "48996fdc-c9e3-45da-9c66-285dbdc71203",
"NetworkId": "eb007aa1-ed9f-4241-a37e-b8580f429721",
"Balance": 1.0,
"IdentificationTrackNumber": "sample string 3",
"IdentificationLabel": "sample string 4",
"IdentificationExpirationDate": "sample string 5",
"GiftCardProgramId": "bceb1909-96d8-44f1-9e5c-d46cbbe88350",
"GiftCardIdentificationId": "a42b3a55-5bc9-4330-8d22-eb722f9686a6",
"GiftCardSubAccountId": "b162edfa-2db9-4ea5-ae7c-1dbb000828f5",
"GiftCardDriverId": "b9ca53da-0624-4646-b57f-8294960e991d",
"GiftCardProgramValueId": "aa477a75-c892-4986-9ee4-e31223f0198e",
"GiftCardProgramName": "sample string 11",
"GiftCardRequestOrderId": "24f66716-9449-4528-b91d-ff6251da97f7",
"CreationDate": "2026-09-10T10:28:12.2954165Z",
"GiftCardState": 64,
"RequestOrderDate": "2026-09-10T10:28:12.2954165Z",
"ActivationDate": "2026-09-10T10:28:12.2954165Z",
"ExpirationDate": "2026-09-10T10:28:12.2954165Z",
"RequestOrder": 14,
"Type": 15,
"TypeModelId": "a6494a65-1443-4aa9-82e5-bcdd04203d50",
"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-09-10T10:28:12.2954165Z</_x003C_ActivationDate_x003E_k__BackingField> <_x003C_Balance_x003E_k__BackingField>1</_x003C_Balance_x003E_k__BackingField> <_x003C_CreationDate_x003E_k__BackingField>2026-09-10T10:28:12.2954165Z</_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-09-10T10:28:12.2954165Z</_x003C_ExpirationDate_x003E_k__BackingField> <_x003C_GiftCardDriverId_x003E_k__BackingField>b9ca53da-0624-4646-b57f-8294960e991d</_x003C_GiftCardDriverId_x003E_k__BackingField> <_x003C_GiftCardIdentificationId_x003E_k__BackingField>a42b3a55-5bc9-4330-8d22-eb722f9686a6</_x003C_GiftCardIdentificationId_x003E_k__BackingField> <_x003C_GiftCardProgramId_x003E_k__BackingField>bceb1909-96d8-44f1-9e5c-d46cbbe88350</_x003C_GiftCardProgramId_x003E_k__BackingField> <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 11</_x003C_GiftCardProgramName_x003E_k__BackingField> <_x003C_GiftCardProgramValueId_x003E_k__BackingField>aa477a75-c892-4986-9ee4-e31223f0198e</_x003C_GiftCardProgramValueId_x003E_k__BackingField> <_x003C_GiftCardRequestOrderId_x003E_k__BackingField>24f66716-9449-4528-b91d-ff6251da97f7</_x003C_GiftCardRequestOrderId_x003E_k__BackingField> <_x003C_GiftCardState_x003E_k__BackingField>64</_x003C_GiftCardState_x003E_k__BackingField> <_x003C_GiftCardSubAccountId_x003E_k__BackingField>b162edfa-2db9-4ea5-ae7c-1dbb000828f5</_x003C_GiftCardSubAccountId_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>48996fdc-c9e3-45da-9c66-285dbdc71203</_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>eb007aa1-ed9f-4241-a37e-b8580f429721</_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-09-10T10:28:12.2954165Z</_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>a6494a65-1443-4aa9-82e5-bcdd04203d50</_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": "f796c1d4-f3de-42e3-bd00-40ee952c4f02",
"NetworkId": "ba190977-997b-40a2-872a-88b9b5886c01",
"Balance": 1.0,
"IdentificationTrackNumber": "sample string 3",
"IdentificationLabel": "sample string 4",
"IdentificationExpirationDate": "sample string 5",
"GiftCardProgramId": "1b547e55-1409-4e42-a76a-d955d6760fda",
"GiftCardIdentificationId": "baab5858-100c-4b13-9feb-e340b406319a",
"GiftCardSubAccountId": "e4f6e730-1e86-4821-9ca4-0a5e49d96f13",
"GiftCardDriverId": "7f22e190-b968-4ca1-8a1e-e955dd1f9a29",
"GiftCardProgramValueId": "77c13347-fb2f-44ec-a56a-eebcd40de061",
"GiftCardProgramName": "sample string 11",
"GiftCardRequestOrderId": "eb46ff69-08ff-4cc7-8faf-2c049a903256",
"CreationDate": "2026-09-10T10:28:12.311041Z",
"GiftCardState": 64,
"RequestOrderDate": "2026-09-10T10:28:12.311041Z",
"ActivationDate": "2026-09-10T10:28:12.311041Z",
"ExpirationDate": "2026-09-10T10:28:12.311041Z",
"RequestOrder": 14,
"Type": 15,
"TypeModelId": "32f69729-40ad-4ea9-a14b-970fbf58ec55",
"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-09-10T10:28:12.311041Z</_x003C_ActivationDate_x003E_k__BackingField> <_x003C_Balance_x003E_k__BackingField>1</_x003C_Balance_x003E_k__BackingField> <_x003C_CreationDate_x003E_k__BackingField>2026-09-10T10:28:12.311041Z</_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-09-10T10:28:12.311041Z</_x003C_ExpirationDate_x003E_k__BackingField> <_x003C_GiftCardDriverId_x003E_k__BackingField>7f22e190-b968-4ca1-8a1e-e955dd1f9a29</_x003C_GiftCardDriverId_x003E_k__BackingField> <_x003C_GiftCardIdentificationId_x003E_k__BackingField>baab5858-100c-4b13-9feb-e340b406319a</_x003C_GiftCardIdentificationId_x003E_k__BackingField> <_x003C_GiftCardProgramId_x003E_k__BackingField>1b547e55-1409-4e42-a76a-d955d6760fda</_x003C_GiftCardProgramId_x003E_k__BackingField> <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 11</_x003C_GiftCardProgramName_x003E_k__BackingField> <_x003C_GiftCardProgramValueId_x003E_k__BackingField>77c13347-fb2f-44ec-a56a-eebcd40de061</_x003C_GiftCardProgramValueId_x003E_k__BackingField> <_x003C_GiftCardRequestOrderId_x003E_k__BackingField>eb46ff69-08ff-4cc7-8faf-2c049a903256</_x003C_GiftCardRequestOrderId_x003E_k__BackingField> <_x003C_GiftCardState_x003E_k__BackingField>64</_x003C_GiftCardState_x003E_k__BackingField> <_x003C_GiftCardSubAccountId_x003E_k__BackingField>e4f6e730-1e86-4821-9ca4-0a5e49d96f13</_x003C_GiftCardSubAccountId_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>f796c1d4-f3de-42e3-bd00-40ee952c4f02</_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>ba190977-997b-40a2-872a-88b9b5886c01</_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-09-10T10:28:12.311041Z</_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>32f69729-40ad-4ea9-a14b-970fbf58ec55</_x003C_TypeModelId_x003E_k__BackingField> <_x003C_Type_x003E_k__BackingField>15</_x003C_Type_x003E_k__BackingField> </GiftCardClientDto>