curl --request POST \
--url https://api.unibee.dev/merchant/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"companyLogo": "<string>",
"companyName": "<string>",
"companyRegistryCode": "<string>",
"companyVatNumber": "<string>",
"countryCode": "<string>",
"countryName": "<string>",
"email": "<string>",
"host": "<string>",
"phone": "<string>",
"timeZone": "<string>"
}
'{
"code": 123,
"data": {
"merchant": {
"address": "<string>",
"companyLogo": "<string>",
"companyName": "<string>",
"companyRegistryCode": "<string>",
"companyVatNumber": "<string>",
"countryCode": "<string>",
"countryName": "<string>",
"createTime": 123,
"email": "<string>",
"homeUrl": "<string>",
"host": "<string>",
"id": 123,
"location": "<string>",
"name": "<string>",
"phone": "<string>",
"timeZone": "<string>",
"type": 123,
"userId": 123
}
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}curl --request POST \
--url https://api.unibee.dev/merchant/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"companyLogo": "<string>",
"companyName": "<string>",
"companyRegistryCode": "<string>",
"companyVatNumber": "<string>",
"countryCode": "<string>",
"countryName": "<string>",
"email": "<string>",
"host": "<string>",
"phone": "<string>",
"timeZone": "<string>"
}
'{
"code": 123,
"data": {
"merchant": {
"address": "<string>",
"companyLogo": "<string>",
"companyName": "<string>",
"companyRegistryCode": "<string>",
"companyVatNumber": "<string>",
"countryCode": "<string>",
"countryName": "<string>",
"createTime": 123,
"email": "<string>",
"homeUrl": "<string>",
"host": "<string>",
"id": 123,
"location": "<string>",
"name": "<string>",
"phone": "<string>",
"timeZone": "<string>",
"type": 123,
"userId": 123
}
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
address
company_logo
company_name
Country Registry Code
Country Vat Number
Country Code
Country Name
User Portal Host
phone
User TimeZone
Show child attributes
Show child attributes
address
company_logo
company_name
Country Registry Code
Country Vat Number
Country Code
Country Name
create utc time
merchant user portal host
merchant_id
location
name
phone
merchant default time zone
type
create_user_id