Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request POST \
--url https://api.example.com/v1/crm/requests/{request_id}/pause/ \
--header 'Content-Type: application/json' \
--data '
{
"start_at": "2023-11-07T05:31:56Z",
"request": 123,
"end_at": "2023-11-07T05:31:56Z",
"tenant": 123,
"created_by": 123
}
'{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"start_at": "2023-11-07T05:31:56Z",
"request": 123,
"end_at": "2023-11-07T05:31:56Z",
"tenant": 123,
"created_by": 123
}curl --request POST \
--url https://api.example.com/v1/crm/requests/{request_id}/pause/ \
--header 'Content-Type: application/json' \
--data '
{
"start_at": "2023-11-07T05:31:56Z",
"request": 123,
"end_at": "2023-11-07T05:31:56Z",
"tenant": 123,
"created_by": 123
}
'{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"start_at": "2023-11-07T05:31:56Z",
"request": 123,
"end_at": "2023-11-07T05:31:56Z",
"tenant": 123,
"created_by": 123
}Была ли эта страница полезной?