POST api/Transaction/ListTransactions
Request Information
URI Parameters
None.
Body Parameters
GetTransactionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerID": "accfcf75-063e-4eb5-ac13-27d3d00fb934"
}
text/html, multipart/form-data
Sample:
{"CustomerID":"accfcf75-063e-4eb5-ac13-27d3d00fb934"}
application/xml, text/xml
Sample:
<GetTransactionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VarCharge.MobilApi.Models.Transaction"> <CustomerID>accfcf75-063e-4eb5-ac13-27d3d00fb934</CustomerID> </GetTransactionModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html, multipart/form-data
Sample:
Sample not available.