Update incident ID associated with the work order.
access_token OAuth 2.0 Access Token
In: query
Work Order ID
application/json
Work order incident ID
Incident ID
curl -X PUT "https://api-sandbox.fndev.net/api/rest/v2/workorders/0/incident" \ -H "Content-Type: application/json" \ -d '{ "incident_id": "INC-2025-001" }'{
"revisits": [],
"job_status": {
"status": "pending",
"reason": {
"id": 123,
"label": "string_value"
},
"history": []
},
"incident_id": "string_value",
"related_work_orders": []
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
Last updated on
curl -X PUT "https://api-sandbox.fndev.net/api/rest/v2/workorders/0/incident" \
-H "Content-Type: application/json" \
-d '{
"incident_id": "INC-2025-001"
}'