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"
}
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!