POST api/v7/Transactions
Accepts a PosLog transaction from a client.
Request Information
URI Parameters
None.
Body Parameters
The actual pos log data.
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>
Response Information
Resource Description
A response containing an acknowledgement
HttpResponseMessageName | Description | Type |
---|---|---|
Version | Version | |
Content | HttpContent | |
StatusCode | HttpStatusCode | |
ReasonPhrase | string | |
Headers | Collection of Object | |
RequestMessage | HttpRequestMessage | |
IsSuccessStatusCode | boolean |