Add tracking number to order
Add tracking number to order.
Authorizations:Token, JWT
Query Parameters
id required | integer |
Request Body Schema:
The new Tracking numbers resource value | string[1 .. 255] characters |
Responses
201Tracking numbers resource created
Response schema:
Tracking numbers resource created id | integer |
order_id | integer |
value | string |
creationDate | string |
400Invalid input
401Unauthorized
Response schema:
Unauthorized type | string |
title | string |
detail | string or null |
instance | string or null |
422Unprocessable entity
500Internal error
Response schema:
Internal error type | string |
title | string |
detail | string or null |
instance | string or null |