Skip to content

Order Management System REST API - Request Status Controller

The status/request URL provides bulk management of Request Status metadata.

Retrieve all registered Request Status metadata

Section titled “Retrieve all registered Request Status metadata”

GET /status/request

Retrieves the metadata of all registered Request Statuses.

ParameterExpectedDescription
asAtOptionalAn ISO8601 date and time. The results returned will be those at the given timestamp. If omitted, returns the latest results.
CodeStatusDescription
200SuccessContent is an array of RequestStatusDetails objects.

POST /status/request

Adds or updates the metadata for a Request Status.

Requires the Alter feature permission.

A single RequestStatusDetails object.

CodeStatusDescription
204SuccessUpdate completed successfully, or the update would make no changes.
403FailureThe authenticated identity does not have the Alter permission.
422FailureInvalid data was provided.
Content is a JSON array of one or more error codes describing the problem.