POST api/GioHangMobile/InsertGioHang
Request Information
URI Parameters
None.
Body Parameters
GioHangMobileInfoName | 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-05-24T05:41:38.4812762+07:00", "ModifiedDate": "2025-05-24T05:41:38.4812762+07:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfoName | 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": {} }