POST api/FDEndowIntProcess/Cancel
Request Information
URI Parameters
None.
Body Parameters
FDEndowIntProcessCancelVM| Name | Description | Type | Additional information |
|---|---|---|---|
| EndowIntProcessId | integer |
Required |
|
| CancelUser | integer |
Required |
|
| CancelIp | string |
Required String length: inclusive between 0 and 20 |
|
| CancelRemark | string |
Required String length: inclusive between 0 and 500 |
Request Formats
application/json, text/json
Sample:
{
"EndowIntProcessId": 1,
"CancelUser": 2,
"CancelIp": "sample string 3",
"CancelRemark": "sample string 4"
}
application/xml, text/xml
Sample:
<FDEndowIntProcessCancelVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CancelIp>sample string 3</CancelIp> <CancelRemark>sample string 4</CancelRemark> <CancelUser>2</CancelUser> <EndowIntProcessId>1</EndowIntProcessId> </FDEndowIntProcessCancelVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.