POST api/job/rejectreason/{jobid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
jobid | string |
Required |
Body Parameters
RejectJobWithReasonRequestName | Description | Type | Additional information |
---|---|---|---|
ReasonId | globally unique identifier |
None. |
|
Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ReasonId": "33b489cb-72b3-44bd-822f-adccbd190f81", "Comment": "sample string 2" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.