{
"address": "朝阳区",
"agentId": "0",
"appId": "0",
"contactsId": 3,
"contactsName": "联系人名称",
"customerId": "1",
"customerName": "客户名称",
"delFlag": 0,
"email": "3424934@qq.com",
"mobile": "2802968",
"nextContactTime": 28800000,
"phonenumber": "13580099962",
"position": "主任",
"remark": "备注",
"responsible": "负责人",
"sex": "0",
"siteId": "0",
"status": 1,
"tenantId": "000000"
}curl --location --request POST '/crm/crmContacts' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "朝阳区",
"agentId": "0",
"appId": "0",
"contactsId": 3,
"contactsName": "联系人名称",
"customerId": "1",
"customerName": "客户名称",
"delFlag": 0,
"email": "3424934@qq.com",
"mobile": "2802968",
"nextContactTime": 28800000,
"phonenumber": "13580099962",
"position": "主任",
"remark": "备注",
"responsible": "负责人",
"sex": "0",
"siteId": "0",
"status": 1,
"tenantId": "000000"
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}