PUT api/DM_ToaThuocMau/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
DM_ToaThuocMau| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| ChanDoan | string |
None. |
|
| GhiChu | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
|
| DM_ToaThuocMau_CT | Collection of DM_ToaThuocMau_CT |
None. |
Request Formats
application/json, text/json
Sample:
{
"RefID": "1fd6565e-5e3c-4f54-b708-3fffee9437c6",
"Ten": "sample string 2",
"ChanDoan": "sample string 3",
"GhiChu": "sample string 4",
"SuDung": true,
"MaCongTy": "sample string 5",
"DM_ToaThuocMau_CT": [
{
"RefID": "e486e64e-5756-479e-bc6a-9981171b4bbb",
"RefID_DMToaThuocMau": "a14eab80-60a5-498a-aed5-ea369a5108e9",
"RefID_DMHangHoa": "29f28356-7fe7-4574-b00d-bedb8b28e6c0",
"SoLuong": 1.0,
"CachDung": "sample string 2",
"STT": 1
},
{
"RefID": "e486e64e-5756-479e-bc6a-9981171b4bbb",
"RefID_DMToaThuocMau": "a14eab80-60a5-498a-aed5-ea369a5108e9",
"RefID_DMHangHoa": "29f28356-7fe7-4574-b00d-bedb8b28e6c0",
"SoLuong": 1.0,
"CachDung": "sample string 2",
"STT": 1
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.