Update Problem

Updates a problem.

URLs

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

Path Parameters

Parameter Type Example Notes
work_order_id integer 1753 Work Order ID.
problem_id integer 643 Problem ID.

Query Parameters

Parameter Type Example Notes
access_token string abc123defg459hijk786lmn45 Required.

Body Parameters

Refer to Work Order Problems for a complete list of parameters.

Examples

Mark Resolved.

{"resolution":{"status":"resolved"}}

Response

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

Errors

Standard HTTP and OAuth error codes.

Examples

400 Bad Request, Invalid Problem ID
403 Forbidden, Buyer can't resolve