{
"contact_id": "ed44e798cf594b43b924d8b0d745f48c",
"contact": {
"email": "test123@test.com"
},
"channel": {},
"company": {},
"custom": {}
}
curl --location --request PUT 'https://chat.jijyun.cn/v1/openapi/contacts?apiKey=YMLUEcmsN8UYsNfxfm2403sv1711016924' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_id": "ed44e798cf594b43b924d8b0d745f48c",
"contact": {
"email": "test123@test.com"
},
"channel": {},
"company": {},
"custom": {}
}'
{
"Code": 2000,
"Data": {
"avatar": null,
"chatid": null,
"company": null,
"company_address": null,
"company_website": null,
"companyid": null,
"contact_id": null,
"contact_name": null,
"conversation_id": null,
"create_time": "2024-06-06 15:04:18",
"device_id": "ed44e798cf594b43b924d8b0d745f48c-988028",
"email": "test123@test.com",
"id": "ed44e798cf594b43b924d8b0d745f48c",
"message_id": null,
"mobile": null,
"name": "访客310",
"open_id": null,
"product_name": null,
"roomTopic": null,
"room_id": null,
"update_time": "2024-06-06 15:13:39",
"userid": null
},
"Msg": "成功"
}