POST api/v2/public/log-err/them-moi
Request Information
URI Parameters
None.
Body Parameters
SYS_Log_Err| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ChucNang | string |
None. |
|
| SuKien | string |
None. |
|
| NoiDung | string |
None. |
|
| IDBanGhi | integer |
None. |
|
| TenForm | string |
None. |
|
| DiaChiMay | string |
None. |
|
| InUsed | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| IDNhanVien | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"chucNang": "sample string 2",
"suKien": "sample string 3",
"noiDung": "sample string 4",
"idBanGhi": 1,
"tenForm": "sample string 5",
"diaChiMay": "sample string 6",
"inUsed": true,
"createdBy": 1,
"createdOn": "2025-12-11T20:07:36.4454437+07:00",
"idNhanVien": 1
}
application/xml, text/xml
Sample:
<SYS_Log_Err xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO"> <ChucNang>sample string 2</ChucNang> <CreatedBy>1</CreatedBy> <CreatedOn>2025-12-11T20:07:36.4454437+07:00</CreatedOn> <DiaChiMay>sample string 6</DiaChiMay> <ID>1</ID> <IDBanGhi>1</IDBanGhi> <IDNhanVien>1</IDNhanVien> <InUsed>true</InUsed> <NoiDung>sample string 4</NoiDung> <SuKien>sample string 3</SuKien> <TenForm>sample string 5</TenForm> </SYS_Log_Err>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseObjectOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"data": true
}
application/xml, text/xml
Sample:
<ResponseObjectOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuanLyPhatTu_API.Models"> <Data>true</Data> <Message>sample string 2</Message> <Status>true</Status> </ResponseObjectOfboolean>