{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"customerId": 0,
"psnNo": "string",
"psnCertType": "string",
"certno": "string",
"psnName": "string",
"gend": "string",
"naty": "string",
"brdy": "2019-08-24T14:15:22Z",
"age": 0,
"expContent": "string",
"balc": 0,
"insutype": "string",
"psnType": "string",
"psnInsuStas": "string",
"psnInsuDate": "2019-08-24T14:15:22Z",
"pausInsuDate": "2019-08-24T14:15:22Z",
"cvlservFlag": "string",
"insuplcAdmdvs": "string",
"empName": "string",
"psnIdetType": "string",
"psnTypeLv": "string",
"memo": "string",
"begntime": "string",
"endtime": "string",
"getRecordTime": "2019-08-24T14:15:22Z",
"customerName": "string"
}
curl --location --request PUT '/customer/chsRecord' \
--header 'Content-Type: application/json' \
--data-raw '{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"customerId": 0,
"psnNo": "string",
"psnCertType": "string",
"certno": "string",
"psnName": "string",
"gend": "string",
"naty": "string",
"brdy": "2019-08-24T14:15:22Z",
"age": 0,
"expContent": "string",
"balc": 0,
"insutype": "string",
"psnType": "string",
"psnInsuStas": "string",
"psnInsuDate": "2019-08-24T14:15:22Z",
"pausInsuDate": "2019-08-24T14:15:22Z",
"cvlservFlag": "string",
"insuplcAdmdvs": "string",
"empName": "string",
"psnIdetType": "string",
"psnTypeLv": "string",
"memo": "string",
"begntime": "string",
"endtime": "string",
"getRecordTime": "2019-08-24T14:15:22Z",
"customerName": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}