PUT GiftCardTransactionsContingencies/{id}
Updates the GiftCardtransactionsContingency.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of the GiftCardtransactionsContingency. |
globally unique identifier |
Required |
Body Parameters
The new data of the GiftCardtransactionsContingency.
GiftCardTransactionsContingencyDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
TransactionId | globally unique identifier |
None. |
|
NetworkId | globally unique identifier |
None. |
|
NetworkName | string |
None. |
|
GiftCardProgramId | globally unique identifier |
None. |
|
GiftCardProgramName | string |
None. |
|
GiftCardClientId | globally unique identifier |
None. |
|
GiftCardClientPAN | string |
None. |
|
AuthorizationCode | string |
None. |
|
Date | string |
None. |
|
Time | string |
None. |
|
MerchantId | globally unique identifier |
None. |
|
MerchantName | string |
None. |
|
SiteId | globally unique identifier |
None. |
|
SiteName | string |
None. |
|
TerminalId | globally unique identifier |
None. |
|
TerminalCode | string |
None. |
|
FuelMasterId | globally unique identifier |
None. |
|
FuelName | string |
None. |
|
Volume | decimal number |
None. |
|
UnitPrice | decimal number |
None. |
|
Amount | decimal number |
None. |
|
ShiftNumber | string |
None. |
|
PumpNumber | string |
None. |
|
Odometer | integer |
None. |
|
EngineHours | integer |
None. |
|
DriverId | string |
None. |
|
VehicleId | string |
None. |
|
Miscellaneous | string |
None. |
|
AttendantCode | string |
None. |
|
State | byte |
None. |
|
ResponseCode | string |
None. |
|
ResponseMessage | string |
None. |
|
Comments | string |
None. |
|
ImageFileName | string |
None. |
|
ReasonId | globally unique identifier |
None. |
|
ReasonName | string |
None. |
|
Image | GiftCardTransactionsContingencyImageDto |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "dafca13d-400f-4a24-9a98-97a6a465fda4", "TransactionId": "433973f1-a13d-4099-8460-ec66bdbfe015", "NetworkId": "e95ebaaa-b31a-4ead-b85c-0aab73e953d8", "NetworkName": "sample string 3", "GiftCardProgramId": "05a49f25-d380-4bc6-9d05-4ed10bb0fa4d", "GiftCardProgramName": "sample string 5", "GiftCardClientId": "5a12a269-c532-482e-8d9c-e23d635275f0", "GiftCardClientPAN": "sample string 7", "AuthorizationCode": "sample string 8", "Date": "sample string 9", "Time": "sample string 10", "MerchantId": "ee4a54d9-2acc-4631-be2b-009bd2e7d303", "MerchantName": "sample string 12", "SiteId": "5f15b916-ed98-4a01-8bc0-5058cd9d694d", "SiteName": "sample string 14", "TerminalId": "70edec6a-4e8b-48ca-b56a-644f90752bb8", "TerminalCode": "sample string 16", "FuelMasterId": "fb0bc83d-fa63-43be-b288-ce1ea6f95010", "FuelName": "sample string 18", "Volume": 19.0, "UnitPrice": 20.0, "Amount": 21.0, "ShiftNumber": "sample string 22", "PumpNumber": "sample string 23", "Odometer": 1, "EngineHours": 1, "DriverId": "sample string 24", "VehicleId": "sample string 25", "Miscellaneous": "sample string 26", "AttendantCode": "sample string 27", "State": 64, "ResponseCode": "sample string 29", "ResponseMessage": "sample string 30", "Comments": "sample string 31", "ImageFileName": "sample string 32", "ReasonId": "82d1e590-efab-4658-9163-46c29ccc56a4", "ReasonName": "sample string 33", "Image": { "FileExtension": "sample string 1", "FileContent": "QEA=", "ChangeType": 0 } }
application/xml, text/xml
Sample:
<GiftCardTransactionsContingencyDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <_x003C_Amount_x003E_k__BackingField>21</_x003C_Amount_x003E_k__BackingField> <_x003C_AttendantCode_x003E_k__BackingField>sample string 27</_x003C_AttendantCode_x003E_k__BackingField> <_x003C_AuthorizationCode_x003E_k__BackingField>sample string 8</_x003C_AuthorizationCode_x003E_k__BackingField> <_x003C_Comments_x003E_k__BackingField>sample string 31</_x003C_Comments_x003E_k__BackingField> <_x003C_Date_x003E_k__BackingField>sample string 9</_x003C_Date_x003E_k__BackingField> <_x003C_DriverId_x003E_k__BackingField>sample string 24</_x003C_DriverId_x003E_k__BackingField> <_x003C_EngineHours_x003E_k__BackingField>1</_x003C_EngineHours_x003E_k__BackingField> <_x003C_FuelMasterId_x003E_k__BackingField>fb0bc83d-fa63-43be-b288-ce1ea6f95010</_x003C_FuelMasterId_x003E_k__BackingField> <_x003C_FuelName_x003E_k__BackingField>sample string 18</_x003C_FuelName_x003E_k__BackingField> <_x003C_GiftCardClientId_x003E_k__BackingField>5a12a269-c532-482e-8d9c-e23d635275f0</_x003C_GiftCardClientId_x003E_k__BackingField> <_x003C_GiftCardClientPAN_x003E_k__BackingField>sample string 7</_x003C_GiftCardClientPAN_x003E_k__BackingField> <_x003C_GiftCardProgramId_x003E_k__BackingField>05a49f25-d380-4bc6-9d05-4ed10bb0fa4d</_x003C_GiftCardProgramId_x003E_k__BackingField> <_x003C_GiftCardProgramName_x003E_k__BackingField>sample string 5</_x003C_GiftCardProgramName_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>dafca13d-400f-4a24-9a98-97a6a465fda4</_x003C_Id_x003E_k__BackingField> <_x003C_ImageFileName_x003E_k__BackingField>sample string 32</_x003C_ImageFileName_x003E_k__BackingField> <_x003C_Image_x003E_k__BackingField> <ChangeType>Add</ChangeType> <FileContent>QEA=</FileContent> <FileExtension>sample string 1</FileExtension> </_x003C_Image_x003E_k__BackingField> <_x003C_MerchantId_x003E_k__BackingField>ee4a54d9-2acc-4631-be2b-009bd2e7d303</_x003C_MerchantId_x003E_k__BackingField> <_x003C_MerchantName_x003E_k__BackingField>sample string 12</_x003C_MerchantName_x003E_k__BackingField> <_x003C_Miscellaneous_x003E_k__BackingField>sample string 26</_x003C_Miscellaneous_x003E_k__BackingField> <_x003C_NetworkId_x003E_k__BackingField>e95ebaaa-b31a-4ead-b85c-0aab73e953d8</_x003C_NetworkId_x003E_k__BackingField> <_x003C_NetworkName_x003E_k__BackingField>sample string 3</_x003C_NetworkName_x003E_k__BackingField> <_x003C_Odometer_x003E_k__BackingField>1</_x003C_Odometer_x003E_k__BackingField> <_x003C_PumpNumber_x003E_k__BackingField>sample string 23</_x003C_PumpNumber_x003E_k__BackingField> <_x003C_ReasonId_x003E_k__BackingField>82d1e590-efab-4658-9163-46c29ccc56a4</_x003C_ReasonId_x003E_k__BackingField> <_x003C_ReasonName_x003E_k__BackingField>sample string 33</_x003C_ReasonName_x003E_k__BackingField> <_x003C_ResponseCode_x003E_k__BackingField>sample string 29</_x003C_ResponseCode_x003E_k__BackingField> <_x003C_ResponseMessage_x003E_k__BackingField>sample string 30</_x003C_ResponseMessage_x003E_k__BackingField> <_x003C_ShiftNumber_x003E_k__BackingField>sample string 22</_x003C_ShiftNumber_x003E_k__BackingField> <_x003C_SiteId_x003E_k__BackingField>5f15b916-ed98-4a01-8bc0-5058cd9d694d</_x003C_SiteId_x003E_k__BackingField> <_x003C_SiteName_x003E_k__BackingField>sample string 14</_x003C_SiteName_x003E_k__BackingField> <_x003C_State_x003E_k__BackingField>64</_x003C_State_x003E_k__BackingField> <_x003C_TerminalCode_x003E_k__BackingField>sample string 16</_x003C_TerminalCode_x003E_k__BackingField> <_x003C_TerminalId_x003E_k__BackingField>70edec6a-4e8b-48ca-b56a-644f90752bb8</_x003C_TerminalId_x003E_k__BackingField> <_x003C_Time_x003E_k__BackingField>sample string 10</_x003C_Time_x003E_k__BackingField> <_x003C_TransactionId_x003E_k__BackingField>433973f1-a13d-4099-8460-ec66bdbfe015</_x003C_TransactionId_x003E_k__BackingField> <_x003C_UnitPrice_x003E_k__BackingField>20</_x003C_UnitPrice_x003E_k__BackingField> <_x003C_VehicleId_x003E_k__BackingField>sample string 25</_x003C_VehicleId_x003E_k__BackingField> <_x003C_Volume_x003E_k__BackingField>19</_x003C_Volume_x003E_k__BackingField> </GiftCardTransactionsContingencyDto>
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.