Route a work order to multiple providers in a single request.
Route a work order to multiple providers in a single request. Submit the list of provider IDs in the request body.
access_token OAuth 2.0 Access Token
In: query
Work Order ID
application/json
Routing payload (provider IDs and options)
TypeScript Definitions
Use the request body type in TypeScript.
curl -X POST "https://api-sandbox.fndev.net/api/rest/v2/workorders/0/mass-route" \ -H "Content-Type: application/json" \ -d '{ "ids": [ 1234, 5678 ] }'{
"job_id": 0
}{
"status": 400,
"message": "Validation failed: field 'title' is required"
}{
"status": 500,
"message": "Operation successful."
}{
"status": 403,
"message": "You do not have permission to access this work order"
}{
"status_code": 404,
"message": "Work order not found"
}{
"status": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
application/json
application/json
application/json
application/json
Last updated on
Provider IDs