POST api/v2/ban-dai-le/them-moi
Request Information
URI Parameters
None.
Body Parameters
DM_BanDaiLe| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Ma | string |
None. |
|
| Ten | string |
None. |
|
| GhiChu | string |
None. |
|
| InUsed | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| EditedBy | integer |
None. |
|
| EditedOn | date |
None. |
|
| AnhThe | Collection of byte |
None. |
|
| LinkAnhThe | string |
None. |
|
| ViTriTeamLeader | integer |
None. |
|
| LoaiBan | integer |
None. |
|
| MaDangKy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"ma": "sample string 2",
"ten": "sample string 3",
"ghiChu": "sample string 4",
"inUsed": true,
"createdBy": 6,
"createdOn": "2025-12-11T20:00:28.4333493+07:00",
"editedBy": 1,
"editedOn": "2025-12-11T20:00:28.4333493+07:00",
"anhThe": "QEA=",
"linkAnhThe": "sample string 8",
"viTriTeamLeader": 1,
"loaiBan": 1,
"maDangKy": "sample string 9"
}
application/xml, text/xml
Sample:
<DM_BanDaiLe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO"> <AnhThe>QEA=</AnhThe> <CreatedBy>6</CreatedBy> <CreatedOn>2025-12-11T20:00:28.4333493+07:00</CreatedOn> <EditedBy>1</EditedBy> <EditedOn>2025-12-11T20:00:28.4333493+07:00</EditedOn> <GhiChu>sample string 4</GhiChu> <ID>1</ID> <InUsed>true</InUsed> <LinkAnhThe>sample string 8</LinkAnhThe> <LoaiBan>1</LoaiBan> <Ma>sample string 2</Ma> <MaDangKy>sample string 9</MaDangKy> <Ten>sample string 3</Ten> <ViTriTeamLeader>1</ViTriTeamLeader> </DM_BanDaiLe>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseObjectOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"data": 3
}
application/xml, text/xml
Sample:
<ResponseObjectOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuanLyPhatTu_API.Models"> <Data>3</Data> <Message>sample string 2</Message> <Status>true</Status> </ResponseObjectOfint>