POST api/Agents/ODRejectByAdmin
Request Information
URI Parameters
None.
Body Parameters
IP_ODReject| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| agencyId | integer |
None. |
|
| remark | string |
None. |
|
| status | string |
None. |
|
| approvalStatus | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"agencyId": 2,
"remark": "sample string 3",
"status": "sample string 4",
"approvalStatus": "sample string 5"
}
application/xml, text/xml
Sample:
<IP_ODReject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entity.Models.Input_class"> <agencyId>2</agencyId> <approvalStatus>sample string 5</approvalStatus> <id>1</id> <remark>sample string 3</remark> <status>sample string 4</status> </IP_ODReject>
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. |