POST api/AccountStatement/PostDeleteCreditOrDebit

Request Information

URI Parameters

None.

Body Parameters

PropertyMo_Credit_Debit_DEL_DTO
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PropertyMo_Credit_Debit_DEL_DTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.