Skip to content

UpdateWorkerPartialRequestDto

← Worker DTO

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
idnumberдаint
firstNamestring | nullнетstring?
lastNamestring | nullнетstring?
nationalitystring | nullнетstring?
birthDatestring | nullнетDateOnly?
emailstring | nullнетstring?
genderGenderParam | nullнетGenderParam?
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?
pensionInsurancestring | nullнетstring?
medicalInsurancestring | nullнетstring?
taxIdstring | nullнетstring?
bankNamestring | nullнетstring?
ibanstring | nullнетstring?
bicstring | nullнетstring?
allergyCommentstring | nullнетstring?
commentstring | nullнетstring?
availabilityCommentstring | nullнетstring?
referralSourceReferralSourceDto | nullнетReferralSourceDto?
inBlackListboolean | nullнетbool?
isStaffedboolean | nullнетbool?
isAvailableForClientsboolean | nullнетbool?
isTrainedboolean | nullнетbool?
contractSignedDatestring | nullнетDateOnly?
contractTerminationDatestring | nullнетDateOnly?
hasCertificateboolean | nullнетbool?
hasExperienceboolean | nullнетbool?
goToWorkDatestring | nullнетDateOnly?
phonestring | nullнетstring?

Пример

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