PUT GiftCardClients/{id}
Updates the getGiftCardClient.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the getGiftCardClient. |
globally unique identifier |
Required |
Body Parameters
The new 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": "cdc7741c-3bd4-453f-9674-48a676406627",
"NetworkId": "9779fc94-677a-454c-9c07-4f8135f74ad8",
"Balance": 1.0,
"IdentificationTrackNumber": "sample string 3",
"IdentificationLabel": "sample string 4",
"IdentificationExpirationDate": "sample string 5",
"GiftCardProgramId": "e60700dd-43e6-454e-8d6a-321215dc6d8f",
"GiftCardIdentificationId": "9011cd4b-686e-473c-b3bf-da83b73a300d",
"GiftCardSubAccountId": "4bf4903d-dc1d-4071-95c5-875f47c2a2b9",
"GiftCardDriverId": "336fdf79-1410-452c-a01b-33634290585e",
"GiftCardProgramValueId": "4f8eea96-0eb3-476f-8f0e-efa2123331c0",
"GiftCardProgramName": "sample string 11",
"GiftCardRequestOrderId": "582eb936-5343-4ab8-a916-0a8b796d3cc7",
"CreationDate": "2026-06-12T01:31:09.4637903Z",
"GiftCardState": 64,
"RequestOrderDate": "2026-06-12T01:31:09.4637903Z",
"ActivationDate": "2026-06-12T01:31:09.4637903Z",
"ExpirationDate": "2026-06-12T01:31:09.4637903Z",
"RequestOrder": 14,
"Type": 15,
"TypeModelId": "543ab0de-0dcf-450f-a885-f4bd2180fa27",
"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-06-12T01:31:09.4637903Z</_x003C_ActivationDate_x003E_k__BackingField> <_x003C_Balance_x003E_k__BackingField>1</_x003C_Balance_x003E_k__BackingField> <_x003C_CreationDate_x003E_k__BackingField>2026-06-12T01:31:09.4637903Z</_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-06-12T01:31:09.4637903Z</_x003C_ExpirationDate_x003E_k__BackingField> <_x003C_GiftCardDriverId_x003E_k__BackingField>336fdf79-1410-452c-a01b-33634290585e</_x003C_GiftCardDriverId_x003E_k__BackingField> <_x003C_GiftCardIdentificationId_x003E_k__BackingField>9011cd4b-686e-473c-b3bf-da83b73a300d</_x003C_GiftCardIdentificationId_x003E_k__BackingField> <_x003C_GiftCardProgramId_x003E_k__BackingField>e60700dd-43e6-454e-8d6a-321215dc6d8f</_x003C_GiftCardProgramId_x003E_k__BackingField> <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 11</_x003C_GiftCardProgramName_x003E_k__BackingField> <_x003C_GiftCardProgramValueId_x003E_k__BackingField>4f8eea96-0eb3-476f-8f0e-efa2123331c0</_x003C_GiftCardProgramValueId_x003E_k__BackingField> <_x003C_GiftCardRequestOrderId_x003E_k__BackingField>582eb936-5343-4ab8-a916-0a8b796d3cc7</_x003C_GiftCardRequestOrderId_x003E_k__BackingField> <_x003C_GiftCardState_x003E_k__BackingField>64</_x003C_GiftCardState_x003E_k__BackingField> <_x003C_GiftCardSubAccountId_x003E_k__BackingField>4bf4903d-dc1d-4071-95c5-875f47c2a2b9</_x003C_GiftCardSubAccountId_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>cdc7741c-3bd4-453f-9674-48a676406627</_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>9779fc94-677a-454c-9c07-4f8135f74ad8</_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-06-12T01:31:09.4637903Z</_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>543ab0de-0dcf-450f-a885-f4bd2180fa27</_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.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.