POST api/NguoiDung/InsertNguoiDungSupplierMobile
Request Information
URI Parameters
None.
Body Parameters
NguoiDungSupplierMobileInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| NguoiDungSuplierMobileID | integer |
None. |
|
| HoTen | string |
None. |
|
| SoDienThoai | string |
None. |
|
| DiaChi | string |
None. |
|
| Supplier_ID | string |
None. |
|
| Supplier_Name | string |
None. |
|
| NgayGio | date |
None. |
|
| MaPIN | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NguoiDungSuplierMobileID": 1,
"HoTen": "sample string 2",
"SoDienThoai": "sample string 3",
"DiaChi": "sample string 4",
"Supplier_ID": "sample string 5",
"Supplier_Name": "sample string 6",
"NgayGio": "2025-10-29T10:53:54.7714387+07:00",
"MaPIN": 7,
"ModifiedDate": "2025-10-29T10:53:54.7714387+07:00",
"Password": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfo| Name | 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": {}
}