{
"areaCode": "string",
"bankAccount": "string",
"collectionAccount": "string",
"createId": 0,
"createTime": "2019-08-24T14:15:22Z",
"creditCode": "string",
"customerCompany": "string",
"customerGrade": "string",
"customerLinkman": "string",
"customerName": "string",
"customerPhone": "string",
"customerType": 0,
"deleted": false,
"depositBank": "string",
"detailAddress": "string",
"email": "string",
"headType": 0,
"id": 0,
"invoiceHead": "string",
"invoiceType": "string",
"registerAddress": "string",
"registerPhone": "string",
"telPhone": "string",
"updateId": 0,
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'http://127.0.0.1:8585/customerManagement/saveCustomerManagement' \
--header 'Content-Type: application/json' \
--data-raw '{
"areaCode": "string",
"bankAccount": "string",
"collectionAccount": "string",
"createId": 0,
"createTime": "2019-08-24T14:15:22Z",
"creditCode": "string",
"customerCompany": "string",
"customerGrade": "string",
"customerLinkman": "string",
"customerName": "string",
"customerPhone": "string",
"customerType": 0,
"deleted": false,
"depositBank": "string",
"detailAddress": "string",
"email": "string",
"headType": 0,
"id": 0,
"invoiceHead": "string",
"invoiceType": "string",
"registerAddress": "string",
"registerPhone": "string",
"telPhone": "string",
"updateId": 0,
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"data": {},
"msg": "string"
}