Accepts a workshop-type dispatch of a job on behalf of a user (is_workshop dispatches, as opposed to field dispatches).

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
jobs_id

The job id being accepted.

globally unique identifier

Required

user_id

The user accepting the workshop dispatch.

globally unique identifier

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).

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.