PUT api/v7/Transactions/{transactionId}
Updates a transaction in the database.
Request Information
URI Parameters
Name | Description | Type | Required? | Additional information |
---|---|---|---|---|
transactionId * |
The transaction identifier being updated. |
string |
Yes |
None. |
Body Parameters
The updated 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 |