DELETE api/AccountingDanhmuc/DeleteDVQL

Request Information

URI Parameters

None.

Body Parameters

Class_Accounting_DMDVQL
NameDescriptionTypeAdditional information
MatkhauApi

string

None.

Database

string

None.

tinhtrangphieu

integer

None.

ID

integer

None.

DVQL_Ma

string

None.

DVQL_Ten

string

None.

DVQL_Ghichu

string

None.

Hethong

boolean

None.

Namdulieu

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MatkhauApi": "sample string 1",
  "Database": "sample string 2",
  "tinhtrangphieu": 3,
  "ID": 4,
  "DVQL_Ma": "sample string 5",
  "DVQL_Ten": "sample string 6",
  "DVQL_Ghichu": "sample string 7",
  "Hethong": true,
  "Namdulieu": 9
}

application/xml, text/xml

Sample:
<Class_Accounting_DMDVQL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_invoice">
  <DVQL_Ghichu>sample string 7</DVQL_Ghichu>
  <DVQL_Ma>sample string 5</DVQL_Ma>
  <DVQL_Ten>sample string 6</DVQL_Ten>
  <Database>sample string 2</Database>
  <Hethong>true</Hethong>
  <ID>4</ID>
  <MatkhauApi>sample string 1</MatkhauApi>
  <Namdulieu>9</Namdulieu>
  <tinhtrangphieu>3</tinhtrangphieu>
</Class_Accounting_DMDVQL>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.