PUT api/v7/Transactions/{transactionId}

Updates a transaction in the database.

Request Information

URI Parameters

NameDescriptionTypeRequired?Additional information
transactionId *

The transaction identifier being updated.

string

Yes

None.

Body Parameters

The updated pos log data.

string

Request 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

HttpResponseMessage
NameDescriptionType
Version

Version
Content

HttpContent
StatusCode

HttpStatusCode
ReasonPhrase

string
Headers

Collection of Object
RequestMessage

HttpRequestMessage
IsSuccessStatusCode

boolean