Assign a provider (user) directly to a work order. Optionally include clientPayTermsAccepted to record acceptance of pay terms.
access_token OAuth 2.0 Access Token
In: query
Work Order ID
Asynchronous
true | falseActing user id
If user accept the client pay terms
application/json
Assignee request body
User
Whether missing qualifications are ignored
List of conflicts
curl -X POST "https://api-sandbox.fndev.net/api/rest/v2/workorders/0/assignee" \ -H "Content-Type: application/json" \ -d '{ "user": { "id": 202020 }, "ignored_missing_qualifications": false }'{}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
application/json
Last updated on
curl -X POST "https://api-sandbox.fndev.net/api/rest/v2/workorders/0/assignee" \
-H "Content-Type: application/json" \
-d '{
"user": {
"id": 202020
},
"ignored_missing_qualifications": false
}'