POST GiftCardClients
Creates a new getGiftCardClient.
Request Information
URI Parameters
None.
Body Parameters
The data of the getGiftCardClient.
GiftCardClientDtoName | 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. |
|
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": "523d3026-ec75-48e1-8038-54939bf0373f", "NetworkId": "bcc9c5d1-c7e7-4ceb-b09e-f290f362f1c7", "Balance": 1.0, "IdentificationTrackNumber": "sample string 3", "IdentificationLabel": "sample string 4", "IdentificationExpirationDate": "sample string 5", "GiftCardProgramId": "074ed6f0-c6d1-48dc-97d1-ba04f1073f42", "GiftCardIdentificationId": "93e7b9f8-c883-4ad4-98c4-c1485b3ce484", "GiftCardSubAccountId": "7c3a3b55-1db8-4b36-8102-3a5f8e07fa7a", "GiftCardDriverId": "7b78f29d-023a-411f-bd91-fa6cefdf84a9", "GiftCardProgramValueId": "40fdef0a-6b93-4352-a27a-d4792ea0206b", "GiftCardProgramName": "sample string 11", "GiftCardRequestOrderId": "607ae98e-a2bf-442b-86b4-959f45f5acd2", "CreationDate": "2025-09-13T08:01:35.6378004Z", "GiftCardState": 64, "RequestOrderDate": "2025-09-13T08:01:35.6378004Z", "ActivationDate": "2025-09-13T08:01:35.6378004Z", "RequestOrder": 14, "Type": 15, "TypeModelId": "c0951c36-d3e5-4d7f-93fd-58107cf05306", "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>2025-09-13T08:01:35.6378004Z</_x003C_ActivationDate_x003E_k__BackingField> <_x003C_Balance_x003E_k__BackingField>1</_x003C_Balance_x003E_k__BackingField> <_x003C_CreationDate_x003E_k__BackingField>2025-09-13T08:01:35.6378004Z</_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_GiftCardDriverId_x003E_k__BackingField>7b78f29d-023a-411f-bd91-fa6cefdf84a9</_x003C_GiftCardDriverId_x003E_k__BackingField> <_x003C_GiftCardIdentificationId_x003E_k__BackingField>93e7b9f8-c883-4ad4-98c4-c1485b3ce484</_x003C_GiftCardIdentificationId_x003E_k__BackingField> <_x003C_GiftCardProgramId_x003E_k__BackingField>074ed6f0-c6d1-48dc-97d1-ba04f1073f42</_x003C_GiftCardProgramId_x003E_k__BackingField> <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 11</_x003C_GiftCardProgramName_x003E_k__BackingField> <_x003C_GiftCardProgramValueId_x003E_k__BackingField>40fdef0a-6b93-4352-a27a-d4792ea0206b</_x003C_GiftCardProgramValueId_x003E_k__BackingField> <_x003C_GiftCardRequestOrderId_x003E_k__BackingField>607ae98e-a2bf-442b-86b4-959f45f5acd2</_x003C_GiftCardRequestOrderId_x003E_k__BackingField> <_x003C_GiftCardState_x003E_k__BackingField>64</_x003C_GiftCardState_x003E_k__BackingField> <_x003C_GiftCardSubAccountId_x003E_k__BackingField>7c3a3b55-1db8-4b36-8102-3a5f8e07fa7a</_x003C_GiftCardSubAccountId_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>523d3026-ec75-48e1-8038-54939bf0373f</_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>bcc9c5d1-c7e7-4ceb-b09e-f290f362f1c7</_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-09-13T08:01:35.6378004Z</_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>c0951c36-d3e5-4d7f-93fd-58107cf05306</_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.
GiftCardClientDtoName | 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. |
|
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": "e3bf7a7a-7a69-4f5c-9253-7be2d9ae314b", "NetworkId": "4de2e1a5-5822-4908-b6dd-762dc5a5f994", "Balance": 1.0, "IdentificationTrackNumber": "sample string 3", "IdentificationLabel": "sample string 4", "IdentificationExpirationDate": "sample string 5", "GiftCardProgramId": "cb50a87f-58e7-48c7-b423-ec871251cb53", "GiftCardIdentificationId": "5648a1ad-686a-46ca-9e4e-7cf84a38a824", "GiftCardSubAccountId": "fbab92f4-5cb8-4c64-95f7-578f54b45e41", "GiftCardDriverId": "bcfa85b2-d874-424a-8ac2-9abebfb1e420", "GiftCardProgramValueId": "069c3dc0-4f58-44cc-ac01-1a88227723dd", "GiftCardProgramName": "sample string 11", "GiftCardRequestOrderId": "41204a0d-8efa-49c1-9be2-7b532af4fe91", "CreationDate": "2025-09-13T08:01:35.6378004Z", "GiftCardState": 64, "RequestOrderDate": "2025-09-13T08:01:35.6378004Z", "ActivationDate": "2025-09-13T08:01:35.6378004Z", "RequestOrder": 14, "Type": 15, "TypeModelId": "4fa0208e-8cb2-4d7f-bd54-5fa9c72664c6", "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>2025-09-13T08:01:35.6378004Z</_x003C_ActivationDate_x003E_k__BackingField> <_x003C_Balance_x003E_k__BackingField>1</_x003C_Balance_x003E_k__BackingField> <_x003C_CreationDate_x003E_k__BackingField>2025-09-13T08:01:35.6378004Z</_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_GiftCardDriverId_x003E_k__BackingField>bcfa85b2-d874-424a-8ac2-9abebfb1e420</_x003C_GiftCardDriverId_x003E_k__BackingField> <_x003C_GiftCardIdentificationId_x003E_k__BackingField>5648a1ad-686a-46ca-9e4e-7cf84a38a824</_x003C_GiftCardIdentificationId_x003E_k__BackingField> <_x003C_GiftCardProgramId_x003E_k__BackingField>cb50a87f-58e7-48c7-b423-ec871251cb53</_x003C_GiftCardProgramId_x003E_k__BackingField> <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 11</_x003C_GiftCardProgramName_x003E_k__BackingField> <_x003C_GiftCardProgramValueId_x003E_k__BackingField>069c3dc0-4f58-44cc-ac01-1a88227723dd</_x003C_GiftCardProgramValueId_x003E_k__BackingField> <_x003C_GiftCardRequestOrderId_x003E_k__BackingField>41204a0d-8efa-49c1-9be2-7b532af4fe91</_x003C_GiftCardRequestOrderId_x003E_k__BackingField> <_x003C_GiftCardState_x003E_k__BackingField>64</_x003C_GiftCardState_x003E_k__BackingField> <_x003C_GiftCardSubAccountId_x003E_k__BackingField>fbab92f4-5cb8-4c64-95f7-578f54b45e41</_x003C_GiftCardSubAccountId_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>e3bf7a7a-7a69-4f5c-9253-7be2d9ae314b</_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>4de2e1a5-5822-4908-b6dd-762dc5a5f994</_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-09-13T08:01:35.6378004Z</_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>4fa0208e-8cb2-4d7f-bd54-5fa9c72664c6</_x003C_TypeModelId_x003E_k__BackingField> <_x003C_Type_x003E_k__BackingField>15</_x003C_Type_x003E_k__BackingField> </GiftCardClientDto>