POST api/CuocGoi/UpdateCuocGoiSauKhiSuaKhachHang
Request Information
URI Parameters
None.
Body Parameters
ParamUpdateCuocGoi| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| GhiChu | string |
None. |
|
| TenKhachHang | string |
None. |
|
| DiaChi | string |
None. |
|
| MaKhachHang | string |
None. |
|
| NhomKhachHang | string |
None. |
|
| ChuoiHeThong | string |
None. |
|
| MaSP | string |
None. |
|
| SanPham | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"GhiChu": "sample string 2",
"TenKhachHang": "sample string 3",
"DiaChi": "sample string 4",
"MaKhachHang": "sample string 5",
"NhomKhachHang": "sample string 6",
"ChuoiHeThong": "sample string 7",
"MaSP": "sample string 8",
"SanPham": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"Data": {}
}