Accepts a technical-completion dispatch of a job on behalf of a user.
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 technical completion. |
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).
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.