POST api/business/saveMyRemark

Request Information

URI Parameters

None.

Body Parameters

BusinessMyRemark
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BusinessMyRemark'.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
success

boolean

None.

data

Object

None.

error

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "data": {},
  "error": "sample string 3"
}