{
"business_name": "string",
"stage": 0,
"company_id": "string",
"related_customers": [
{
"type": 0,
"ids": [
"string"
]
}
],
"user_ids": [
"string"
],
"except_amount": 0,
"except_date": "string",
"winning_amount": 0,
"winning_date": "string",
"create_user_id": "string",
"create_time": 0,
"update_time": 0,
"process_id": "string",
"business_custom": {
"api_name" : "value"
}
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/v2/business/create?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"business_name": "string",
"stage": 0,
"company_id": "string",
"related_customers": [
{
"type": 0,
"ids": [
"string"
]
}
],
"user_ids": [
"string"
],
"except_amount": 0,
"except_date": "string",
"winning_amount": 0,
"winning_date": "string",
"create_user_id": "string",
"create_time": 0,
"update_time": 0,
"process_id": "string",
"business_custom": {
"api_name" : "value"
}
}'
{
"code": "string",
"msg": "string"
}