Add Work Order Site Revisits

A POST request add the reasons and billable information for work order. This allows for tracking of revisit for a specific site or work order.

URLs

Environment Method URL
Sandbox https://api-sandbox.fndev.net/api/rest/v2/workorders/work_order_id/site-revisit
Production https://api.fieldnation.com/api/rest/v2/workorders/work_order_id/site-revisit

Path Parameters

Parameter Type Example Notes
work_order_id integer 729 Work Order ID.

Query Parameters

Parameter Type Example Notes
access_token string abc123defg459hijk786lmn45 Required.

Body Parameters

Add a Site Completion & Revisits

Examples


    {
        "revisit_reason": 13,
        "is_billable": false
    } 

Response

Returns the Site Revisits Response.

Examples

200 Success Request

Errors

Standard HTTP and OAuth error codes.