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 PUT '{{subdomain}}/api2/api2/work_orders/{{id}}.json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"WorkOrder": {
"title": "Updated Service Installation",
"status": 2,
"delivery_date": "2023-04-05",
"budget": 1750.00
}
}'
{}