POST api/Invoicelogin/postUser

Request Information

URI Parameters

None.

Body Parameters

Invoice_Login_User
NameDescriptionTypeAdditional information
MatkhauApi

string

None.

ID

integer

None.

UserName

string

None.

PassWord

string

None.

Database_name

string

None.

Soluonghoadon

integer

None.

Ngayhethan

date

None.

ID_mauhoadon

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MatkhauApi": "sample string 1",
  "ID": 2,
  "UserName": "sample string 3",
  "PassWord": "sample string 4",
  "Database_name": "sample string 5",
  "Soluonghoadon": 6,
  "Ngayhethan": "2026-03-12T16:55:17.0114822+07:00",
  "ID_mauhoadon": 8
}

application/xml, text/xml

Sample:
<Invoice_Login_User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_invoice">
  <Database_name>sample string 5</Database_name>
  <ID>2</ID>
  <ID_mauhoadon>8</ID_mauhoadon>
  <MatkhauApi>sample string 1</MatkhauApi>
  <Ngayhethan>2026-03-12T16:55:17.0114822+07:00</Ngayhethan>
  <PassWord>sample string 4</PassWord>
  <Soluonghoadon>6</Soluonghoadon>
  <UserName>sample string 3</UserName>
</Invoice_Login_User>

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.