API Reference
These docs are for v2.3. Click to read the latest docs for v3.0.

Edit the details of a WorkOrder

Sample Request:

PATCH /api/v2/workorders/W10000001243/details

{
    "title": "Toilet not flushing",
    "isInsurance": "false",
    "isRechargable": "false",
    "rightToRepair": "false",
    "details": "The toilet upstairs is not flushing properly"
}
Log in to see full request history
Path Params
string
required

The workorder reference

Body Params
string | null
string | null
boolean | null
boolean | null
boolean | null
Responses
201

On Success

204

No Content

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json