GET GiftCardClients/{id}
Gets a giftCardClient by it's ID, represented as GiftCardClientDto.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of the giftCardClient. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The giftCardClient data.
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": "7145a864-fcc5-4536-b6e8-87183fbae914", "NetworkId": "c5aa30fc-483f-4188-974c-08f4450244f9", "Balance": 1.0, "IdentificationTrackNumber": "sample string 3", "IdentificationLabel": "sample string 4", "IdentificationExpirationDate": "sample string 5", "GiftCardProgramId": "4cd1ac6f-e242-4528-b6c2-9031d39f0809", "GiftCardIdentificationId": "341b1cf2-b80d-41ac-8fec-db1e2f5dd8d9", "GiftCardSubAccountId": "562e923b-5a16-42e8-8d6d-4ce142e572ca", "GiftCardDriverId": "6384db22-14be-41b0-ab15-85124975c4d5", "GiftCardProgramValueId": "02756134-2aac-4a28-9101-56f811f879d5", "GiftCardProgramName": "sample string 11", "GiftCardRequestOrderId": "0013bec5-78ba-4403-b541-29b9c8d32185", "CreationDate": "2025-09-13T07:59:48.8250415Z", "GiftCardState": 64, "RequestOrderDate": "2025-09-13T07:59:48.8250415Z", "ActivationDate": "2025-09-13T07:59:48.8250415Z", "RequestOrder": 14, "Type": 15, "TypeModelId": "f3a199ed-eb48-49d3-beff-37d078b52f64", "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-13T07:59:48.8250415Z</_x003C_ActivationDate_x003E_k__BackingField> <_x003C_Balance_x003E_k__BackingField>1</_x003C_Balance_x003E_k__BackingField> <_x003C_CreationDate_x003E_k__BackingField>2025-09-13T07:59:48.8250415Z</_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>6384db22-14be-41b0-ab15-85124975c4d5</_x003C_GiftCardDriverId_x003E_k__BackingField> <_x003C_GiftCardIdentificationId_x003E_k__BackingField>341b1cf2-b80d-41ac-8fec-db1e2f5dd8d9</_x003C_GiftCardIdentificationId_x003E_k__BackingField> <_x003C_GiftCardProgramId_x003E_k__BackingField>4cd1ac6f-e242-4528-b6c2-9031d39f0809</_x003C_GiftCardProgramId_x003E_k__BackingField> <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 11</_x003C_GiftCardProgramName_x003E_k__BackingField> <_x003C_GiftCardProgramValueId_x003E_k__BackingField>02756134-2aac-4a28-9101-56f811f879d5</_x003C_GiftCardProgramValueId_x003E_k__BackingField> <_x003C_GiftCardRequestOrderId_x003E_k__BackingField>0013bec5-78ba-4403-b541-29b9c8d32185</_x003C_GiftCardRequestOrderId_x003E_k__BackingField> <_x003C_GiftCardState_x003E_k__BackingField>64</_x003C_GiftCardState_x003E_k__BackingField> <_x003C_GiftCardSubAccountId_x003E_k__BackingField>562e923b-5a16-42e8-8d6d-4ce142e572ca</_x003C_GiftCardSubAccountId_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>7145a864-fcc5-4536-b6e8-87183fbae914</_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>c5aa30fc-483f-4188-974c-08f4450244f9</_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-13T07:59:48.8250415Z</_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>f3a199ed-eb48-49d3-beff-37d078b52f64</_x003C_TypeModelId_x003E_k__BackingField> <_x003C_Type_x003E_k__BackingField>15</_x003C_Type_x003E_k__BackingField> </GiftCardClientDto>