Skip to content

UpdateHourlyRateRequestDto

← Worker DTO

Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Worker/Request/UpdateHourlyRateRequestDto.cs (core.businesslogicservice).

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
workerIdnumberдаint
ratePerHourIdnumberдаint

Пример

json
{
  "workerId": 0,
  "ratePerHourId": 0
}