This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location -g --request POST '{{subdomain}}/api2/api2/work_orders.json' \
--header 'Authorization: Bearer {{bearerToken}}' \
--header 'APIKEY: {{apiKey}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"WorkOrder": {
"client_id": 15,
"title": "New Work Order",
"start_date": "2023-09-01",
"description": "Description of the work order",
"delivery_date": "2023-09-15",
"status": 1
}
}'
{}