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