POST api/CuocGoiCRM/InsertCuocGoiGhiChu
Request Information
URI Parameters
None.
Body Parameters
CuocGoiGhiChuInfo| Name | 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-10-29T10:50:50.0985438+07:00"
}
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": {}
}