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.
ConsumerCardTransactionsContingencyDtoName | 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": "7e95c8b9-05dd-4468-8e43-d0838b49fdb8", "TransactionId": "b18c81b9-bcf4-45e1-a0eb-1d5fa3da7cbb", "NetworkId": "0cddf315-5934-4811-8df1-6c63d5ddc824", "NetworkName": "sample string 3", "ConsumerCardProgramId": "62596534-7822-41c5-9c74-4946aa159de9", "ConsumerCardProgramName": "sample string 5", "ConsumerCardClientId": "e36c17cd-916d-4363-a1b2-4503c63c0af8", "ConsumerCardClientPAN": "sample string 7", "AuthorizationCode": "sample string 8", "Date": "sample string 9", "Time": "sample string 10", "MerchantId": "cd07f874-f229-4eee-85d5-93ac2e9038bb", "MerchantName": "sample string 12", "SiteId": "75fca7c9-c0d6-4c9e-a3bc-2b51a9c5e037", "SiteName": "sample string 14", "TerminalId": "aa0dde45-6059-4f04-90b1-39a5f71d90f7", "TerminalCode": "sample string 16", "FuelMasterId": "1294b25f-d20f-4d25-8625-3cfee69ff136", "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": "38a14102-4cb3-4288-80cf-4b74c76214f2", "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>e36c17cd-916d-4363-a1b2-4503c63c0af8</_x003C_ConsumerCardClientId_x003E_k__BackingField> <_x003C_ConsumerCardClientPAN_x003E_k__BackingField>sample string 7</_x003C_ConsumerCardClientPAN_x003E_k__BackingField> <_x003C_ConsumerCardProgramId_x003E_k__BackingField>62596534-7822-41c5-9c74-4946aa159de9</_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>1294b25f-d20f-4d25-8625-3cfee69ff136</_x003C_FuelMasterId_x003E_k__BackingField> <_x003C_FuelName_x003E_k__BackingField>sample string 18</_x003C_FuelName_x003E_k__BackingField> <_x003C_Id_x003E_k__BackingField>7e95c8b9-05dd-4468-8e43-d0838b49fdb8</_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>cd07f874-f229-4eee-85d5-93ac2e9038bb</_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>0cddf315-5934-4811-8df1-6c63d5ddc824</_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>38a14102-4cb3-4288-80cf-4b74c76214f2</_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>75fca7c9-c0d6-4c9e-a3bc-2b51a9c5e037</_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>aa0dde45-6059-4f04-90b1-39a5f71d90f7</_x003C_TerminalId_x003E_k__BackingField> <_x003C_Time_x003E_k__BackingField>sample string 10</_x003C_Time_x003E_k__BackingField> <_x003C_TransactionId_x003E_k__BackingField>b18c81b9-bcf4-45e1-a0eb-1d5fa3da7cbb</_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>