POST api/GioHangMobile/UpdateGioHang

Request Information

URI Parameters

None.

Body Parameters

GioHangMobileInfo
NameDescriptionTypeAdditional 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:37:28.531588+07:00",
  "ModifiedDate": "2025-05-24T05:37:28.531588+07:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseInfo
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "Data": {}
}