POST api/DM_DonVi
Request Information
URI Parameters
None.
Body Parameters
DM_DonVi| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| STT | integer |
None. |
|
| MaCongTy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RefID": "42eb188f-7d96-4e47-ac2e-3aed0fcc5484",
"Ten": "sample string 2",
"SuDung": true,
"STT": 1,
"MaCongTy": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DM_DonVi| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| STT | integer |
None. |
|
| MaCongTy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RefID": "4b734d1c-84d0-4d54-a34b-324a1b6a9a0c",
"Ten": "sample string 2",
"SuDung": true,
"STT": 1,
"MaCongTy": "sample string 3"
}