...
| Блок кода | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
$success = yclients.confirmRecord(25344, 52157914); |
yclients.cancelRecord(salonId int, recordId int) bool
Назначение: отменяет запись.
Аргументы:
- salonId int – идентификатор филиала.
- recordId int – идентификатор записи.
Возвращаемое значение: true в случае успеха и false в случае ошибки
| Блок кода | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
$success = yclients.cancelRecord(25344, 52157914); |
yclients.deleteRecord(salonId int, recordId int) bool
...