{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"customerNo": 0,
"customerName": "string",
"customerIdCardNo": "string",
"customerNationality": "string",
"customerNation": "string",
"customerOccupation": "string",
"customerGender": "string",
"customerBirthday": "2019-08-24T14:15:22Z",
"customerState": "string",
"customerLivingState": "string",
"customerType": "string",
"customerSource": "string",
"promoterId": 0,
"promoterName": "string",
"dataSource": "string"
}
curl --location --request PUT '/customer/basicInformation' \
--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,
"customerNo": 0,
"customerName": "string",
"customerIdCardNo": "string",
"customerNationality": "string",
"customerNation": "string",
"customerOccupation": "string",
"customerGender": "string",
"customerBirthday": "2019-08-24T14:15:22Z",
"customerState": "string",
"customerLivingState": "string",
"customerType": "string",
"customerSource": "string",
"promoterId": 0,
"promoterName": "string",
"dataSource": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}