POST api/TransactionRecorder/LogTransaction

Request Information

URI Parameters

None.

Body Parameters

TransactionRequest
NameDescriptionTypeAdditional information
SerialNumber

string

None.

InstallationKey

string

None.

RelatedTransactionKey

string

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TransactionResponse
NameDescriptionTypeAdditional information
TransactionKey

string

None.

Errors

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "TransactionKey": "sample string 1",
  "Errors": true,
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<TransactionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BestCase.AnalyticsTracker.Services.Contract">
  <Errors>true</Errors>
  <Message>sample string 3</Message>
  <TransactionKey>sample string 1</TransactionKey>
</TransactionResponse>