{
"contractId": "0",
"contractName": "合同名称",
"customerId": "0",
"customerName": "客户名称",
"delFlag": 0,
"invoiceDate": "2024-11-18",
"invoiceId": 4,
"invoiceMoney": 88888,
"invoiceName": "发票名称",
"invoiceType": 1
}curl --location --request PUT '/crm/crmInvoice' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"contractId": "0",
"contractName": "合同名称",
"customerId": "0",
"customerName": "客户名称",
"delFlag": 0,
"invoiceDate": "2024-11-18",
"invoiceId": 4,
"invoiceMoney": 88888,
"invoiceName": "发票名称",
"invoiceType": 1
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}