POST api/marketing/retaskrecord

Request Information

URI Parameters

None.

Body Parameters

Object

None.

Request Formats

application/json, text/json, text/html

Sample:
{}

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

Response Information

Resource Description

Result2
NameDescriptionTypeAdditional information
err

integer

None.

msg

string

None.

result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "err": 1,
  "msg": "sample string 2",
  "result": {}
}

text/html

Sample:
{"err":1,"msg":"sample string 2","result":{}}