POST api/CuocGoiCRM/InsertCuocGoiGhiChu
Request Information
URI Parameters
None.
Body Parameters
CuocGoiGhiChuInfoName | Description | Type | Additional information |
---|---|---|---|
CuocGoiGhiChuID | integer |
None. |
|
CuocGoiID | integer |
None. |
|
SoDT | string |
None. |
|
SupplierID | string |
None. |
|
NoiDung | string |
None. |
|
NguoiDungID | integer |
None. |
|
TenNguoiDung | string |
None. |
|
Hinh | string |
None. |
|
NgayNhap | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "CuocGoiGhiChuID": 1, "CuocGoiID": 1, "SoDT": "sample string 2", "SupplierID": "sample string 3", "NoiDung": "sample string 4", "NguoiDungID": 5, "TenNguoiDung": "sample string 6", "Hinh": "sample string 7", "NgayNhap": "2025-08-19T14:06:58.8188917+07:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfoName | 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": {} }