Creates a new order.
assessment_type
is Draw
, a SCOPE_OF_WORK
attachment is required. This attachment should contain details like budgets, funding, and requested amounts for the work.JSON
: Structured data (e.g., scope of work details like budget, funding, and requested amounts).URL
: A link to an external resource (such as an image or document related to the assessment).Base64
: Encoded binary data, suitable for including files or images directly in the request.webhook
URL can be specified to receive real-time notifications for events related to this order. This URL will be triggered when the status of the order changes or updates are available.metadata
field allows for external metadata to be added to the order in the form of key-value pairs. This can be useful for tracking additional information or enabling filtering of orders based on the metadata provided. For example, metadata could include custom identifiers or details that help the customer categorize or track orders.JSON
: Used for structured data (e.g., scope of work details, including budget and requested amounts). Example:
URL
: A link to an external resource, such as an image or document related to the assessment.Base64
: Encoded binary data, typically used for including files or images directly within the request.assessment_type
is Draw
, a SCOPE_OF_WORK
attachment is required.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Create new order
The response is of type object
.