Records the field technician's accept/reject decision on a job planning (a response to the field_accept_date_max_timeout window).
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| accept |
True to accept the planning, false to reject it. |
boolean |
Required |
| job_planning_id |
The job planning id. |
globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
{ res: bool, messageKey: string } — whether the operation succeeded, and a message key describing the outcome (e.g. failure reason).
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.