{
"agentId": 1,
"appId": 1,
"companySignatory": "刘",
"contractId": 3,
"contractMoney": 66666,
"contractName": "合同名称",
"contractType": 1,
"customerId": "0",
"customerName": "客户名称",
"customerSignatory": "王",
"delFlag": 0,
"opportunityName": "商机名称",
"quotationNumber": 123456789,
"responsible": "负责人",
"siteId": "0",
"status": 1,
"tenantId": "000000"
}curl --location --request PUT '/crm/crmContract' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentId": 1,
"appId": 1,
"companySignatory": "刘",
"contractId": 3,
"contractMoney": 66666,
"contractName": "合同名称",
"contractType": 1,
"customerId": "0",
"customerName": "客户名称",
"customerSignatory": "王",
"delFlag": 0,
"opportunityName": "商机名称",
"quotationNumber": 123456789,
"responsible": "负责人",
"siteId": "0",
"status": 1,
"tenantId": "000000"
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}