Temporary OpenAPI test

Test block here

Ready an order

post
/core/order-manager/ready

Move an order from the NEW state to the READY state.

Body
or
Responses
chevron-right
200

Test Description here

application/json
post
/core/order-manager/ready

Start an order changeover

post
/core/order-manager/changeover

Move an order from the READY or SUSPENDED state to the CHANGEOVER state.

Body
or
Responses
chevron-right
200

Test Description here

application/json
post
/core/order-manager/changeover

Another Test here

Start an order

post
/core/order-manager/start

Move an order from the READY or CHANGEOVER state to the RUNNING state.

Body
or
Responses
chevron-right
200

Test Description here

application/json
post
/core/order-manager/start

Suspend an order

post
/core/order-manager/suspend

Move an order from the RUNNING or CHANGEOVER state to the SUSPENDED state

Body
or
Responses
chevron-right
200

Test Description here

application/json
post
/core/order-manager/suspend

Resume an order

post
/core/order-manager/resume

Move an order from the SUSPENDED state to the RUNNING state.

Body
or
Responses
chevron-right
200

Test Description here

application/json
post
/core/order-manager/resume

Ready an order

post
/core/order-manager/cancel

Move an order from the SUSPENDED state to the CANCELLED state.

Body
or
Responses
chevron-right
200

Test Description here

application/json
post
/core/order-manager/cancel

Ready an order

post
/core/order-manager/complete

Move an order from the RUNNING or SUSPENDED state to the COMPLETED state.

Body
or
Responses
chevron-right
200

Test Description here

application/json
post
/core/order-manager/complete

Last updated