PUT api/AccountingDanhmuc/Putghichu

Request Information

URI Parameters

None.

Body Parameters

Class_Accounting_DM_GhichuHachtoan
NameDescriptionTypeAdditional information
MatkhauApi

string

None.

Database

string

None.

ID

integer

None.

Ghichu_Hachtoan

string

None.

Namdulieu

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MatkhauApi": "sample string 1",
  "Database": "sample string 2",
  "ID": 3,
  "Ghichu_Hachtoan": "sample string 4",
  "Namdulieu": 5
}

application/xml, text/xml

Sample:
<Class_Accounting_DM_GhichuHachtoan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_invoice">
  <Database>sample string 2</Database>
  <Ghichu_Hachtoan>sample string 4</Ghichu_Hachtoan>
  <ID>3</ID>
  <MatkhauApi>sample string 1</MatkhauApi>
  <Namdulieu>5</Namdulieu>
</Class_Accounting_DM_GhichuHachtoan>

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.