POST api/job/rejectreason/{jobid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jobid | string |
Required |
Body Parameters
RejectJobWithReasonRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ReasonId | globally unique identifier |
None. |
|
| Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReasonId": "f2d020a3-f90b-4549-a2a9-d802b3fe348c",
"Comment": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.