Authorization: Bearer ********************{
"corpId": "string",
"contactName": "string",
"mobile": "string",
"repeatState": 1,
"friendState": [
1
],
"addWays": [
0
],
"staffIds": [
"string"
],
"poStaffIds": [
"string"
],
"advIds": [
0
],
"addTimeS": [
0
],
"saveTimes": [
0
],
"appTagIds": [
0
],
"qyTagIds": [
"string"
],
"poRemark": "string",
"friendRemark": "string",
"media": "string",
"intention": "string",
"cursor": "string",
"chatDate": 0,
"pageSize": 0
}curl --location --request POST 'http://127.0.0.1/rfr/api/ContactOpen/GetCustomerListAsync' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"corpId": "string",
"contactName": "string",
"mobile": "string",
"repeatState": 1,
"friendState": [
1
],
"addWays": [
0
],
"staffIds": [
"string"
],
"poStaffIds": [
"string"
],
"advIds": [
0
],
"addTimeS": [
0
],
"saveTimes": [
0
],
"appTagIds": [
0
],
"qyTagIds": [
"string"
],
"poRemark": "string",
"friendRemark": "string",
"media": "string",
"intention": "string",
"cursor": "string",
"chatDate": 0,
"pageSize": 0
}'{
"errorCode": 0,
"errorMessage": "string",
"data": {
"total": 0,
"hasMore": true,
"nextCursor": "string",
"list": [
{
"id": 0,
"externalUserId": "string",
"externalUserName": "string",
"saveTime": "2019-08-24T14:15:22.123Z",
"staffId": "string",
"staffName": "string",
"addWay": 0,
"addTime": 0,
"masterMobile": "string",
"subMobiles": [
"string"
],
"repeatState": 1,
"friendState": 1,
"friendStateExt": "string",
"friendRemark": "string",
"newstPoStaffId": "string",
"newstPoStaffName": "string",
"poAdvs": [
{
"advId": 0,
"name": "string",
"media": "string",
"intention": "string",
"poType": 1,
"poStaffId": "string",
"remark": "string"
}
],
"appTags": [
{
"groupId": 0,
"groupName": "string",
"tags": [
{
"tagId": 0,
"tagName": "string",
"opStaffId": "string"
}
]
}
],
"qyTags": [
{
"groupId": "string",
"groupName": "string",
"tags": [
{
"tagId": "string",
"tagName": "string",
"opStaffId": "string"
}
]
}
],
"active": {
"property1": true,
"property2": true
}
}
]
},
"ext": null
}