DELETE api/AccountingDanhmuc/DeleteDMPhongban

Request Information

URI Parameters

None.

Body Parameters

Class_Accounting_DMPhongban
NameDescriptionTypeAdditional information
MatkhauApi

string

None.

Database

string

None.

tinhtrangphieu

integer

None.

ID

integer

None.

Phongban_Ma

string

None.

Phongban_Ten

string

None.

Phongban_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,
  "Phongban_Ma": "sample string 5",
  "Phongban_Ten": "sample string 6",
  "Phongban_Ghichu": "sample string 7",
  "Hethong": true,
  "Namdulieu": 9
}

application/xml, text/xml

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

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.