{
"no": "31177",
"planId": 31177,
"customerId": 4963,
"contractId": 30305,
"checkStatus": 1,
"returnTime": "2019-08-24T14:15:22.123Z",
"returnType": 2,
"price": 31859,
"ownerUserId": 22202,
"sort": 0,
"remark": "备注"
}curl --location --request POST '/admin-api/crm/receivable/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"no": "31177",
"planId": 31177,
"customerId": 4963,
"contractId": 30305,
"checkStatus": 1,
"returnTime": "2019-08-24T14:15:22.123Z",
"returnType": 2,
"price": 31859,
"ownerUserId": 22202,
"sort": 0,
"remark": "备注"
}'{
"code": 0,
"data": 0,
"msg": "string"
}