Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Any user who can change the status of the order online is also authorized to use this API methods. Some status transitions are authorized for internal manager-level users only. Typical client users can only make status transitions that “make sense” in the current context of the order (such as accepting or rejecting results). To retrieve available transitions use: orders/{orderId}/status/transitions

URL

Code Block
(PUT) /api/orders/{orderId}/status

...