Update Incident/Site ID
A PUT request allows updating the Incident/Site ID. This can be used to modify site identification or update the cost tracking information for a specific site.
URLs
Environment | Method | URL |
---|---|---|
Sandbox | https://api-sandbox.fndev.net/api/rest/v2/workorders/work_order_id/incident | |
Production | https://api.fieldnation.com/api/rest/v2/workorders/work_order_id/incident |
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
Update a Incident/Site ID
Examples
{
"incident_id": "54123"
}
Refer to incident/site swagger document for parameter details and examples.
Response
Returns the Incident/Site Response.