{
"costPrice": 59,
"customerId": "1",
"customerName": "客户名称",
"expectedTransactionDate": "2024-11-19",
"id": "3",
"name": "报价单名称",
"opportunityId": 1,
"opportunityName": "商机名称",
"profit": 40,
"quotationAmount": 99,
"quotationDate": "2024-11-19",
"responsible": "负责人",
"responsibleMobile": "13589003916"
}curl --location --request POST '/crm/crmQuotation' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"costPrice": 59,
"customerId": "1",
"customerName": "客户名称",
"expectedTransactionDate": "2024-11-19",
"id": "3",
"name": "报价单名称",
"opportunityId": 1,
"opportunityName": "商机名称",
"profit": 40,
"quotationAmount": 99,
"quotationDate": "2024-11-19",
"responsible": "负责人",
"responsibleMobile": "13589003916"
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}