Authorization: Bearer ********************
{
"bankAccount": "string",
"bankNumber": "string",
"companyAddress": "string",
"companyNumber": "string",
"createTime": "2019-08-24T14:15:22Z",
"cusState": 0,
"cusSuccessor": "string",
"customerAddr": "string",
"customerCode": "string",
"customerContacts": "string",
"customerId": 0,
"customerMobile": "string",
"customerName": "string",
"dutyParagraph": "string",
"email": "string",
"level": "string",
"remark": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request PUT 'http://ip:port/openApi/api/v1/open/customers/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"bankAccount": "string",
"bankNumber": "string",
"companyAddress": "string",
"companyNumber": "string",
"createTime": "2019-08-24T14:15:22Z",
"cusState": 0,
"cusSuccessor": "string",
"customerAddr": "string",
"customerCode": "string",
"customerContacts": "string",
"customerId": 0,
"customerMobile": "string",
"customerName": "string",
"dutyParagraph": "string",
"email": "string",
"level": "string",
"remark": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"code": "string",
"data": {},
"message": "string",
"time": "2019-08-24T14:15:22Z"
}