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": "f3734420-d65e-4dda-a594-543d2c2e836c",
"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": "ca8405e3-3ff8-41f0-a9e1-7f524a717662",
"Ten": "sample string 2",
"SuDung": true,
"STT": 1,
"MaCongTy": "sample string 3"
}