{
"afterSalesId": 1,
"afterSalesName": "售后名称",
"afterSalesProblem": "售后问题",
"afterSalesType": "退换货",
"contractName": "合同名称",
"customerName": "客户名称",
"problemTime": "14:59:00"
}curl --location --request POST '/crm/crmAfterSales' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"afterSalesId": 1,
"afterSalesName": "售后名称",
"afterSalesProblem": "售后问题",
"afterSalesType": "退换货",
"contractName": "合同名称",
"customerName": "客户名称",
"problemTime": "14:59:00"
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}