POST api/NguoiGioiThieuMobile/InsertNguoiGioiThieuMobile?nguoiDungMobileID={nguoiDungMobileID}&soDienThoaiGioiThieu={soDienThoaiGioiThieu}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
nguoiDungMobileID

integer

Required

soDienThoaiGioiThieu

string

Required

Body Parameters

None.

Response Information

Resource Description

NguoiGioiThieuMobileInfo
NameDescriptionTypeAdditional information
ID

integer

None.

NguoiGioiThieuID

integer

None.

NguoiDuocGioiThieuID

integer

None.

CreateDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "NguoiGioiThieuID": 2,
  "NguoiDuocGioiThieuID": 3,
  "CreateDate": "2025-05-24T07:00:37.5950334+07:00"
}