POST api/xas

Request Information

URI Parameters

None.

Body Parameters

xa
NameDescriptionTypeAdditional information
maxa

integer

None.

tenxa

string

None.

mahuyen

integer

None.

loaixa

integer

None.

bacxa

integer

None.

tructhuoc

integer

None.

nhomluong

string

None.

nhomluongcon

string

None.

thuockhoi

string

None.

matinh

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "maxa": 1,
  "tenxa": "sample string 2",
  "mahuyen": 3,
  "loaixa": 1,
  "bacxa": 1,
  "tructhuoc": 1,
  "nhomluong": "sample string 4",
  "nhomluongcon": "sample string 5",
  "thuockhoi": "sample string 6",
  "matinh": 1
}

application/xml, text/xml

Sample:
<xa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <bacxa>1</bacxa>
  <loaixa>1</loaixa>
  <mahuyen>3</mahuyen>
  <matinh>1</matinh>
  <maxa>1</maxa>
  <nhomluong>sample string 4</nhomluong>
  <nhomluongcon>sample string 5</nhomluongcon>
  <tenxa>sample string 2</tenxa>
  <thuockhoi>sample string 6</thuockhoi>
  <tructhuoc>1</tructhuoc>
</xa>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

xa
NameDescriptionTypeAdditional information
maxa

integer

None.

tenxa

string

None.

mahuyen

integer

None.

loaixa

integer

None.

bacxa

integer

None.

tructhuoc

integer

None.

nhomluong

string

None.

nhomluongcon

string

None.

thuockhoi

string

None.

matinh

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "maxa": 1,
  "tenxa": "sample string 2",
  "mahuyen": 3,
  "loaixa": 1,
  "bacxa": 1,
  "tructhuoc": 1,
  "nhomluong": "sample string 4",
  "nhomluongcon": "sample string 5",
  "thuockhoi": "sample string 6",
  "matinh": 1
}

application/xml, text/xml

Sample:
<xa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <bacxa>1</bacxa>
  <loaixa>1</loaixa>
  <mahuyen>3</mahuyen>
  <matinh>1</matinh>
  <maxa>1</maxa>
  <nhomluong>sample string 4</nhomluong>
  <nhomluongcon>sample string 5</nhomluongcon>
  <tenxa>sample string 2</tenxa>
  <thuockhoi>sample string 6</thuockhoi>
  <tructhuoc>1</tructhuoc>
</xa>