Validate that a list of work orders can be bundled together.
Validate that a list of work orders can be bundled together. Returns validation diagnostics without making changes.
access_token OAuth 2.0 Access Token
In: query
application/json
Validate bundle request body
TypeScript Definitions
Use the request body type in TypeScript.
curl -X POST "https://api-sandbox.fndev.net/api/rest/v2/workorders/bundle/validate" \ -H "Content-Type: application/json" \ -d '{ "ids": [ 1001, 1002, 1003 ] }'{
"status": "active",
"info": [],
"errors": [],
"warnings": [],
"params": {
"cancel_message": "string_value",
"cancel_reason": "string_value"
}
}{
"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": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}application/json
application/json
application/json
application/json
application/json
Last updated on
Cancel message
Cancel reason
IDs