Obsolete. Accepts a dispatched job on behalf of a user. Superseded by , which also accepts a target job status.
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| jobs_id |
The job id being accepted. |
globally unique identifier |
Required |
| user_id |
The user accepting the dispatch. |
globally unique identifier |
Required |
| date_planned |
The planned date/time for the job. |
string |
Required |
| estimated_time |
The estimated duration, in minutes. |
integer |
Required |
Body Parameters :
None.
Response Information
Resource Description :
For app version >= 3.1.7: IHttpActionResult with the ResponseResult of the accept operation. For older app versions: { res: bool, acceptedUserId: Guid } (acceptedUserId is set if the job was already accepted by someone else).
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.