DELETE api/Accountinglogin/Deletehachtoanchuan

Request Information

URI Parameters

None.

Body Parameters

Accounting_KiemTra_HachToan_Chuan
NameDescriptionTypeAdditional information
MatkhauApi

string

None.

ID

integer

None.

Ma_TK_No

string

None.

Ma_TK_Co

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MatkhauApi": "sample string 1",
  "ID": 2,
  "Ma_TK_No": "sample string 3",
  "Ma_TK_Co": "sample string 4"
}

application/xml, text/xml

Sample:
<Accounting_KiemTra_HachToan_Chuan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_invoice">
  <ID>2</ID>
  <Ma_TK_Co>sample string 4</Ma_TK_Co>
  <Ma_TK_No>sample string 3</Ma_TK_No>
  <MatkhauApi>sample string 1</MatkhauApi>
</Accounting_KiemTra_HachToan_Chuan>

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.