Update Contact by ID
Updates a contact by work order id.
Note: You can not update a Work Order Manager using this path.
URLs
Environment | Method | URL |
---|---|---|
Sandbox | https://api-sandbox.fndev.net/api/rest/v2/workorders/work_order_id/contacts/contact_id | |
Production | https://api.fieldnation.com/api/rest/v2/workorders/work_order_id/contacts/contact_id |
Path Parameters
Parameter | Type | Example | Notes |
---|---|---|---|
work_order_id | integer | 1753 | Work Order ID. |
contact_id | integer | 668 | Contact ID. |
Query Parameters
Parameter | Type | Example | Notes |
---|---|---|---|
access_token | string | abc123defg459hijk786lmn45 | Required. |
Body Parameters
Refer to Contacts for a complete list of parameters.
Examples
Add Notes
https://URL/workorders/2539/contacts/668?access_token=abc123defg459hijk786lmn45
{
"notes": "located on 2nd floor"
}
Response
Returns the Work Order Response. Refer to Work Orders for parameter details and examples.