POST Smartbilling/SetCongNoByIDKH
Request Information
URI Parameters
None.
Body Parameters
ThongTinGachNo| Name | Description | Type | Additional information |
|---|---|---|---|
| user | string |
None. |
|
| idkh | string |
None. |
|
| thang | integer |
None. |
|
| nam | integer |
None. |
|
| ghichucn | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"user": "sample string 1",
"idkh": "sample string 2",
"thang": 3,
"nam": 4,
"ghichucn": "sample string 5"
}
application/xml, text/xml
Sample:
<ThongTinGachNo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOSCRM.Dao.Class"> <ghichucn>sample string 5</ghichucn> <idkh>sample string 2</idkh> <nam>4</nam> <thang>3</thang> <user>sample string 1</user> </ThongTinGachNo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.