Save category 1
Body
Required
-
category
string Values are
MECHANIC
,PLUMBER
,ELECTRICIAN
,BUSINESS
,PERSONAL_SHOPPER
,HOUSE_KEEPING
,CARPENTER
,GENERATOR_REPAIR
,HOME_INSTALLER
,GUEST
, orUSER
. -
token
string -
specialties
array[string]
POST
/auth/business/category
curl \
--request POST 'https://sandbox.serchservice.com/api/v1/auth/business/category' \
--header "Content-Type: application/json" \
--data '{"category":"MECHANIC","token":"string","specialties":["string"]}'
Request examples
{
"category": "MECHANIC",
"token": "string",
"specialties": [
"string"
]
}
Response examples (200)
{
"status": "100 CONTINUE",
"code": 42,
"message": "string",
"data": {
"token": "string",
"message": "string",
"error_code": "string"
}
}