Ordering API Docs Help

Patch an Order

Description

This endpoint allows you to update the details of an order. Certain fields are editable based on state of order and authorization. Please note the Content-Type header in the request should be set to application/json-patch+json.

The id from the output of/cv/dubbing-studios, /cv/mixing-studios, cv/servicing-vendors, and cv/vendor-project-managers can be used to populate the value field in the request body alongside the appropriate path field.

/orders/{orderId}

Request parameters

{ "items": [ { "op": "change", "path": "/localization/dubbingStudio", "value": "001xxxxXXXXX - Pass the ID from the provided list" } ] }

Responses

true
09 July 2024