POST api/GioHangMobile/UpdateGioHang
Request Information
URI Parameters
None.
Body Parameters
GioHangMobileInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| NguoiDungMobileID | integer |
None. |
|
| ProductID | string |
None. |
|
| SoLuong | decimal number |
None. |
|
| GhiChu | string |
None. |
|
| CreateDate | date |
None. |
|
| ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"NguoiDungMobileID": 2,
"ProductID": "sample string 3",
"SoLuong": 1.1,
"GhiChu": "sample string 4",
"CreateDate": "2025-10-29T10:50:48.6819491+07:00",
"ModifiedDate": "2025-10-29T10:50:48.6819491+07:00"
}
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": {}
}