GET api/Accounts/General/Transactions/{id}

Retrieves information for a general transaction.

Request

Parameters

Name Description Default
id Unique general transaction ID.

Response

Body

Content Type: application/xml
Schema: http://download.overtech.com.au/schemas/XmlTransaction.xsd
Exported transaction details or an error message.

Status Codes

Code Condition
200 OK The operation completed successfully.
400 Bad RequestInvalid transaction ID.
401 Unauthorized Access token is invalid, expired or not specified.
403 ForbiddenUser does not have permission to view the transaction.
404 Not FoundTransaction not found.
406 Not Acceptable Content type specified in the Accept header isn't supported.
500 Internal Server Error An internal error occurred.