POST api/TO/PostTOCancal
Request Information
URI Parameters
None.
Body Parameters
CancelRestoreTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TO_ID | integer |
None. |
|
| TO_CP_ID | integer |
None. |
|
| TO_NUMBER | string |
None. |
|
| TO_PROGRAM_ID | string |
None. |
|
| TO_STATUS | string |
None. |
|
| TO_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TO_ID": 1,
"TO_CP_ID": 1,
"TO_NUMBER": "sample string 1",
"TO_PROGRAM_ID": "sample string 2",
"TO_STATUS": "sample string 3",
"TO_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<CancelRestoreTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <TO_CP_ID>1</TO_CP_ID> <TO_CREATED_BY>1</TO_CREATED_BY> <TO_ID>1</TO_ID> <TO_NUMBER>sample string 1</TO_NUMBER> <TO_PROGRAM_ID>sample string 2</TO_PROGRAM_ID> <TO_STATUS>sample string 3</TO_STATUS> </CancelRestoreTO>
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. |