DELETE api/Accountinglogin/DeleteSosach

Request Information

URI Parameters

None.

Body Parameters

Accounting_Sosach
NameDescriptionTypeAdditional information
MatkhauApi

string

None.

ID

integer

None.

Ten_Sosach

string

None.

Kyhieu

string

None.

Nhatkychung

boolean

None.

NhatkySocai

boolean

None.

ChungtuGhiso

boolean

None.

NhatkyChungtu

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "MatkhauApi": "sample string 1",
  "ID": 2,
  "Ten_Sosach": "sample string 3",
  "Kyhieu": "sample string 4",
  "Nhatkychung": true,
  "NhatkySocai": true,
  "ChungtuGhiso": true,
  "NhatkyChungtu": true
}

application/xml, text/xml

Sample:
<Accounting_Sosach xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_invoice">
  <ChungtuGhiso>true</ChungtuGhiso>
  <ID>2</ID>
  <Kyhieu>sample string 4</Kyhieu>
  <MatkhauApi>sample string 1</MatkhauApi>
  <NhatkyChungtu>true</NhatkyChungtu>
  <NhatkySocai>true</NhatkySocai>
  <Nhatkychung>true</Nhatkychung>
  <Ten_Sosach>sample string 3</Ten_Sosach>
</Accounting_Sosach>

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.