customerId
prospectId
source
prospectFollowLineId
nextContactTime
{ "lineId": 10, "processId": 10, "nextTime": { "scheduleName": "xx日程", "nextContactTime": "2024-08-08T14:00:00Z", "nextTimeLength": 60, "nextRemindLength": 30 }, "customerId": 100, "prospectId": 200, "prospectFollowLineId": 300, "userId": 500, "source": 1 }
curl --location -g --request POST '/open-api/customer/biz-submit/create-business?access_token={{access_token}}' \ --header 'Authorization: Bearer {{auth_token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "lineId": 10, "processId": 10, "nextTime": { "scheduleName": "xx日程", "nextContactTime": "2024-08-08T14:00:00Z", "nextTimeLength": 60, "nextRemindLength": 30 }, "customerId": 100, "prospectId": 200, "prospectFollowLineId": 300, "userId": 500, "source": 1 }'
{ "code": 0, "msg": "string" }