UpdateSalarySettingsDto
salaryTypestring
Тип зарплаты
Possible values: [fixed, percent, mixed]
Example:
percentsalaryFixedRatenumber
Фиксированная ставка (для FIXED и MIXED)
Example:
15000salaryPercentRatenumber
Процент от услуг (0-100, для PERCENT и MIXED)
Example:
40salaryPercentFromstring
От чего считать процент
Possible values: [service_price, total_booking]
Example:
service_pricesalaryCurrencystring
Валюта зарплаты
Example:
UAHsalaryPayPeriodstring
Период выплаты зарплаты
Possible values: [monthly, biweekly, weekly]
Example:
monthlyUpdateSalarySettingsDto
{
"salaryType": "percent",
"salaryFixedRate": 15000,
"salaryPercentRate": 40,
"salaryPercentFrom": "service_price",
"salaryCurrency": "UAH",
"salaryPayPeriod": "monthly"
}