{
"name": "string",
"sea_id": "string",
"organization_id": 0,
"staff_ext_id": "string",
"id": 0,
" extra_info": [
{
"property_id": 0,
"property_type": "datetime",
"property_value": "如果是选项,存的是选项id",
"property_option_value": "string"
}
],
"tag_ext_ids": [
"string"
]
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/leads/update?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"sea_id": "string",
"organization_id": 0,
"staff_ext_id": "string",
"id": 0,
" extra_info": [
{
"property_id": 0,
"property_type": "datetime",
"property_value": "如果是选项,存的是选项id",
"property_option_value": "string"
}
],
"tag_ext_ids": [
"string"
]
}'
{}