POST Admin/XoaLo
Request Information
URI Parameters
None.
Body Parameters
DIGITI_Lo| Name | Description | Type | Additional information |
|---|---|---|---|
| LoID | integer |
None. |
|
| TenLo | string |
None. |
|
| KhuVucID | integer |
None. |
|
| SoHang | integer |
None. |
|
| SoCot | integer |
None. |
|
| GhiChu | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"loid": 1,
"tenlo": "sample string 2",
"khuvucid": 1,
"sohang": 1,
"socot": 1,
"ghichu": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.