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.
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": "f4e1260f-461e-4d30-81bd-f843bf83c682", "NetworkId": "ce50a298-81b1-4c05-a51d-c842d87247d3", "Balance": 1.0, "IdentificationTrackNumber": "sample string 3", "IdentificationLabel": "sample string 4", "IdentificationExpirationDate": "sample string 5", "GiftCardProgramId": "7937f8da-46cf-4a69-b1a4-c757afa117a9", "GiftCardIdentificationId": "3acb4cf6-344c-460e-9779-735c5590888d", "GiftCardSubAccountId": "3c8b86e7-08e1-4308-b6ee-bbf8f7be1745", "GiftCardDriverId": "bd582c2a-cce6-4752-a566-228a3bdcd42a", "GiftCardProgramValueId": "7e4e050e-303e-481b-912b-aa2eabf2e28a", "GiftCardProgramName": "sample string 11", "GiftCardRequestOrderId": "f5ccc9ac-bed4-4b5e-967d-ae6147194763", "CreationDate": "2025-09-13T08:01:34.0596531Z", "GiftCardState": 64, "RequestOrderDate": "2025-09-13T08:01:34.0596531Z", "ActivationDate": "2025-09-13T08:01:34.0596531Z", "RequestOrder": 14, "Type": 15, "TypeModelId": "990d3906-fa13-4360-a8de-d4c08fb96a7f", "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:34.0596531Z</_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:34.0596531Z</_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>bd582c2a-cce6-4752-a566-228a3bdcd42a</_x003C_GiftCardDriverId_x003E_k__BackingField> <_x003C_GiftCardIdentificationId_x003E_k__BackingField>3acb4cf6-344c-460e-9779-735c5590888d</_x003C_GiftCardIdentificationId_x003E_k__BackingField> <_x003C_GiftCardProgramId_x003E_k__BackingField>7937f8da-46cf-4a69-b1a4-c757afa117a9</_x003C_GiftCardProgramId_x003E_k__BackingField> <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 11</_x003C_GiftCardProgramName_x003E_k__BackingField> <_x003C_GiftCardProgramValueId_x003E_k__BackingField>7e4e050e-303e-481b-912b-aa2eabf2e28a</_x003C_GiftCardProgramValueId_x003E_k__BackingField> <_x003C_GiftCardRequestOrderId_x003E_k__BackingField>f5ccc9ac-bed4-4b5e-967d-ae6147194763</_x003C_GiftCardRequestOrderId_x003E_k__BackingField> <_x003C_GiftCardState_x003E_k__BackingField>64</_x003C_GiftCardState_x003E_k__BackingField> <_x003C_GiftCardSubAccountId_x003E_k__BackingField>3c8b86e7-08e1-4308-b6ee-bbf8f7be1745</_x003C_GiftCardSubAccountId_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>f4e1260f-461e-4d30-81bd-f843bf83c682</_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>ce50a298-81b1-4c05-a51d-c842d87247d3</_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:34.0596531Z</_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>990d3906-fa13-4360-a8de-d4c08fb96a7f</_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.