Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request PATCH \
--url https://api.example.com/v1/crm/services/{service_id}/tarifs/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"price": "<string>",
"one_time_payment": true,
"published": true,
"tenant": 123,
"service": 123,
"duriation": 123
}
'{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"service": 123,
"name": "<string>",
"price": "<string>",
"one_time_payment": true,
"published": true,
"tenant": 123,
"duriation": 123
}curl --request PATCH \
--url https://api.example.com/v1/crm/services/{service_id}/tarifs/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"price": "<string>",
"one_time_payment": true,
"published": true,
"tenant": 123,
"service": 123,
"duriation": 123
}
'{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"service": 123,
"name": "<string>",
"price": "<string>",
"one_time_payment": true,
"published": true,
"tenant": 123,
"duriation": 123
}255^-?\d{0,14}(?:\.\d{0,2})?$Была ли эта страница полезной?