Approve an IT order

Approves an order that is awaiting approval (`REQUESTED`). On success the order moves to `APPROVED`, an assignment is created for every approved item, and fulfilment starts. Approval is rejected with `409` when the order is not in `REQUESTED` status, when none of its items is approved, when a product is no longer available in the delivery country, or when the organization's credit or equipment limits would be exceeded. **Token scopes**: `it-orders:write`

Authentication

AuthorizationBearer
## Authentication The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail. ```curl curl -X GET 'https://api.deel.training/rest/v2/contracts' \ -H 'Authorization: Bearer YOUR-TOKEN-HERE' ``` [Learn more about authentication](/api/authentication)
OR
AuthorizationBearer
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/

Path parameters

order_idstringRequiredformat: "uuid"
Unique identifier of the IT order

Response

OK
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error