...
注意: 旧地址 /api/integrate/import/user/batchAdd 即将废弃。 即将废弃。自建应用权限 用户->用户资料
调用方式
HTTPS 调用
POST
https://integrate.rabbitpre.com/api/open/audience/info/batchAdd
请求数据类型
[ "application/json" ]
...
{
"publicParams"
:{
"isMatching"
:
true
,
"matchingType"
:
1
,
"importMode"
:
1
},
"data"
:[{
"identityType"
:
"uid"
,
"thirdId"
:
"1"
,
"customFields"
:[{
"configId"
:
1
,
"configName"
:
"属性1"
,
"values"
:[
"p1-1"
,
"p1-2"
]
},{
"configId"
:
2
,
"configName"
:
"属性2"
,
"values"
:[
"p2-1"
,
"p2-2"
]
}]
}]
}
返回数据示例
...
{
...
"code
...
"
:
...
"
...
200"
,
...
"errorCode
...
"
:
...
"
...
SUCCESS"
,
...
"msg"
:
"ok"
,
"data"
:
15314513451345123
}
错误码
错误码 | 错误码取值 | 解决方案 |
---|---|---|
200 | Success | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
...