{
"accountInvoice": "string",
"accountPayment": "string",
"accountReceipt": "string",
"address": "string",
"addressInvoice": "string",
"addressReceipt": "string",
"area": "string",
"arrearsLimit": 0,
"attachment": "string",
"bankInvoice": "string",
"bankPayment": "string",
"bankidInvoice": "string",
"bankidPayment": "string",
"bizArea": "string",
"code": "string",
"contactsFinancial": "string",
"corporate": "string",
"corporatePhone": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"customerCategory": "string",
"customerLevelId": "string",
"faxReceipt": "string",
"headquarters": "string",
"id": "string",
"isEnabled": 0,
"name": "string",
"phoneFinancial": "string",
"phoneInvoice": "string",
"phoneReceipt": "string",
"postcodeReceipt": "string",
"remark": "string",
"shortName": "string",
"taxInvoice": "string",
"taxScale": "string",
"unitInvoice": "string",
"unitPayment": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"version": 0,
"website": "string"
}
curl --location --request PUT 'http://10.219.87.224:8080/veivo-boot/bas/basCustomer/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountInvoice": "string",
"accountPayment": "string",
"accountReceipt": "string",
"address": "string",
"addressInvoice": "string",
"addressReceipt": "string",
"area": "string",
"arrearsLimit": 0,
"attachment": "string",
"bankInvoice": "string",
"bankPayment": "string",
"bankidInvoice": "string",
"bankidPayment": "string",
"bizArea": "string",
"code": "string",
"contactsFinancial": "string",
"corporate": "string",
"corporatePhone": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"customerCategory": "string",
"customerLevelId": "string",
"faxReceipt": "string",
"headquarters": "string",
"id": "string",
"isEnabled": 0,
"name": "string",
"phoneFinancial": "string",
"phoneInvoice": "string",
"phoneReceipt": "string",
"postcodeReceipt": "string",
"remark": "string",
"shortName": "string",
"taxInvoice": "string",
"taxScale": "string",
"unitInvoice": "string",
"unitPayment": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"version": 0,
"website": "string"
}'
{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}