Parameter | Type | Description |
---|
api_key | string | Your API-key |
marketplace_user_id | number | Your marketplace_user_id |
user_id | number | user id |
user_type | number | 2 for Admin, 3 for merchant |
serving_distance | number(optional) | Serving Distance |
Request
Body Params application/json
{
"api_key" : {{apikey}},
"marketplace_user_id" : 510001,
"user_id" : 510001,
"user_type" : 2,
"serving_distance" : 5
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/merchant/settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"marketplace_user_id" : 510001,
"user_id" : 510001,
"user_type" : 2,
"serving_distance" : 5
}'
Responses
application/json Modified at 2024-04-17 07:11:33