Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request POST \
--url https://api.example.com/v1/crm/requests/{request_id}/sets/ \
--header 'Content-Type: application/json' \
--data '
{
"set": 123,
"start_at": "2023-11-07T05:31:56Z",
"end_at": "2023-11-07T05:31:56Z",
"exclude_ids": [
123
],
"filters": [
{
"count": 1,
"filter": "<unknown>"
}
],
"request": 123,
"time_period": 123
}
'{
"exclude_ids": [
123
]
}curl --request POST \
--url https://api.example.com/v1/crm/requests/{request_id}/sets/ \
--header 'Content-Type: application/json' \
--data '
{
"set": 123,
"start_at": "2023-11-07T05:31:56Z",
"end_at": "2023-11-07T05:31:56Z",
"exclude_ids": [
123
],
"filters": [
{
"count": 1,
"filter": "<unknown>"
}
],
"request": 123,
"time_period": 123
}
'{
"exclude_ids": [
123
]
}Была ли эта страница полезной?