Skip to content

CreateWorkerApplicationRequestDto

← Worker DTO

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
genderGenderParamдаGenderParam
firstNamestringдаstring
lastNamestringдаstring
emailstringдаstring
commentstring | nullнетstring?
phoneNumberstringдаstring
addressesCreateWorkerApplicationAddressRequestDto[]даList<CreateWorkerApplicationAddressRequestDto>
employmentTypeEmploymentTypeParamдаEmploymentTypeParam
transportTypesTransportTypeParam[]даList<TransportTypeParam>
availabilityCommentstring | nullнетstring?
referralSourceReferralSourceDtoдаReferralSourceDto

Пример

json
{
  "gender": "<GenderParam>",
  "firstName": "string",
  "lastName": "string",
  "email": "user@example.com",
  "comment": "string",
  "phoneNumber": "+49123456789",
  "addresses": [],
  "employmentType": "<EmploymentTypeParam>",
  "transportTypes": [],
  "availabilityComment": "string",
  "referralSource": "<ReferralSourceDto>"
}