POST api/AccountStatement/PostDeleteCreditOrDebit
Request Information
URI Parameters
None.
Body Parameters
PropertyMo_Credit_Debit_DEL_DTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeInt | boolean |
None. |
|
| TypeId | integer |
None. |
|
| UserId | integer |
None. |
|
| UserName | string |
None. |
|
| Year | integer |
None. |
|
| CashID_Main | integer |
None. |
|
| Cashsarf2ID | integer |
None. |
|
| CashsarfID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TypeInt": true,
"TypeId": 1,
"UserId": 1,
"UserName": "sample string 1",
"Year": 1,
"CashID_Main": 1,
"Cashsarf2ID": 1,
"CashsarfID": 1
}
application/xml, text/xml
Sample:
<PropertyMo_Credit_Debit_DEL_DTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AGSystemApi.DTO"> <CashID_Main>1</CashID_Main> <Cashsarf2ID>1</Cashsarf2ID> <CashsarfID>1</CashsarfID> <TypeId>1</TypeId> <TypeInt>true</TypeInt> <UserId>1</UserId> <UserName>sample string 1</UserName> <Year>1</Year> </PropertyMo_Credit_Debit_DEL_DTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.