Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request POST \
--url https://api.example.com/v1/crm/disable/ \
--header 'Content-Type: application/json' \
--data '
{
"method": 0,
"ids": [
123
],
"group_ids": [
123
],
"inventory_ids": [
123
],
"service_ids": [
123
],
"set_ids": [
123
],
"comment": "",
"extra": null,
"disable": true
}
'{
"method": 0,
"comment": "",
"extra": null,
"disable": true
}curl --request POST \
--url https://api.example.com/v1/crm/disable/ \
--header 'Content-Type: application/json' \
--data '
{
"method": 0,
"ids": [
123
],
"group_ids": [
123
],
"inventory_ids": [
123
],
"service_ids": [
123
],
"set_ids": [
123
],
"comment": "",
"extra": null,
"disable": true
}
'{
"method": 0,
"comment": "",
"extra": null,
"disable": true
}Была ли эта страница полезной?