GET ConsumerCardTransactionsContingencies/{id}
Gets a gift card transaction contingency by it's ID, represented as .
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the gift card transaction contingency. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The gift card transaction contingency data.
ConsumerCardTransactionsContingencyDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| TransactionId | globally unique identifier |
None. |
|
| NetworkId | globally unique identifier |
None. |
|
| NetworkName | string |
None. |
|
| ConsumerCardProgramId | globally unique identifier |
None. |
|
| ConsumerCardProgramName | string |
None. |
|
| ConsumerCardClientId | globally unique identifier |
None. |
|
| ConsumerCardClientPAN | 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 | ConsumerCardTransactionsContingencyImageDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "afcdebaa-4873-4ce1-bb18-c6c51ef33cf4",
"TransactionId": "433153f6-dc54-45d4-9ac7-6ca0e37051f5",
"NetworkId": "e3b24bd7-cf18-473d-a9f3-ffea18aad388",
"NetworkName": "sample string 3",
"ConsumerCardProgramId": "47cfc86b-be6f-4ff6-b3d7-685e7e503946",
"ConsumerCardProgramName": "sample string 5",
"ConsumerCardClientId": "64c319fc-c5cd-4c8a-adf8-c98e6cf7d3e7",
"ConsumerCardClientPAN": "sample string 7",
"AuthorizationCode": "sample string 8",
"Date": "sample string 9",
"Time": "sample string 10",
"MerchantId": "1043fc45-36c3-4a26-b349-e6fc28880119",
"MerchantName": "sample string 12",
"SiteId": "3e79ec8f-dd38-451b-affb-85f309539fc7",
"SiteName": "sample string 14",
"TerminalId": "f69ba1a7-b832-4f44-b839-2121d34ada1b",
"TerminalCode": "sample string 16",
"FuelMasterId": "2472576a-b149-446b-99a9-1cfcf1fa5947",
"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": "0e2a3ad8-8f1a-4626-86e5-bb978d1a5fba",
"ReasonName": "sample string 33",
"Image": {
"FileExtension": "sample string 1",
"FileContent": "QEA=",
"ChangeType": 0
}
}
application/xml, text/xml
Sample:
<ConsumerCardTransactionsContingencyDto 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_ConsumerCardClientId_x003E_k__BackingField>64c319fc-c5cd-4c8a-adf8-c98e6cf7d3e7</_x003C_ConsumerCardClientId_x003E_k__BackingField>
<_x003C_ConsumerCardClientPAN_x003E_k__BackingField>sample string 7</_x003C_ConsumerCardClientPAN_x003E_k__BackingField>
<_x003C_ConsumerCardProgramId_x003E_k__BackingField>47cfc86b-be6f-4ff6-b3d7-685e7e503946</_x003C_ConsumerCardProgramId_x003E_k__BackingField>
<_x003C_ConsumerCardProgramName_x003E_k__BackingField>sample string 5</_x003C_ConsumerCardProgramName_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>2472576a-b149-446b-99a9-1cfcf1fa5947</_x003C_FuelMasterId_x003E_k__BackingField>
<_x003C_FuelName_x003E_k__BackingField>sample string 18</_x003C_FuelName_x003E_k__BackingField>
<_x003C_Id_x003E_k__BackingField>afcdebaa-4873-4ce1-bb18-c6c51ef33cf4</_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>1043fc45-36c3-4a26-b349-e6fc28880119</_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>e3b24bd7-cf18-473d-a9f3-ffea18aad388</_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>0e2a3ad8-8f1a-4626-86e5-bb978d1a5fba</_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>3e79ec8f-dd38-451b-affb-85f309539fc7</_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>f69ba1a7-b832-4f44-b839-2121d34ada1b</_x003C_TerminalId_x003E_k__BackingField>
<_x003C_Time_x003E_k__BackingField>sample string 10</_x003C_Time_x003E_k__BackingField>
<_x003C_TransactionId_x003E_k__BackingField>433153f6-dc54-45d4-9ac7-6ca0e37051f5</_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>
</ConsumerCardTransactionsContingencyDto>