POST api/NhaCungCap/Update
Request Information
URI Parameters
None.
Body Parameters
BE_NhaCungCap| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| maNCC | string |
None. |
|
| tenNCC | string |
None. |
|
| diaChi | string |
None. |
|
| nguoiTao | string |
None. |
|
| ngayTao | string |
None. |
|
| nguoiCapNhat | string |
None. |
|
| ngayCapNhat | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"maNCC": "sample string 2",
"tenNCC": "sample string 3",
"diaChi": "sample string 4",
"nguoiTao": "sample string 5",
"ngayTao": "sample string 6",
"nguoiCapNhat": "sample string 7",
"ngayCapNhat": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.