POST api/Deposit/DeleteDeposit
Request Information
URI Parameters
None.
Body Parameters
T_Deposit| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| TourCompany_ID | integer |
None. |
|
| Money | decimal number |
None. |
|
| CreateBy | integer |
None. |
|
| CreateTime | date |
None. |
|
| UpdateBy | integer |
None. |
|
| UpdateTime | date |
None. |
|
| IsDelete | boolean |
None. |
|
| Remark | string |
None. |
|
| DocNo | string |
String length: inclusive between 0 and 12 |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"TourCompany_ID": 2,
"Money": 3.0,
"CreateBy": 4,
"CreateTime": "2025-12-11T21:27:40.0831272+07:00",
"UpdateBy": 1,
"UpdateTime": "2025-12-11T21:27:40.0831272+07:00",
"IsDelete": true,
"Remark": "sample string 6",
"DocNo": "sample string 7"
}
application/xml, text/xml
Sample:
<T_Deposit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ams_template.Models.DB"> <CreateBy>4</CreateBy> <CreateTime>2025-12-11T21:27:40.0831272+07:00</CreateTime> <DocNo>sample string 7</DocNo> <ID>1</ID> <IsDelete>true</IsDelete> <Money>3</Money> <Remark>sample string 6</Remark> <TourCompany_ID>2</TourCompany_ID> <UpdateBy>1</UpdateBy> <UpdateTime>2025-12-11T21:27:40.0831272+07:00</UpdateTime> </T_Deposit>
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.