Skip to content

UpdateWorkerRequestDto

← Worker DTO

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
userIdnumberдаint
idnumberдаint
ratePerHourIdnumber | nullнетint?
workerSuperChatIdnumber | nullнетint?
localstring | nullнетstring?
positionstring | nullнетstring?
firstNamestring | nullнетstring?
lastNamestring | nullнетstring?
nationalitystring | nullнетstring?
birthDatestring | nullнетDateOnly?
emailstring | nullнетstring?
genderGenderParam | nullнетGenderParam?
taxIdstring | nullнетstring?
pensionInsurancestring | nullнетstring?
medicalInsurancestring | nullнетstring?
bankNamestring | nullнетstring?
ibanstring | nullнетstring?
bicstring | nullнетstring?
employmentTypeEmploymentTypeParam | nullнетEmploymentTypeParam?
statusWorkerStatusDto | nullнетWorkerStatusDto?
maxClientsCountnumber | nullнетint?
paidVacationPerYearCountnumber | nullнетushort?
hasAllergyboolean | nullнетbool?
childsboolean | nullнетbool?
transportTypesTransportTypeParam[]даList<TransportTypeParam>?
workWithMenboolean | nullнетbool?
workWithWomenboolean | nullнетbool?
religionstring | nullнетstring?
allergyCommentstring | nullнетstring?
commentstring | nullнетstring?
availabilityCommentstring | nullнетstring?
inBlackListbooleanдаbool
isStaffedbooleanдаbool
isAvailableForClientsbooleanдаbool
isTrainedbooleanдаbool
contractSignedDatestring | nullнетDateOnly?
contractTerminationDatestring | nullнетDateOnly?
referralSourceReferralSourceDto | nullнетReferralSourceDto?
hasCertificatebooleanдаСертификатыbool
hasExperiencebooleanдаЕсть опыт рaботыbool
goToWorkDatestring | nullнетЕсли не вышел в найм - дата выхода на работу Если вышел в найм - null Если уже нанят и !null - дата выхода с больничного или отпускаDateOnly?
addressesUpdateWorkerAddressRequestDto[]даList<UpdateWorkerAddressRequestDto>?
filesWorkerFileDto[]даList<WorkerFileDto>?
ratePerHourRatePerHourDto | nullнетRatePerHourDto?
workerSuperChatWorkerSuperChatDto | nullнетWorkerSuperChatDto?

Пример

json
{
  "userId": 0,
  "id": 0,
  "ratePerHourId": 0,
  "workerSuperChatId": 0,
  "local": "string",
  "position": "string",
  "firstName": "string",
  "lastName": "string",
  "nationality": "string",
  "birthDate": "2026-05-05T08:00:00Z",
  "email": "user@example.com",
  "gender": "<genderparam>",
  "taxId": "uuid",
  "pensionInsurance": "string",
  "medicalInsurance": "string",
  "bankName": "string",
  "iban": "string",
  "bic": "string",
  "employmentType": "<employmenttypeparam>",
  "status": "<workerstatusdto>",
  "maxClientsCount": 0,
  "paidVacationPerYearCount": 0,
  "hasAllergy": false,
  "childs": false,
  "transportTypes": [],
  "workWithMen": false,
  "workWithWomen": false,
  "religion": "string",
  "allergyComment": "string",
  "comment": "string",
  "availabilityComment": "string",
  "inBlackList": false,
  "isStaffed": false,
  "isAvailableForClients": false,
  "isTrained": false,
  "contractSignedDate": "2026-05-05T08:00:00Z",
  "contractTerminationDate": "2026-05-05T08:00:00Z",
  "referralSource": "<referralsourcedto>",
  "hasCertificate": false,
  "hasExperience": false,
  "goToWorkDate": "2026-05-05T08:00:00Z",
  "addresses": [],
  "files": [],
  "ratePerHour": "<rateperhourdto>",
  "workerSuperChat": "<workersuperchatdto>"
}