POST api/DM_DuongDungThuoc
Request Information
URI Parameters
None.
Body Parameters
DM_DuongDungThuoc| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RefID": "bd1b5eb8-7bc8-4ac0-8067-ea39cc7b69fc",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DM_DuongDungThuoc| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RefID": "e1abd231-b753-4cfe-affa-9217025929ff",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}