Create an order
POST/1.0/tasking/orders/
Create a new tasking order for the selected product.
When creating a new order, use the title and description fields to provide an optional human-readable name and description for the order.
These fields are used to help identify the order in the list of orders, and are not used for any other purpose.
Request
Responses
- 201
- 400
- 401
- 403
Returned if the request was successful and a new resource was created.
Returned if there are one or more validation errors with this order. Each field containing a validation error will be listed with all associated errors.
Returned if the request is unauthorized. Please ensure you are providing a valid bearer token in the Authorization header with the request.
Returned if the request is not permitted. Please ensure your account belongs to a valid organization and has been approved by Wyvern.