...
pre-requisites
Overview
Update an order by its id. Also requires an authorizationId as input.
...
Tip |
---|
PATCH https://api.adcellerant.com/order/{id} |
Example Request
...
Expand | ||
---|---|---|
| ||
|
Example Response
...
Status: 200 OK
Expand | ||
---|---|---|
| ||
|
Header Specifications
header | value |
---|---|
Authorization | Basic <your encoded value> |
See: Authentication
Input Specifications
Field | Description |
---|---|
id (path variable) | the id of the order to update |
authorizationId | The id that authorizes access to specific orders |
externalId | A UID that pertains to an external provider. |
Output Specifications
The order object is returned
See: Order Response
Example Request:
- https://api.adcellerant.com/order/456