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. |
Request Formats
application/json, text/json
Sample:
{ "Id": "2baccb47-4679-4429-b730-f83dbd94750c", "NetworkId": "71ee641f-118f-4e67-bb44-572857e33e91", "Balance": 1.0, "IdentificationTrackNumber": "sample string 3", "IdentificationLabel": "sample string 4", "IdentificationExpirationDate": "sample string 5", "GiftCardProgramId": "d5b0e575-c4fb-404b-9999-233618d290d6", "GiftCardIdentificationId": "078388c2-a27b-4747-8a57-1f62dd7585ee", "GiftCardSubAccountId": "fb9f8aab-8712-4f86-b52f-8b1c718504fe", "GiftCardDriverId": "7662ccb5-9938-4fdb-abbb-3b4bfcf809ae", "GiftCardProgramValueId": "45ceb6dd-8020-4103-a50e-fa263a503a5b", "GiftCardProgramName": "sample string 11", "GiftCardRequestOrderId": "50d81438-9114-4bd8-b29a-33a218e8d08b", "CreationDate": "2025-04-25T16:42:48.4525135Z", "GiftCardState": 64, "RequestOrderDate": "2025-04-25T16:42:48.4525135Z", "ActivationDate": "2025-04-25T16:42:48.4525135Z", "RequestOrder": 14, "Type": 15, "TypeModelId": "0351029e-1a4f-400c-88df-e16b7eb26c3c", "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-04-25T16:42:48.4525135Z</_x003C_ActivationDate_x003E_k__BackingField> <_x003C_Balance_x003E_k__BackingField>1</_x003C_Balance_x003E_k__BackingField> <_x003C_CreationDate_x003E_k__BackingField>2025-04-25T16:42:48.4525135Z</_x003C_CreationDate_x003E_k__BackingField> <_x003C_GiftCardDriverId_x003E_k__BackingField>7662ccb5-9938-4fdb-abbb-3b4bfcf809ae</_x003C_GiftCardDriverId_x003E_k__BackingField> <_x003C_GiftCardIdentificationId_x003E_k__BackingField>078388c2-a27b-4747-8a57-1f62dd7585ee</_x003C_GiftCardIdentificationId_x003E_k__BackingField> <_x003C_GiftCardProgramId_x003E_k__BackingField>d5b0e575-c4fb-404b-9999-233618d290d6</_x003C_GiftCardProgramId_x003E_k__BackingField> <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 11</_x003C_GiftCardProgramName_x003E_k__BackingField> <_x003C_GiftCardProgramValueId_x003E_k__BackingField>45ceb6dd-8020-4103-a50e-fa263a503a5b</_x003C_GiftCardProgramValueId_x003E_k__BackingField> <_x003C_GiftCardRequestOrderId_x003E_k__BackingField>50d81438-9114-4bd8-b29a-33a218e8d08b</_x003C_GiftCardRequestOrderId_x003E_k__BackingField> <_x003C_GiftCardState_x003E_k__BackingField>64</_x003C_GiftCardState_x003E_k__BackingField> <_x003C_GiftCardSubAccountId_x003E_k__BackingField>fb9f8aab-8712-4f86-b52f-8b1c718504fe</_x003C_GiftCardSubAccountId_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>2baccb47-4679-4429-b730-f83dbd94750c</_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>71ee641f-118f-4e67-bb44-572857e33e91</_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-04-25T16:42:48.4525135Z</_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>0351029e-1a4f-400c-88df-e16b7eb26c3c</_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.