{
"userId": 0,
"tenantsId": 0,
"tenantIds": [
0
],
"request": {
"tenantsId": "string",
"custName": "string",
"custNum": "string",
"custIdentify": "string",
"policyType": 2,
"custMobile": "string",
"custSex": 0,
"custSexDesc": "string",
"custBirthday": 0,
"custBirthdayStr": "string",
"age": 0,
"customerAddress": "string",
"areaId": "string",
"areaName": "string",
"domicileArea": "string",
"domicileAddrId": "string",
"custContacts": [
{
"custNum": "string",
"custContactType": 0,
"custContactTypeDesc": "string",
"custContactName": "string",
"custContactSex": 0,
"custContactSexDesc": "string",
"custContactRel": 0,
"custContactRelDesc": "string",
"custContactPhone": "string",
"custContactMobile": "string",
"custContactMobile2": "string",
"custAdress": "string",
"custRemarks": "string",
"contactIdentifyNo": "string",
"contactAge": "string",
"contactBirthday": "string"
}
],
"tenantRelStatus": 0
},
"token": "string",
"loginUser": {},
"areaId": 0
}
curl --location --request POST '/homeBed/order/updateCustInfoByCustNum' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IjE4MTE0OTI1MjA5IiwicGFzc3dvcmQiOiIzNTgyNTgzMTY3IiwiaWF0IjoxNzU0NDgwNzczLCJpc3MiOiJ0aWFueXUiLCJleHAiOjE3NTQ1NjcxNzN9.ApOu0PCRKwwmMan-Gy9JDbp0gmGYPZQ9Rt31JLidAlY' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"tenantsId": 0,
"tenantIds": [
0
],
"request": {
"tenantsId": "string",
"custName": "string",
"custNum": "string",
"custIdentify": "string",
"policyType": 2,
"custMobile": "string",
"custSex": 0,
"custSexDesc": "string",
"custBirthday": 0,
"custBirthdayStr": "string",
"age": 0,
"customerAddress": "string",
"areaId": "string",
"areaName": "string",
"domicileArea": "string",
"domicileAddrId": "string",
"custContacts": [
{
"custNum": "string",
"custContactType": 0,
"custContactTypeDesc": "string",
"custContactName": "string",
"custContactSex": 0,
"custContactSexDesc": "string",
"custContactRel": 0,
"custContactRelDesc": "string",
"custContactPhone": "string",
"custContactMobile": "string",
"custContactMobile2": "string",
"custAdress": "string",
"custRemarks": "string",
"contactIdentifyNo": "string",
"contactAge": "string",
"contactBirthday": "string"
}
],
"tenantRelStatus": 0
},
"token": "string",
"loginUser": {},
"areaId": 0
}'
{
"code": "",
"success": false,
"message": "",
"dataMap": {
"": {}
},
"data": {},
"dataList": [
{}
]
}