Assign Work Order

Assign a work order to a user

Path parameters

workOrderIdstringRequired
The id of the work order

Request

This endpoint expects an object.
assignedToIdstringRequiredformat: "uuid"
The id of the user to assign the work order to
assignedBystringRequiredformat: "uuid"
The id of the user who assigned the work order

Response

Expected response to a valid request
messagestring or null
Should return "success"