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 {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"WorkOrder": {
"client_id": 15,
"title": "New Service Installation",
"start_date": "2023-03-23",
"description": "Install new equipment at client site",
"delivery_date": "2023-03-30",
"budget": 1500.00,
"budget_currency": "USD",
"status": 1,
"staff_id": 1
}
}'
{}