POST api/XML_excel/postSerial

Request Information

URI Parameters

None.

Body Parameters

XML_Excel_serial
NameDescriptionTypeAdditional information
MatkhauApi

string

None.

ID

integer

None.

Serial

string

None.

Ngayhethan

date

None.

Email

string

None.

Dienthoai

string

None.

NguoiLienHe

string

None.

Vinhvien

boolean

None.

Dtgv

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MatkhauApi": "sample string 1",
  "ID": 2,
  "Serial": "sample string 3",
  "Ngayhethan": "2025-07-09T22:13:58.0654499+07:00",
  "Email": "sample string 5",
  "Dienthoai": "sample string 6",
  "NguoiLienHe": "sample string 7",
  "Vinhvien": true,
  "Dtgv": "sample string 9"
}

application/xml, text/xml

Sample:
<XML_Excel_serial xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_invoice">
  <Dienthoai>sample string 6</Dienthoai>
  <Dtgv>sample string 9</Dtgv>
  <Email>sample string 5</Email>
  <ID>2</ID>
  <MatkhauApi>sample string 1</MatkhauApi>
  <Ngayhethan>2025-07-09T22:13:58.0654499+07:00</Ngayhethan>
  <NguoiLienHe>sample string 7</NguoiLienHe>
  <Serial>sample string 3</Serial>
  <Vinhvien>true</Vinhvien>
</XML_Excel_serial>

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.