POST api/DM_TienSuBenh
Request Information
URI Parameters
None.
Body Parameters
DM_TienSuBenh| 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": "9e542eb6-9b3a-4d25-835b-5df9fb0b4ccb",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DM_TienSuBenh| 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": "f1faf800-1135-4d39-bf54-3bf613678231",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}