Orders
Delete Tasks Definition
Deletes a specific task definition for an order. This endpoint is used to remove task definitions that are no longer needed.
Deletes a specific task definition for an order. This endpoint is used to remove task definitions that are no longer needed.
AuthorizationBasic <token>
In: header
Path Parameters
task_definition_id*string
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/orders/tasks-definitions/string"null{ "detail": {}, "message": "string"}{ "detail": {}, "message": "string"}Update Tasks Definition PATCH
Updates an existing task definition for an order. This endpoint is used to modify the structure and requirements of tasks that can be created for orders.
Get Visits GET
Retrieves Visits associated with orders. This API provides the ability to filter for visits based on a set of query parameters.