POST api/business/saveMyRemark
Request Information
URI Parameters
None.
Body Parameters
BusinessMyRemark| Name | Description | Type | Additional information |
|---|---|---|---|
| openid | string |
None. |
|
| Id | integer |
None. |
|
| contactStateId | integer |
None. |
|
| myRemarkDesc | string |
None. |
|
| reminderDateDay | string |
None. |
|
| reminderDateHour | string |
None. |
|
| reminderState | integer |
None. |
|
| reminderTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"openid": "sample string 1",
"id": 2,
"contactStateId": 3,
"myRemarkDesc": "sample string 4",
"reminderDateDay": "sample string 5",
"reminderDateHour": "sample string 6",
"reminderState": 7,
"reminderTime": "2025-12-07T20:26:53.2264199+08:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}