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. |
Response Formats
application/json, text/json
Sample:
{ "Id": "40db4e86-28f3-46fb-8094-8e2d8f69114f", "NetworkId": "a59eb25e-b275-40d0-9773-586cd7a52b63", "Balance": 1.0, "IdentificationTrackNumber": "sample string 3", "IdentificationLabel": "sample string 4", "IdentificationExpirationDate": "sample string 5", "GiftCardProgramId": "010b8193-4588-4309-8e89-834f01c5cbdc", "GiftCardIdentificationId": "de7a5253-dc60-4772-acb5-2ba96e80abfb", "GiftCardSubAccountId": "2281beb1-f8ef-488b-ad57-54de0d561ef6", "GiftCardDriverId": "d8ec95a0-02a7-40dc-9a2f-784916d37617", "GiftCardProgramValueId": "a1e82532-cf03-471a-b2f4-271de08d0b99", "GiftCardProgramName": "sample string 11", "GiftCardRequestOrderId": "b282752e-2b4c-40e6-b633-a534a26d7d67", "CreationDate": "2025-06-12T08:30:22.6358851Z", "GiftCardState": 64, "RequestOrderDate": "2025-06-12T08:30:22.6358851Z", "ActivationDate": "2025-06-12T08:30:22.6358851Z", "RequestOrder": 14, "Type": 15, "TypeModelId": "dff931b8-6d2f-4694-a0e3-37a0fbcc2753", "TypeModelDescription": "sample string 17", "IdentificationActive": true, "RequiresPIN": true, "PIN": "sample string 20", "PINDigits": 1, "PAN": "sample string 21" }
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-06-12T08:30:22.6358851Z</_x003C_ActivationDate_x003E_k__BackingField> <_x003C_Balance_x003E_k__BackingField>1</_x003C_Balance_x003E_k__BackingField> <_x003C_CreationDate_x003E_k__BackingField>2025-06-12T08:30:22.6358851Z</_x003C_CreationDate_x003E_k__BackingField> <_x003C_GiftCardDriverId_x003E_k__BackingField>d8ec95a0-02a7-40dc-9a2f-784916d37617</_x003C_GiftCardDriverId_x003E_k__BackingField> <_x003C_GiftCardIdentificationId_x003E_k__BackingField>de7a5253-dc60-4772-acb5-2ba96e80abfb</_x003C_GiftCardIdentificationId_x003E_k__BackingField> <_x003C_GiftCardProgramId_x003E_k__BackingField>010b8193-4588-4309-8e89-834f01c5cbdc</_x003C_GiftCardProgramId_x003E_k__BackingField> <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 11</_x003C_GiftCardProgramName_x003E_k__BackingField> <_x003C_GiftCardProgramValueId_x003E_k__BackingField>a1e82532-cf03-471a-b2f4-271de08d0b99</_x003C_GiftCardProgramValueId_x003E_k__BackingField> <_x003C_GiftCardRequestOrderId_x003E_k__BackingField>b282752e-2b4c-40e6-b633-a534a26d7d67</_x003C_GiftCardRequestOrderId_x003E_k__BackingField> <_x003C_GiftCardState_x003E_k__BackingField>64</_x003C_GiftCardState_x003E_k__BackingField> <_x003C_GiftCardSubAccountId_x003E_k__BackingField>2281beb1-f8ef-488b-ad57-54de0d561ef6</_x003C_GiftCardSubAccountId_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>40db4e86-28f3-46fb-8094-8e2d8f69114f</_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>a59eb25e-b275-40d0-9773-586cd7a52b63</_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-06-12T08:30:22.6358851Z</_x003C_RequestOrderDate_x003E_k__BackingField> <_x003C_RequestOrder_x003E_k__BackingField>14</_x003C_RequestOrder_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>dff931b8-6d2f-4694-a0e3-37a0fbcc2753</_x003C_TypeModelId_x003E_k__BackingField> <_x003C_Type_x003E_k__BackingField>15</_x003C_Type_x003E_k__BackingField> </GiftCardClientDto>