{
"amountMoney": null,
"costAmount": 444,
"customerName": "",
"delFlag": 0,
"expectedTransactionDate": null,
"nextContactTime": null,
"opportunityId": 3,
"opportunityName": "",
"profit": null,
"remark": null,
"responsible": "",
"stage": "",
"status": 1,
"statusGroup": ""
}curl --location --request PUT '/crm/crmBusinessOpportunity' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"amountMoney": null,
"costAmount": 444,
"customerName": "",
"delFlag": 0,
"expectedTransactionDate": null,
"nextContactTime": null,
"opportunityId": 3,
"opportunityName": "",
"profit": null,
"remark": null,
"responsible": "",
"stage": "",
"status": 1,
"statusGroup": ""
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}