POST api/business/sendClueBySecond

Request Information

URI Parameters

None.

Body Parameters

CluesSendBySecondModel
NameDescriptionTypeAdditional information
appid

string

None.

sendname

string

None.

memberLevel

integer

None.

startsecond

integer

None.

endsecond

integer

None.

clueid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "appid": "sample string 1",
  "sendname": "sample string 2",
  "memberLevel": 3,
  "startsecond": 4,
  "endsecond": 5,
  "clueid": 6
}

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 'CluesSendBySecondModel'.

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"
}