Update

Update Single Resource Request

POST - /v2/companies/<company_id>/resource-requests/<request_id>

Send your POST body with any valid property (except quantity) from the Resource Requests - Create page. There is no need to include fields you do not want updated.

Responses:

Successful Response

Full JSON Object of the updated version of the Resource Request

{ "creator_id": null, "end_day": "6/19/20", "id": "012e9b89-2c7c-420b-a08a-d0e94a63e0a8", "start_time": "7:30 am", "end_time": "3:30 pm", "project_id": "479b6fe1-fc3e-49f3-9898-544e68bcc191", "start_day": "6/11/20", "state_id": null, "work_days": { "0": false, "1": true, "2": true, "3": true, "4": true, "5": false, "6": false }, "job_title_id": "8f134c16-dee8-45f9-b622-be344d19304d", "category_id": "f34e8fe3-4c3b-4abb-b1f6-c1cd956ba2f5", "subcategory_id": "1b787e24-d67a-4042-8499-cb96b3b7ab37", "work_scope_text": "An example scope", "instruction_text": "Some items to do" }