Parameter | Type | Description |
---|---|---|
api_key | string | Your API-key |
user_id | number | enter user id. |
user_type | number | For admin enter 2, For merchant enter 3 |
marketplace_user_id | number | enter market place user Id |
slot_id | number | Your slot id |
is_deleted | number(optional) | 1 for YES, 0 for NO |
{
"api_key" : {{apikey}},
"user_id" : 510001,
"user_type" : 2,
"marketplace_user_id": 510001,
"slot_id" : 7151,
"is_deleted" : 1
}
curl --location --request POST 'https://api.yelo.red/open/merchant/updateStoreFrontDateSchedule' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"user_id" : 510001,
"user_type" : 2,
"marketplace_user_id": 510001,
"slot_id" : 7151,
"is_deleted" : 1
}'
{}