POST api/marketing/retaskrecord
Request Information
URI Parameters
None.
Body Parameters
ObjectNone.
Request Formats
application/json, text/json, text/html
Sample:
{}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result2| Name | Description | Type | Additional 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":{}}