Orders
Update composite order status
Update the status of a specific composite order by its ID.
put/compositeOrders/{id}/status/{status}
Path parameters
idstring required
Uniquely identifies the composite order.
status'DRAFT' | 'SUBMITTED' | 'EXECUTED' required
New status to be set for the composite order: Draft, Submitted or Executed
Query parameters
statusUpdatedOninteger
The timestamp when composite order status was updated.
adminApprovalFlowByPassboolean
Admin approval to bypass the approval flow
Response
successful operation
Changes
No recorded changes to this endpoint across all 1 revision of this API.