{
"fullname": "string",
"firstname": "string",
"lastname": "string",
"role": "string",
"address": "string",
"state": "string",
"deviceId": "string",
"birthDate": 0,
"birthMonth": 0,
"salesCommissions": 0,
"email": "string",
"mobile": "string"
}
curl --location --request PUT 'https://gateway.storeharmony.com/cloudapi/store//user/' \
--header 'sessiontoken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullname": "string",
"firstname": "string",
"lastname": "string",
"role": "string",
"address": "string",
"state": "string",
"deviceId": "string",
"birthDate": 0,
"birthMonth": 0,
"salesCommissions": 0,
"email": "string",
"mobile": "string"
}'
{
"updateAvailable": true,
"centralAccId": "string",
"appType": "string",
"mobileOnlyUser": true,
"allowAdminOverride": true,
"bankFullName": "string",
"bankCode": "string",
"bankAccountNo": "string",
"bankAccountName": "string",
"accountId": "string",
"sessionId": "string",
"accountToken": "string",
"userId": "string",
"fullname": "string",
"firstname": "string",
"lastname": "string",
"mobile": "string",
"email": "string",
"sessionExpireDate": "2019-08-24T14:15:22Z",
"role": "string",
"profilePicture": "string",
"storeStaffId": "string",
"transPrefix": "string",
"smsBalance": 0,
"recentInfo": "string",
"totalCreditScore": 0,
"walletBalance": 0,
"storeId": "string"
}