Parameter | Type | Description |
---|---|---|
api_key | string | Your API-key |
marketplace_user_id | number | Your marketplace user id |
merchant_id | number | merchant id. |
id | number | Your business category id |
is_active | number | if you want to make the category active,type 1 else 0. |
{
"api_key" : {{apikey}} ,
"marketplace_user_id": 510001,
"merchant_id" : 23,
"id" :5,
"is_active" :1
}
curl --location --request POST 'https://api.yelo.red/open/businessCategory/selectCategory' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}} ,
"marketplace_user_id": 510001,
"merchant_id" : 23,
"id" :5,
"is_active" :1
}'
{}