POST api/TO/RejectTCRC
Request Information
URI Parameters
None.
Body Parameters
TCRCRejectInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| TEM_CREATED_BY | integer |
None. |
|
| TEM_ID | integer |
None. |
|
| TEM_REJECTED_REASON | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TEM_CREATED_BY": 1,
"TEM_ID": 1,
"TEM_REJECTED_REASON": "sample string 1"
}
application/xml, text/xml
Sample:
<TCRCRejectInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <TEM_CREATED_BY>1</TEM_CREATED_BY> <TEM_ID>1</TEM_ID> <TEM_REJECTED_REASON>sample string 1</TEM_REJECTED_REASON> </TCRCRejectInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |