POST article/reject
Request Information
URI Parameters
None.
Body Parameters
DtoArticle| Name | Description | Type | Additional information |
|---|---|---|---|
| jobMasterId | integer |
None. |
|
| isRejected | boolean |
None. |
|
| RejectedReson | string |
None. |
|
| RejectedId | integer |
None. |
|
| isAuthor | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"jobMasterId": 1,
"isRejected": true,
"RejectedReson": "sample string 3",
"RejectedId": 4,
"isAuthor": true
}
application/xml, text/xml
Sample:
<DtoArticle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.ContentServicePaltform.Interface.Business.Dtos.AuthorQueries"> <RejectedId>4</RejectedId> <RejectedReson>sample string 3</RejectedReson> <isAuthor>true</isAuthor> <isRejected>true</isRejected> <jobMasterId>1</jobMasterId> </DtoArticle>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.