Create a bundle that groups multiple work orders together for unified management and routing.
access_token OAuth 2.0 Access Token
In: query
application/json
Bundle request body
Cancel message
Cancel reason
IDs
curl -X POST "https://api-sandbox.fndev.net/api/rest/v2/workorders/bundle" \ -H "Content-Type: application/json" \ -d '{ "ids": [ 1001, 1002, 1003 ] }'{
"job_id": 0
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
Last updated on
curl -X POST "https://api-sandbox.fndev.net/api/rest/v2/workorders/bundle" \
-H "Content-Type: application/json" \
-d '{
"ids": [
1001,
1002,
1003
]
}'