Name |
Type |
Description |
|
api_key |
string |
Your API-key |
|
job_id |
number |
job id |
|
user_id |
number |
user id |
|
marketplace_user_id |
number |
marketplace user id |
|
product_id |
number |
product id |
|
status |
number |
If you want to accept order enter 1 else 0. |
|
Request
Body Params application/json
{
"api_key" : {{apikey}},
"job_id" : 125,
"user_id" : 510001,
"marketplace_user_id": 510001,
"product_id" : 123,
"status" : 1
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/task/updateStatus' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"job_id" : 125,
"user_id" : 510001,
"marketplace_user_id": 510001,
"product_id" : 123,
"status" : 1
}'
Responses
application/json Modified at 2024-04-17 07:11:33