POST api/Transaction/StopTransaction

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": "b2853eb5-ba19-43d5-be37-c3830dc14f7b",
  "UserID": "b3c3d488-14e8-4517-a293-1c12aa9a65b6",
  "CustomerID": "1192317e-c7de-4f89-8178-97908c71b0ed",
  "Platform": "sample string 4"
}

text/html

Sample:
{"TransactionID":"b2853eb5-ba19-43d5-be37-c3830dc14f7b","UserID":"b3c3d488-14e8-4517-a293-1c12aa9a65b6","CustomerID":"1192317e-c7de-4f89-8178-97908c71b0ed","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.RoamingApi.Models.Transaction">
  <CustomerID>1192317e-c7de-4f89-8178-97908c71b0ed</CustomerID>
  <Platform>sample string 4</Platform>
  <TransactionID>b2853eb5-ba19-43d5-be37-c3830dc14f7b</TransactionID>
  <UserID>b3c3d488-14e8-4517-a293-1c12aa9a65b6</UserID>
</StopOrCancelTransactionModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />