Add File

Adds a file to a work order.

URLs

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

Path Parameters

Parameter Type Example Notes
work_order_id integer 1753 Work Order ID.
folder_id integer 5978 Folder ID.

Query Parameters

Parameter Type Example Notes
access_token string abc123defg459hijk786lmn45 Required.

Body Parameters

Examples

Accepts a binary file upload. Once you upload the file, you can locate the attachment id from the Work Order Response and use the Update File endpoint to add notes and make changes.

Response

Returns the Work Order Response. Refer to Work Orders for parameter details and examples.

Errors

Standard HTTP and OAuth error codes.