NEW — 新的, SEEN — 已查看的。{
"tasks": [
{
"id": 0,
"seller_comment": "string"
}
]
}curl --location --request POST 'https://api-seller.ozon.ru/v1/actions/discounts-task/decline' \
--header 'Content-Type: application/json' \
--data-raw '{
"tasks": [
{
"id": 0,
"seller_comment": "string"
}
]
}'{
"result": {
"fail_details": [
{
"task_id": 0,
"error_for_user": "string"
}
],
"success_count": 0,
"fail_count": 0
}
}