The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/R_HandleDisputedTransactionRequest HTTP/1.1
Host: regapi.pumpalarm.com
Content-Type: text/csv
Content-Length: length
{"TransactionId":0,"InvoiceDescription":"String","Requester":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"DisputedTransaction":{"SubscriptionId":0,"GatewayTransactionId":"String","TransactionTypeId":0,"TransactionStatusId":0,"Amount":0,"Card":"String","CurrencyId":0,"CreateDate":"\/Date(-62135596800000-0000)\/","InvoiceId":0,"GatewayResponse":"String","TransactionNotificationStatusId":0,"SettlementDate":"\/Date(-62135596800000-0000)\/","RelatedTransactionId":0,"RelatedGatewayTransactionId":"String","Id":0},"NewTransaction":{"SubscriptionId":0,"GatewayTransactionId":"String","TransactionTypeId":0,"TransactionStatusId":0,"Amount":0,"Card":"String","CurrencyId":0,"CreateDate":"\/Date(-62135596800000-0000)\/","InvoiceId":0,"GatewayResponse":"String","TransactionNotificationStatusId":0,"SettlementDate":"\/Date(-62135596800000-0000)\/","RelatedTransactionId":0,"RelatedGatewayTransactionId":"String","Id":0}}