POST api/Transaction/CancelTransaction

Request Information

URI Parameters

None.

Body Parameters

StopOrCancelTransactionModel
NameDescriptionTypeAdditional information
TransactionID

globally unique identifier

None.

UserID

globally unique identifier

None.

CustomerID

globally unique identifier

None.

Platform

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TransactionID": "15b6de7a-ffea-46c2-abf6-e254d77a2623",
  "UserID": "24acee3b-23f2-46bc-b034-18e14fa3fce4",
  "CustomerID": "70fae896-80b0-4b04-90ce-7c49182557d3",
  "Platform": "sample string 4"
}

text/html, multipart/form-data

Sample:
{"TransactionID":"15b6de7a-ffea-46c2-abf6-e254d77a2623","UserID":"24acee3b-23f2-46bc-b034-18e14fa3fce4","CustomerID":"70fae896-80b0-4b04-90ce-7c49182557d3","Platform":"sample string 4"}

application/xml, text/xml

Sample:
<StopOrCancelTransactionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VarCharge.MobilApi.Models.Transaction">
  <CustomerID>70fae896-80b0-4b04-90ce-7c49182557d3</CustomerID>
  <Platform>sample string 4</Platform>
  <TransactionID>15b6de7a-ffea-46c2-abf6-e254d77a2623</TransactionID>
  <UserID>24acee3b-23f2-46bc-b034-18e14fa3fce4</UserID>
</StopOrCancelTransactionModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, text/html, multipart/form-data

Sample:

Sample not available.