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": "e6fdfbca-021c-411f-91cf-391dd22ecd8d",
"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": "c6b01361-531f-4bc8-9da0-689d2aad1bfa",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}