POST api/Event1stEntry_RejectPrelim/{review_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
review_id | integer |
Required |
Body Parameters
prelim1stentry_reject_dcName | Description | Type | Additional information |
---|---|---|---|
RejectedComment | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "RejectedComment": "sample string 1" }
application/xml, text/xml
Sample:
<prelim1stentry_reject_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <RejectedComment>sample string 1</RejectedComment> </prelim1stentry_reject_dc>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>