GET api/NguoiGioiThieuMobile/GetListNguoiDaGioiThieu?nguoiDungMobileID={nguoiDungMobileID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
nguoiDungMobileID

integer

Required

Body Parameters

None.

Response Information

Resource Description

DanhSachNguoiDaGioiThieuInfo
NameDescriptionTypeAdditional information
SupplierID

string

None.

NguoiDungMobileID

integer

None.

HoTen

string

None.

NgayMuaGanNhat

date

None.

ProductID

string

None.

ProductName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SupplierID": "sample string 1",
  "NguoiDungMobileID": 2,
  "HoTen": "sample string 3",
  "NgayMuaGanNhat": "2025-05-24T06:52:15.0608565+07:00",
  "ProductID": "sample string 4",
  "ProductName": "sample string 5"
}