GET api/NguoiGioiThieuMobile/GetListNguoiDaGioiThieu?nguoiDungMobileID={nguoiDungMobileID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nguoiDungMobileID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DanhSachNguoiDaGioiThieuInfo| Name | Description | Type | Additional 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-10-29T05:21:40.1628135+07:00",
"ProductID": "sample string 4",
"ProductName": "sample string 5"
}