POST api/EstRentReceipt/Cancel
Request Information
URI Parameters
None.
Body Parameters
EstRentReceiptCancelVM| Name | Description | Type | Additional information |
|---|---|---|---|
| RecId | integer |
Required |
|
| DueId | integer |
Required |
|
| CancelRemarks | string |
Required String length: inclusive between 0 and 100 |
|
| CancelUser | integer |
Required |
|
| CancelIp | string |
Required String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{
"RecId": 1,
"DueId": 2,
"CancelRemarks": "sample string 3",
"CancelUser": 4,
"CancelIp": "sample string 5"
}
application/xml, text/xml
Sample:
<EstRentReceiptCancelVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CancelIp>sample string 5</CancelIp> <CancelRemarks>sample string 3</CancelRemarks> <CancelUser>4</CancelUser> <DueId>2</DueId> <RecId>1</RecId> </EstRentReceiptCancelVM>
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.