Update 4
Body
Required
-
gender
string Values are
MALE
,FEMALE
,ANY
, orNONE
. -
upload
object Additional properties are allowed.
-
logo
object Additional properties are allowed.
-
phone
object Additional properties are allowed.
-
first_name
string -
last_name
string -
business_name
string -
business_description
string -
business_address
string -
business_contact
string
PATCH
/profile/business/update
curl \
--request PATCH 'https://sandbox.serchservice.com/api/v1/profile/business/update' \
--header "Content-Type: application/json" \
--data '{"gender":"MALE","upload":{"path":"string","media":"string","bytes":"string"},"logo":{"path":"string","media":"string","bytes":"string"},"phone":{"phone_number":"string","country_code":"string","iso_code":"string","country":"string"},"first_name":"string","last_name":"string","business_name":"string","business_description":"string","business_address":"string","business_contact":"string"}'
Request examples
{
"gender": "MALE",
"upload": {
"path": "string",
"media": "string",
"bytes": "string"
},
"logo": {
"path": "string",
"media": "string",
"bytes": "string"
},
"phone": {
"phone_number": "string",
"country_code": "string",
"iso_code": "string",
"country": "string"
},
"first_name": "string",
"last_name": "string",
"business_name": "string",
"business_description": "string",
"business_address": "string",
"business_contact": "string"
}
Response examples (200)
{
"status": "100 CONTINUE",
"code": 42,
"message": "string",
"data": {
"id": "string",
"name": "string",
"description": "string",
"address": "string",
"contact": "string",
"logo": "string",
"rating": 42.0,
"gender": "string",
"category": "string",
"image": "string",
"avatar": "string",
"more": {
"last_signed_in": "string",
"number_of_rating": 42,
"number_of_shops": 42,
"total_service_trips": 42,
"total_shared": 42
},
"specializations": [
{
"id": 42,
"special": "string",
"category": "string",
"image": "string",
"avatar": "string"
}
],
"first_name": "string",
"last_name": "string",
"email_address": "string",
"default_password": "string",
"phone_info": {
"phone_number": "string",
"country_code": "string",
"iso_code": "string",
"country": "string"
},
"verification_status": "REQUESTED"
}
}