Order

Searches for a single order by its ID on an account owned by the authenticated user.

post/api/Order/searchById

Request body

accountIdinteger required
orderIdinteger required

Response

A response containing the matching order, or a not-found error code when the order does not exist on an account owned by the user.

successboolean required
errorCode0 | 1 required

0 = Success 1 = OrderNotFound

errorMessagestring

Changes