Name | Type | Description |
---|
api_key | string | Your API-key |
job_id | number | Job ID |
order_preparation_time | number | Time required for order prep |
marketplace_user_id | number | Marketplace User ID |
user_id | number | User ID |
Request
Body Params application/json
{
"job_id": 123456,
"order_preparation_time": 40,
"api_key": {{api_key}},
"marketplace_user_id": 1074892,
"user_id": 1667249
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/task/editOrderTime' \
--header 'Content-Type: application/json' \
--data-raw '{
"job_id": 123456,
"order_preparation_time": 40,
"api_key": eagagg3467sadkjhfi,
"marketplace_user_id": 1074892,
"user_id": 1667249
}'
Responses
application/json Modified at 2024-10-30 07:24:55