POST api/Smartbilling/SetCongNoByIDKH

Request Information

URI Parameters

None.

Body Parameters

SetHetNo
NameDescriptionTypeAdditional information
user

string

None.

passw

string

None.

IDKH

string

None.

thang

integer

None.

nam

integer

None.

ghichu

string

None.

Request Formats

application/json, text/json

Sample:
{
  "user": "sample string 1",
  "passw": "sample string 2",
  "IDKH": "sample string 3",
  "thang": 4,
  "nam": 5,
  "ghichu": "sample string 6"
}

application/xml, text/xml

Sample:
<SetHetNo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Class">
  <IDKH>sample string 3</IDKH>
  <ghichu>sample string 6</ghichu>
  <nam>5</nam>
  <passw>sample string 2</passw>
  <thang>4</thang>
  <user>sample string 1</user>
</SetHetNo>

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.