{"openapi":"3.1.1","info":{"title":"talent Flow Api | V3","version":"3.0.0"},"paths":{"/Candidates":{"get":{"tags":["Candidates"],"parameters":[{"name":"startDate","in":"query","schema":{"type":"string"}},{"name":"endDate","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseData<IEnumerable<ReadAllCandidatesResponse>>"}}}}},"x-routebase-folder-path":"Candidates"},"post":{"tags":["Candidates"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/candidates/{candidateId}/Communications":{"post":{"tags":["Communications"],"parameters":[{"name":"candidateId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommunicationCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Communications"}},"/candidates/{candidateId}/Communications/{id}/attachments":{"post":{"tags":["Communications"],"parameters":[{"name":"candidateId","in":"path","required":true,"schema":{"type":"integer"}},{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AttachmentCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseSuccessResponse"}}}}},"x-routebase-folder-path":"Communications"}},"/candidates/{candidateId}/Documents/{documentCategory}":{"post":{"tags":["Documents"],"parameters":[{"name":"candidateId","in":"path","required":true,"schema":{"type":"integer"}},{"name":"documentCategory","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateOtherDocumentCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Documents"}},"/candidates/{candidateId}/Documents/cv":{"post":{"tags":["Documents"],"parameters":[{"name":"candidateId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateCvDocumentCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Documents"}},"/candidates/{candidateId}/Documents/other":{"post":{"tags":["Documents"],"parameters":[{"name":"candidateId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateOtherDocumentCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Documents"}},"/Candidates/{candidateId}/endofoperation":{"put":{"tags":["Candidates"],"parameters":[{"name":"candidateId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateEndOfOperationChangeDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseSuccessResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{candidateId}/workcontract":{"put":{"tags":["Candidates"],"parameters":[{"name":"candidateId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutPatchDocument<CandidateWorkContractChangeDto>"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseSuccessResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}":{"get":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseData<ReadCandidateByIdResponse>"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/apply":{"post":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplyImportDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/driverslicences":{"post":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DriversLicenseCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseSuccessResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/email":{"post":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmailImportDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/history/contact":{"get":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"startDate","in":"query","schema":{"type":"string"}},{"name":"endDate","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseData<IEnumerable<ReadContactHistoryResponse>>"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/history/status":{"get":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"startDate","in":"query","schema":{"type":"string"}},{"name":"endDate","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseData<IEnumerable<ReadStatusHistoryResponse>>"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/keywords":{"post":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeywordCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/languages":{"post":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateLanguageDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/pictures":{"post":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidatePictureCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseSuccessResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/professions":{"post":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProfessionCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/qualifications":{"post":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QualificationCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/resume/educations":{"post":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateFurtherTrainingDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/resume/jobs":{"post":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmployerCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/resume/professioneducations":{"post":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateProfessionalTrainingDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/resume/schooleducations":{"post":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateEducationDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/sms":{"post":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmsImportDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/status":{"put":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StatusUpdateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/{id}/whatsapp":{"post":{"tags":["Candidates"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WhatsAppImportDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/candidates/Applies/external":{"post":{"tags":["Applies"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplyCreateExternalRequest"}}}},"responses":{"200":{"description":"OK"}},"x-routebase-folder-path":"Applies"}},"/Candidates/exists":{"get":{"tags":["Candidates"],"parameters":[{"name":"email","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateExistsResponse"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/export/candidates":{"get":{"tags":["Candidates"],"parameters":[{"name":"officeId","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateChangesDto"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/export/candidates/{candidateId}":{"get":{"tags":["Candidates"],"parameters":[{"name":"candidateId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateDetailsDto"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/export/candidates/{candidateId}/documents":{"get":{"tags":["Candidates"],"parameters":[{"name":"candidateId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateDocumentListDto"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/export/candidates/changes":{"get":{"tags":["Candidates"],"parameters":[{"name":"startDate","in":"query","schema":{"type":"string"}},{"name":"endDate","in":"query","schema":{"type":"string"}},{"name":"officeId","in":"query","schema":{"type":"integer"}},{"name":"processStatusId","in":"query","schema":{"$ref":"#/components/schemas/CandidateProcessStatus"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateChangesDto"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/export/candidates/changes/{date}":{"get":{"tags":["Candidates"],"parameters":[{"name":"date","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateChangesDto"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/export/candidates/changes/{date}/{hour}":{"get":{"tags":["Candidates"],"parameters":[{"name":"date","in":"path","required":true,"schema":{"type":"string"}},{"name":"hour","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateChangesDto"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/export/documents/{documentId}":{"get":{"tags":["Candidates"],"parameters":[{"name":"documentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CandidateDocumentDto"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/export/documents/changes":{"get":{"tags":["Candidates"],"parameters":[{"name":"startDate","in":"query","schema":{"type":"string"}},{"name":"endDate","in":"query","schema":{"type":"string"}},{"name":"officeId","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentChangesDto"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/export/documents/changes/{date}":{"get":{"tags":["Candidates"],"parameters":[{"name":"date","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentChangesDto"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/export/documents/changes/{date}/{hour}":{"get":{"tags":["Candidates"],"parameters":[{"name":"date","in":"path","required":true,"schema":{"type":"string"}},{"name":"hour","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentChangesDto"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/history/contact/{date}":{"get":{"tags":["Candidates"],"parameters":[{"name":"date","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseData<IEnumerable<ReadContactHistoryResponse>>"}}}}},"x-routebase-folder-path":"Candidates"}},"/Candidates/history/status/{date}":{"get":{"tags":["Candidates"],"parameters":[{"name":"date","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseData<IEnumerable<ReadStatusHistoryResponse>>"}}}}},"x-routebase-folder-path":"Candidates"}},"/candidates/SourceOfSupplies":{"get":{"tags":["SourceOfSupplies"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EnumValuesResponse"}}}}},"x-routebase-folder-path":"SourceOfSupplies"}},"/Customers":{"post":{"tags":["Customers"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Customers"}},"/Customers/{customerId}":{"put":{"tags":["Customers"],"parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutPatchDocument<CustomerChangeDto>"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseSuccessResponse"}}}}},"x-routebase-folder-path":"Customers"}},"/customers/{customerId}/Contacts":{"post":{"tags":["Contacts"],"parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContactCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Contacts"}},"/customers/{customerId}/Contacts/{contactId}":{"put":{"tags":["Contacts"],"parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"integer"}},{"name":"contactId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutPatchDocument<ContactChangeDto>"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseSuccessResponse"}}}}},"x-routebase-folder-path":"Contacts"}},"/Customers/{customerId}/contractStatus":{"put":{"tags":["Customers"],"parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerContractStatusChangeDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseSuccessResponse"}}}}},"x-routebase-folder-path":"Customers"}},"/Customers/{customerId}/customerStatus":{"put":{"tags":["Customers"],"parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerProcessStatusChangeDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseSuccessResponse"}}}}},"x-routebase-folder-path":"Customers"}},"/customers/{customerId}/Offices":{"post":{"tags":["Offices"],"parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OfficeCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Offices"}},"/customers/{customerId}/Offices/{officeId}":{"put":{"tags":["Offices"],"parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"integer"}},{"name":"officeId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutPatchDocument<OfficeChangeDto>"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseSuccessResponse"}}}}},"x-routebase-folder-path":"Offices"}},"/customers/{customerId}/offices/{officeId}/Locations":{"post":{"tags":["Locations"],"parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"integer"}},{"name":"officeId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocationCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Locations"}},"/customers/{customerId}/Professions":{"post":{"tags":["Professions"],"parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocationProfessionCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Professions"}},"/customers/{customerId}/Requests/{requestId}/status":{"put":{"tags":["Requests"],"parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"integer"}},{"name":"requestId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestProcessStatusChangeDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseSuccessResponse"}}}}},"x-routebase-folder-path":"Requests"}},"/customers/{customerId}/Requests/directtransmission":{"post":{"tags":["Requests"],"parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestDirectTransmissionCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Requests"}},"/customers/{customerId}/Requests/employeeleasing":{"post":{"tags":["Requests"],"parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestEmployeeLeasingCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Requests"}},"/customers/{customerId}/Requests/serviceContract":{"post":{"tags":["Requests"],"parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestServiceContractCreateDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseCreateResponse"}}}}},"x-routebase-folder-path":"Requests"}},"/Customers/{id}":{"get":{"tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerReadDto"}}}}},"x-routebase-folder-path":"Customers"}},"/Customers/changes":{"get":{"tags":["Customers"],"parameters":[{"name":"startDate","in":"query","schema":{"type":"string"}},{"name":"endDate","in":"query","schema":{"type":"string"}},{"name":"officeId","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseChangesResponse<CustomerChangesDto>"}}}}},"x-routebase-folder-path":"Customers"}},"/Customers/changes/{date}":{"get":{"tags":["Customers"],"parameters":[{"name":"date","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseChangesResponse<CustomerChangesDto>"}}}}},"x-routebase-folder-path":"Customers"}},"/Customers/changes/{date}/{hour}":{"get":{"tags":["Customers"],"parameters":[{"name":"date","in":"path","required":true,"schema":{"type":"string"}},{"name":"hour","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseChangesResponse<CustomerChangesDto>"}}}}},"x-routebase-folder-path":"Customers"}},"/Customers/contacts/{contactId}":{"get":{"tags":["Customers"],"parameters":[{"name":"contactId","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocationDetailsReadDto"}}}}},"x-routebase-folder-path":"Customers"}},"/Customers/locations/{locationId}":{"get":{"tags":["Customers"],"parameters":[{"name":"locationId","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocationDetailsReadDto"}}}}},"x-routebase-folder-path":"Customers"}},"/Customers/offices/{officeId}":{"get":{"tags":["Customers"],"parameters":[{"name":"officeId","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OfficeDetailsReadDto"}}}}},"x-routebase-folder-path":"Customers"}},"/JobAds":{"get":{"tags":["JobAds"],"parameters":[{"name":"startDate","in":"query","schema":{"type":"string"}},{"name":"endDate","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ReadAllJobAdsResponse"}}}}}},"x-routebase-folder-path":"JobAds"}},"/JobAds/{id}/statistics/organic":{"get":{"tags":["JobAds"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"startDate","in":"query","schema":{"type":"string"}},{"name":"endDate","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseData<IEnumerable<ReadOrganicStatisticsResponse>>"}}}}},"x-routebase-folder-path":"JobAds"}},"/JobAds/{id}/statistics/performance":{"get":{"tags":["JobAds"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"startDate","in":"query","schema":{"type":"string"}},{"name":"endDate","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseData<IEnumerable<ReadPerformanceStatisticsResponse>>"}}}}},"x-routebase-folder-path":"JobAds"}},"/JobAds/{jobAdId}":{"get":{"tags":["JobAds"],"parameters":[{"name":"jobAdId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReadJobAdByIdResponse"}}}}},"x-routebase-folder-path":"JobAds"}},"/JobAds/changes":{"get":{"tags":["JobAds"],"parameters":[{"name":"startDate","in":"query","schema":{"type":"string"}},{"name":"endDate","in":"query","schema":{"type":"string"}},{"name":"officeId","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobAdChangesDto"}}}}},"x-routebase-folder-path":"JobAds"}},"/JobAds/changes/{date}":{"get":{"tags":["JobAds"],"parameters":[{"name":"date","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobAdChangesDto"}}}}},"x-routebase-folder-path":"JobAds"}},"/JobAds/changes/{date}/{hour}":{"get":{"tags":["JobAds"],"parameters":[{"name":"date","in":"path","required":true,"schema":{"type":"string"}},{"name":"hour","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobAdChangesDto"}}}}},"x-routebase-folder-path":"JobAds"}},"/JobAds/statistics/organic/{date}":{"get":{"tags":["JobAds"],"parameters":[{"name":"date","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseData<IEnumerable<ReadOrganicStatisticsResponse>>"}}}}},"x-routebase-folder-path":"JobAds"}},"/JobAds/statistics/performance/{date}":{"get":{"tags":["JobAds"],"parameters":[{"name":"date","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseData<IEnumerable<ReadPerformanceStatisticsResponse>>"}}}}},"x-routebase-folder-path":"JobAds"}},"/MasterData/{groupId}":{"get":{"tags":["MasterData"],"parameters":[{"name":"groupId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/EnumGroup"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EnumValuesResponse"}}}}},"x-routebase-folder-path":"MasterData"}},"/MasterData/countries":{"get":{"tags":["MasterData"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountriesResponse"}}}}},"x-routebase-folder-path":"MasterData"}},"/MasterData/federalstates":{"get":{"tags":["MasterData"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FederalStatesResponse"}}}}},"x-routebase-folder-path":"MasterData"}},"/MasterData/languages":{"get":{"tags":["MasterData"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LanguagesResponse"}}}}},"x-routebase-folder-path":"MasterData"}},"/Offices":{"get":{"tags":["Offices"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ReadAllOfficesResponse"}}}}}},"x-routebase-folder-path":"Offices"}},"/Reports/customerRequests/performance":{"get":{"tags":["Reports"],"parameters":[{"name":"startDate","in":"query","schema":{"type":"string"}},{"name":"endDate","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerReportPerfomanceReadResponse"}}}}},"x-routebase-folder-path":"Reports"}},"/Reports/performance/jobs":{"get":{"tags":["Reports"],"parameters":[{"name":"month","in":"query","schema":{"type":"integer"}},{"name":"year","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/JobAdStatisticsReadResponse"}}}}}},"x-routebase-folder-path":"Reports"}},"/Requests/{id}":{"get":{"tags":["Requests"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseData<RequestReadDto>"}}}}},"x-routebase-folder-path":"Requests"}},"/Users":{"get":{"tags":["Users"],"parameters":[{"name":"startDate","in":"query","schema":{"type":"string"}},{"name":"endDate","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseData<IEnumerable<ReadAllUsersResponse>>"}}}}},"x-routebase-folder-path":"Users"}},"/Users/{userGuid}":{"get":{"tags":["Users"],"parameters":[{"name":"userGuid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReadUserByIdResponse"}}}}},"x-routebase-folder-path":"Users"}},"/Users/{userId}":{"get":{"tags":["Users"],"parameters":[{"name":"userId","in":"path","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReadUserByIdResponse"}}}}},"x-routebase-folder-path":"Users"}},"/Users/all":{"get":{"tags":["Users"],"parameters":[{"name":"startDate","in":"query","schema":{"type":"string"}},{"name":"endDate","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReadAllUsers2Response"}}}}},"x-routebase-folder-path":"Users"}},"/Users/responsibilities":{"get":{"tags":["Users"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserResponsibilitiesResponse"}}}}},"x-routebase-folder-path":"Users"}},"/Webhooks/event/types":{"get":{"tags":["Webhooks"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebhookReadEventTypesResponse"}}}}},"x-routebase-folder-path":"Webhooks"}},"/Webhooks/protocol":{"post":{"tags":["Webhooks"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebhookReadProtocolRequest"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebhookReadProtocolResponse"}}}}},"x-routebase-folder-path":"Webhooks"}},"/Webhooks/settings":{"get":{"tags":["Webhooks"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebhookReadSettingsResponse"}}}}},"x-routebase-folder-path":"Webhooks"}},"/Webhooks/settings/eventdatatype/{webhookEventDataType}":{"put":{"tags":["Webhooks"],"parameters":[{"name":"webhookEventDataType","in":"path","required":true,"schema":{"$ref":"#/components/schemas/WebhookEventDataType"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebhookSetEventDataTypeResponse"}}}}},"x-routebase-folder-path":"Webhooks"}},"/Webhooks/subscribe":{"post":{"tags":["Webhooks"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebhookSubscribeRequest"}}}},"responses":{"200":{"description":"OK"}},"x-routebase-folder-path":"Webhooks"}},"/Webhooks/subscriptions":{"get":{"tags":["Webhooks"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebhookReadSubscriptionsResponse"}}}}},"x-routebase-folder-path":"Webhooks"}},"/Webhooks/unsubscribe":{"post":{"tags":["Webhooks"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WebhookUnsubscribeRequest"}}}},"responses":{"200":{"description":"OK"}},"x-routebase-folder-path":"Webhooks"}}},"components":{"schemas":{"ApplyImportDto":{"type":"object","properties":{"jobAdTitle":{"type":["null","string"]},"recruiterId":{"type":["null","integer"],"format":"int32"},"createdAtUtc":{"type":["null","string"],"format":"date-time"},"jobAdId":{"type":["null","integer"],"format":"int32"},"channelId":{"type":["null","integer"],"format":"int32"}},"additionalProperties":false},"AttachmentCreateDto":{"type":"object","properties":{"fileName":{"type":["null","string"]},"data":{"type":["null","string"]},"createdAtUtc":{"type":["null","string"],"format":"date-time"}},"additionalProperties":false},"Dtos.AvailabilityDto":{"type":"object","properties":{"isCurrentlyEmployed":{"type":"boolean"},"isImmediatelyAvailable":{"type":"boolean"},"availableFromUtc":{"type":["null","string"],"format":"date-time"},"noticePeriodId":{"type":["null","integer"],"format":"int32"},"noticePeriodValue":{"type":["null","integer"],"format":"int32"}},"additionalProperties":false},"Dtos.BirthDto":{"type":"object","properties":{"name":{"type":["null","string"]},"day":{"type":["null","integer"],"format":"int32"},"month":{"type":["null","integer"],"format":"int32"},"year":{"type":["null","integer"],"format":"int32"},"countryId":{"type":["null","integer"],"format":"int32"},"cityOfBirth":{"type":["null","string"]}},"additionalProperties":false},"CandidateCreateDto":{"type":"object","properties":{"createdAtUtc":{"type":["null","string"],"format":"date-time"},"salutationId":{"type":["null","integer"],"format":"int32"},"genderId":{"type":["null","integer"],"format":"int32"},"title":{"type":["null","string"]},"firstName":{"type":["null","string"]},"lastName":{"type":["null","string"]},"fullName":{"type":["null","string"]},"contact":{"$ref":"#/components/schemas/Dtos.ContactDto"},"location":{"$ref":"#/components/schemas/Dtos.LocationDto"},"birth":{"$ref":"#/components/schemas/Dtos.BirthDto"},"availability":{"$ref":"#/components/schemas/Dtos.AvailabilityDto"},"disability":{"$ref":"#/components/schemas/Dtos.DisabilityDto"},"mobility":{"$ref":"#/components/schemas/Dtos.MobilityDto"},"workingPreferences":{"$ref":"#/components/schemas/Dtos.WorkingPreferencesDto"},"salaryExpectations":{"$ref":"#/components/schemas/Dtos.SalaryExpectationsDto"},"privacyPolicy":{"$ref":"#/components/schemas/Dtos.PrivacyPolicyDto"},"responsibility":{"$ref":"#/components/schemas/Dtos.ResponsibilityDto"},"candidateStatus":{"$ref":"#/components/schemas/Dtos.CandidateStatusDto"}},"additionalProperties":false},"CandidateCvDocumentCreateDto":{"type":"object","properties":{"filename":{"type":["null","string"]},"base64File":{"type":["null","string"]},"shouldParseCV":{"type":"boolean"}},"additionalProperties":false},"CandidateEducationDto":{"type":"object","properties":{"degreeId":{"type":["null","integer"],"format":"int32"},"unmappedDegree":{"type":["null","string"]},"field":{"type":["null","string"]},"school":{"type":["null","string"]},"city":{"type":["null","string"]},"countryId":{"type":["null","integer"],"format":"int32"},"description":{"type":["null","string"]},"startDateMonth":{"type":["null","integer"],"format":"int32"},"startDateYear":{"type":["null","integer"],"format":"int32"},"endDateMonth":{"type":["null","integer"],"format":"int32"},"endDateYear":{"type":["null","integer"],"format":"int32"},"endCurrent":{"type":["null","boolean"]}},"additionalProperties":false},"CandidateEndOfOperationChangeDto":{"type":"object","properties":{"endOfOperationAtUtc":{"type":"string","format":"date-time"}},"additionalProperties":false},"CandidateFurtherTrainingDto":{"type":"object","properties":{"title":{"type":["null","string"]},"organization":{"type":["null","string"]},"city":{"type":["null","string"]},"countryId":{"type":["null","integer"],"format":"int32"},"description":{"type":["null","string"]},"startDateMonth":{"type":["null","integer"],"format":"int32"},"startDateYear":{"type":["null","integer"],"format":"int32"},"endDateMonth":{"type":["null","integer"],"format":"int32"},"endDateYear":{"type":["null","integer"],"format":"int32"},"endCurrent":{"type":["null","boolean"]}},"additionalProperties":false},"CandidateLanguageDto":{"type":"object","properties":{"languageId":{"type":"integer","format":"int32"},"levelId":{"type":"integer","format":"int32"}},"additionalProperties":false},"CandidateOtherDocumentCreateDto":{"type":"object","properties":{"filename":{"type":["null","string"]},"base64File":{"type":["null","string"]},"shouldParseCV":{"type":"boolean"}},"additionalProperties":false},"CandidatePictureCreateDto":{"type":"object","properties":{"base64Image":{"type":["null","string"]}},"additionalProperties":false},"CandidateProfessionalTrainingDto":{"type":"object","properties":{"title":{"type":["null","string"]},"company":{"type":["null","string"]},"city":{"type":["null","string"]},"countryId":{"type":["null","integer"],"format":"int32"},"description":{"type":["null","string"]},"startDateMonth":{"type":["null","integer"],"format":"int32"},"startDateYear":{"type":["null","integer"],"format":"int32"},"endDateMonth":{"type":["null","integer"],"format":"int32"},"endDateYear":{"type":["null","integer"],"format":"int32"},"endCurrent":{"type":["null","boolean"]}},"additionalProperties":false},"Dtos.CandidateStatusDto":{"type":"object","properties":{"statusId":{"type":"integer","format":"int32"},"message":{"type":["null","string"]}},"additionalProperties":false},"CommunicationCreateDto":{"type":"object","properties":{"userId":{"type":["null","integer"],"format":"int32"},"eventDateTimeUtc":{"type":["null","string"],"format":"date-time"},"headline":{"type":["null","string"]},"communicationKindId":{"$ref":"#/components/schemas/CommunicationKind"},"communicationStatus":{"$ref":"#/components/schemas/CommunicationStatus"},"note":{"type":["null","string"]}},"additionalProperties":false},"Dtos.ContactDto":{"type":"object","properties":{"email":{"type":["null","string"]},"isEmailVeryfied":{"type":"boolean"},"phoneNumber":{"type":["null","string"]},"mobileNumber":{"type":["null","string"]},"availability":{"type":["null","string"]},"additionalEmailAddresses":{"type":["null","array"],"items":{"$ref":"#/components/schemas/Dtos.ContactInfoDto"}}},"additionalProperties":false},"Dtos.ContactInfoDto":{"type":"object","properties":{"candidateId":{"type":"integer","format":"int32"},"typeId":{"$ref":"#/components/schemas/ContactInfoType"},"value":{"type":["null","string"]}},"additionalProperties":false},"Dtos.DisabilityDto":{"type":"object","properties":{"id":{"type":["null","integer"],"format":"int32"},"name":{"type":["null","string"]},"handyCapValue":{"type":["null","integer"],"format":"int32"},"handyCappedSince":{"type":["null","string"],"format":"date-time"},"isHandycapped":{"type":"boolean"}},"additionalProperties":false},"DriversLicenseCreateDto":{"type":"object","properties":{"driversLicenseId":{"type":"integer","format":"int32"}},"additionalProperties":false},"EmailImportDto":{"type":"object","properties":{"userId":{"type":["null","integer"],"format":"int32"},"messageStatus":{"$ref":"#/components/schemas/MessageStatus"},"eventDateTimeUtc":{"type":["null","string"],"format":"date-time"},"receiver":{"type":["null","string"]},"subject":{"type":["null","string"]},"sender":{"type":["null","string"]},"messageHtml":{"type":["null","string"]},"messageText":{"type":["null","string"]}},"additionalProperties":false},"EmployerCreateDto":{"type":"object","properties":{"title":{"type":["null","string"]},"company":{"type":["null","string"]},"city":{"type":["null","string"]},"countryId":{"type":["null","integer"],"format":"int32"},"description":{"type":["null","string"]},"startDateMonth":{"type":["null","integer"],"format":"int32"},"startDateYear":{"type":["null","integer"],"format":"int32"},"endDateMonth":{"type":["null","integer"],"format":"int32"},"endDateYear":{"type":["null","integer"],"format":"int32"},"endCurrent":{"type":["null","boolean"]},"hasManagementExperience":{"type":"boolean"},"hasProjectExperience":{"type":"boolean"},"testimonyId":{"type":["null","integer"],"format":"int32"}},"additionalProperties":false},"KeywordCreateDto":{"type":"object","properties":{"keyword":{"type":["null","string"]}},"additionalProperties":false},"Dtos.LocationDto":{"type":"object","properties":{"additionalAddressInformation":{"type":["null","string"]},"street":{"type":["null","string"]},"streetNumber":{"type":["null","string"]},"zipCode":{"type":["null","string"]},"city":{"type":["null","string"]},"federalStateId":{"type":["null","integer"],"format":"int32"},"countryId":{"type":["null","integer"],"format":"int32"},"geoLon":{"type":["null","number"],"format":"double"},"geoLat":{"type":["null","number"],"format":"double"}},"additionalProperties":false},"Dtos.MobilityDto":{"type":"object","properties":{"hasOwnCar":{"type":"boolean"},"hasDriverLicense":{"type":"boolean"},"traveling":{"type":"boolean"}},"additionalProperties":false},"Dtos.PrivacyPolicyDto":{"type":"object","properties":{"isAccepted":{"type":"boolean"},"validUntilUtc":{"type":["null","string"],"format":"date-time"}},"additionalProperties":false},"ProfessionCreateDto":{"type":"object","properties":{"professionId":{"type":"integer","format":"int32"}},"additionalProperties":false},"QualificationCreateDto":{"type":"object","properties":{"qualification":{"type":["null","string"]},"score":{"type":["null","integer"],"format":"int32"}},"additionalProperties":false},"Dtos.ResponsibilityDto":{"type":"object","properties":{"officeId":{"type":"integer","format":"int32"},"recruiterId":{"type":"integer","format":"int32"}},"additionalProperties":false},"Dtos.SalaryExpectationsDto":{"type":"object","properties":{"typeId":{"type":["null","integer"],"format":"int32"},"rangeStart":{"type":"number","format":"double"},"rangeEnd":{"type":"number","format":"double"},"periodId":{"type":["null","integer"],"format":"int32"},"currencyId":{"type":["null","integer"],"format":"int32"},"benefits":{"type":["null","string"]}},"additionalProperties":false},"SmsImportDto":{"type":"object","properties":{"userId":{"type":["null","integer"],"format":"int32"},"messageStatus":{"$ref":"#/components/schemas/MessageStatus"},"eventDateTimeUtc":{"type":["null","string"],"format":"date-time"},"receiverNumber":{"type":["null","string"]},"senderNumber":{"type":["null","string"]},"message":{"type":["null","string"]}},"additionalProperties":false},"StatusUpdateDto":{"type":"object","properties":{"statusId":{"type":"integer","format":"int32"}},"additionalProperties":false},"WhatsAppImportDto":{"type":"object","properties":{"userId":{"type":["null","integer"],"format":"int32"},"messageStatus":{"$ref":"#/components/schemas/MessageStatus"},"eventDateTimeUtc":{"type":["null","string"],"format":"date-time"},"receiverNumber":{"type":["null","string"]},"senderNumber":{"type":["null","string"]},"message":{"type":["null","string"]}},"additionalProperties":false},"Dtos.WorkingPreferencesDto":{"type":"object","properties":{"isShiftWorkPossible":{"type":"boolean"},"isPublicHolidayWorkPossible":{"type":"boolean"},"isWeekendWorkPossible":{"type":"boolean"},"workingHoursFrom":{"type":["null","integer"],"format":"int32"},"workingHoursTo":{"type":["null","integer"],"format":"int32"}},"additionalProperties":false},"BaseSuccessResponse":{"type":"object","properties":{"success":{"type":"boolean"}},"additionalProperties":false},"ApplyCreateExternalRequest":{"type":"object","properties":{"officeId":{"type":["null","integer"],"format":"int32"},"channelId":{"type":["null","integer"],"format":"int32"},"jobAdId":{"type":["null","integer"],"format":"int32"},"salutationId":{"$ref":"#/components/schemas/Salutation"},"firstName":{"type":["null","string"]},"lastName":{"type":["null","string"]},"city":{"type":["null","string"]},"zipCode":{"type":["null","string"]},"email":{"type":["null","string"],"format":"email"},"phoneNumber":{"type":["null","string"]},"whatsAppConsentChecked":{"type":["null","boolean"]},"hasWhatsApp":{"type":["null","boolean"]},"privacyChecked":{"type":["null","boolean"]},"termsOfUseChecked":{"type":["null","boolean"]},"keywords":{"type":["null","array"],"items":{"type":"string"}},"documents":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ApplyCreateExternalRequestDocument"}},"additionalInfo":{"type":["null","string"]},"sourceOfSupplyId":{"type":["null","integer"],"format":"int32"},"additionalEmailAddresses":{"type":["null","array"],"items":{"$ref":"#/components/schemas/Dtos.ContactInfoDto"}}},"additionalProperties":false},"ApplyCreateExternalRequestDocument":{"type":"object","properties":{"data":{"type":["null","string"]},"fileName":{"type":["null","string"]},"contentType":{"type":["null","string"]},"fileKindId":{"$ref":"#/components/schemas/FileKind"}},"additionalProperties":false},"CandidateExistsResponse":{"type":"object","properties":{"exists":{"type":"boolean"},"candidateId":{"type":["null","integer"],"format":"int32"},"status":{"type":["null","string"]}},"additionalProperties":false},"ReadAllCandidatesResponse":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"status":{"type":["null","string"]},"createdAtUtc":{"type":"string","format":"date-time"},"modifiedAtUtc":{"type":"string","format":"date-time"}},"additionalProperties":false},"ReadCandidateByIdResponse":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"zipCode":{"type":["null","string"]},"city":{"type":["null","string"]},"applicationCount":{"type":"integer","format":"int32"},"firstApplicationDateUtc":{"type":["null","string"],"format":"date-time"},"firstApplicationChannel":{"type":["null","string"]},"officeZvooveId":{"type":["null","string"]},"officeName":{"type":["null","string"]},"recruiterFullName":{"type":["null","string"]},"createdAtUtc":{"type":"string","format":"date-time"},"modifiedAtUtc":{"type":"string","format":"date-time"},"status":{"type":["null","string"]}},"additionalProperties":false},"ReadContactHistoryResponse":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"candidateId":{"type":"string","format":"uuid"},"contactType":{"type":["null","string"]},"contactedAtUtc":{"type":"string","format":"date-time"},"contactedBy":{"type":["null","string"]}},"additionalProperties":false},"ReadStatusHistoryResponse":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"candidateId":{"type":"string","format":"uuid"},"status":{"type":["null","string"]},"changedAtUtc":{"type":"string","format":"date-time"}},"additionalProperties":false},"AddressCreateDto":{"type":"object","properties":{"street":{"type":["null","string"]},"streetNumber":{"type":["null","string"]},"zipCode":{"type":["null","string"]},"city":{"type":["null","string"]},"federalStateId":{"type":["null","integer"],"format":"int32"},"countryId":{"type":["null","integer"],"format":"int32"},"geoLat":{"type":["null","number"],"format":"double"},"geoLon":{"type":["null","number"],"format":"double"}},"additionalProperties":false},"AddressReadDto":{"type":"object","properties":{"addressLine1":{"type":["null","string"]},"addressLine2":{"type":["null","string"]},"street":{"type":["null","string"]},"streetNumber":{"type":["null","string"]},"zipCode":{"type":["null","string"]},"city":{"type":["null","string"]},"federalStateId":{"type":["null","integer"],"format":"int32"},"federalState":{"type":["null","string"]},"countryId":{"type":["null","integer"],"format":"int32"},"country":{"type":["null","string"]},"countryCode":{"type":["null","string"]},"geoLat":{"type":["null","number"],"format":"double"},"geoLon":{"type":["null","number"],"format":"double"}},"additionalProperties":false},"ContactCreateDto":{"type":"object","properties":{"salutationId":{"type":"integer","format":"int32"},"firstName":{"type":["null","string"]},"lastName":{"type":["null","string"]},"position":{"type":["null","string"]},"department":{"type":["null","string"]},"email":{"type":["null","string"]},"phoneNumber":{"type":["null","string"]},"mobilePhoneNumber":{"type":["null","string"]},"isDecider":{"type":["null","boolean"]},"isPhoneAdvertisingAllowed":{"type":["null","boolean"]},"isEmailAdvertisingAllowed":{"type":["null","boolean"]},"isContactBanned":{"type":["null","boolean"]},"remark":{"type":["null","string"]},"isSafetyOfficer":{"type":["null","boolean"]},"isPrivacyOfficer":{"type":["null","boolean"]},"linkedInUrl":{"type":["null","string"]},"xingUrl":{"type":["null","string"]},"assignedOfficeIds":{"type":["null","array"],"items":{"type":"integer","format":"int32"}},"phoneNumberForCommunication":{"type":["null","string"]},"hasWhatsApp":{"type":["null","boolean"]},"isWhatsAppConsentGranted":{"type":["null","boolean"]},"importExternalId":{"type":["null","string"]},"createdAtUtc":{"type":["null","string"],"format":"date-time"},"responsibility":{"$ref":"#/components/schemas/ResponsibilityCreateDto"},"image":{"type":["null","string"]}},"additionalProperties":false},"ContactReadDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"salutationId":{"$ref":"#/components/schemas/Salutation"},"salutation":{"type":["null","string"]},"firstName":{"type":["null","string"]},"lastName":{"type":["null","string"]},"fullName":{"type":["null","string"]},"position":{"type":["null","string"]},"department":{"type":["null","string"]},"email":{"type":["null","string"]},"phoneNumber":{"type":["null","string"]},"mobilePhoneNumber":{"type":["null","string"]},"isDecider":{"type":"boolean"},"isPhoneAdvertisingAllowed":{"type":"boolean"},"isEmailAdvertisingAllowed":{"type":"boolean"},"isContactBanned":{"type":"boolean"},"remark":{"type":["null","string"]},"isSafetyOfficer":{"type":"boolean"},"isPrivacyOfficer":{"type":"boolean"},"linkedInUrl":{"type":["null","string"]},"xingUrl":{"type":["null","string"]},"importExternalId":{"type":["null","string"]},"phoneNumberForCommunication":{"type":["null","string"]},"hasWhatsApp":{"type":"boolean"},"isWhatsAppConsentGranted":{"type":"boolean"},"importedAtUtc":{"type":["null","string"],"format":"date-time"},"responsibility":{"$ref":"#/components/schemas/ResponsibilityReadDto"},"assignedOfficeIds":{"type":["null","array"],"items":{"type":"integer","format":"int32"}}},"additionalProperties":false},"CustomerContractStatusChangeDto":{"type":"object","properties":{"requestId":{"type":"integer","format":"int32"},"candidateId":{"type":["null","integer"],"format":"int32"},"contractSignedAtUtc":{"type":"string","format":"date-time"}},"additionalProperties":false},"CustomerCreateDto":{"type":"object","properties":{"name":{"type":["null","string"]},"companyTypeId":{"type":"integer","format":"int32"},"description":{"type":["null","string"]},"notes":{"type":["null","string"]},"location":{"$ref":"#/components/schemas/AddressCreateDto"},"customerStatus":{"$ref":"#/components/schemas/StatusValues.CustomerStatus"},"ranking":{"$ref":"#/components/schemas/CustomerRanking"},"importExternalId":{"type":["null","string"]},"createdAtUtc":{"type":["null","string"],"format":"date-time"},"candidateProfileTemplateConfigurationForEmployeeLeasingId":{"type":["null","integer"],"format":"int32"},"candidateProfileTemplateConfigurationForPersonnelPlacementId":{"type":["null","integer"],"format":"int32"},"responsibility":{"$ref":"#/components/schemas/ResponsibilityCreateDto"}},"additionalProperties":false},"CustomerProcessStatusChangeDto":{"type":"object","properties":{"customerStatusId":{"$ref":"#/components/schemas/AccountCustomers.CustomerStatus"}},"additionalProperties":false},"CustomerReadDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":["null","string"]},"description":{"type":["null","string"]},"corporationId":{"type":["null","integer"],"format":"int32"},"corporation":{"type":["null","string"]},"companyTypeId":{"$ref":"#/components/schemas/CompanyType"},"companyType":{"type":["null","string"]},"customerStatus":{"type":["null","string"]},"customerStatusChangedAtUtc":{"type":["null","string"],"format":"date-time"},"importExternalId":{"type":["null","string"]},"importedAtUtc":{"type":["null","string"],"format":"date-time"},"createdAtUtc":{"type":"string","format":"date-time"},"modifiedAtUtc":{"type":"string","format":"date-time"},"responsibility":{"$ref":"#/components/schemas/ResponsibilityReadDto"},"address":{"$ref":"#/components/schemas/AddressReadDto"},"offices":{"type":["null","array"],"items":{"$ref":"#/components/schemas/OfficeReadDto"}},"contacts":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ContactReadDto"}}},"additionalProperties":false},"LocationCreateDto":{"type":"object","properties":{"createdAtUtc":{"type":["null","string"],"format":"date-time"},"description":{"type":["null","string"]},"directions":{"type":["null","string"]},"contactId":{"type":["null","integer"],"format":"int32"},"importExternalId":{"type":["null","string"]},"location":{"$ref":"#/components/schemas/AddressCreateDto"}},"additionalProperties":false},"LocationDetailsReadDto":{"type":"object","properties":{"customerId":{"type":"integer","format":"int32"},"customerName":{"type":["null","string"]},"officeId":{"type":"integer","format":"int32"},"officeDescription":{"type":["null","string"]},"id":{"type":"integer","format":"int32"},"description":{"type":["null","string"]},"contactId":{"type":["null","integer"],"format":"int32"},"importedAtUtc":{"type":["null","string"],"format":"date-time"},"importExternalId":{"type":["null","string"]},"address":{"$ref":"#/components/schemas/AddressReadDto"},"directions":{"type":["null","string"]}},"additionalProperties":false},"LocationProfessionCreateDto":{"type":"object","properties":{"workingTitleId":{"type":"integer","format":"int32"},"locationId":{"type":"integer","format":"int32"},"contactId":{"type":["null","integer"],"format":"int32"},"placementTypeId":{"$ref":"#/components/schemas/Tenants.PlacementType"}},"additionalProperties":false},"LocationReadDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"description":{"type":["null","string"]},"contactId":{"type":["null","integer"],"format":"int32"},"importedAtUtc":{"type":["null","string"],"format":"date-time"},"importExternalId":{"type":["null","string"]},"address":{"$ref":"#/components/schemas/AddressReadDto"},"directions":{"type":["null","string"]}},"additionalProperties":false},"OfficeCreateDto":{"type":"object","properties":{"createdAtUtc":{"type":["null","string"],"format":"date-time"},"addressLine1":{"type":["null","string"]},"addressLine2":{"type":["null","string"]},"email":{"type":["null","string"]},"telephone":{"type":["null","string"]},"phoneNumberForCommunication":{"type":["null","string"]},"telefax":{"type":["null","string"]},"vatId":{"type":["null","string"]},"costCenter":{"type":["null","string"]},"description":{"type":["null","string"]},"companyTypeId":{"type":["null","integer"],"format":"int32"},"importExternalId":{"type":["null","string"]},"location":{"$ref":"#/components/schemas/AddressCreateDto"},"responsibility":{"$ref":"#/components/schemas/ResponsibilityCreateDto"}},"additionalProperties":false},"OfficeDetailsReadDto":{"type":"object","properties":{"customerId":{"type":"integer","format":"int32"},"customerName":{"type":["null","string"]},"contacts":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ContactReadDto"}},"id":{"type":"integer","format":"int32"},"companyTypeId":{"$ref":"#/components/schemas/CompanyType"},"companyType":{"type":["null","string"]},"description":{"type":["null","string"]},"email":{"type":["null","string"]},"telephone":{"type":["null","string"]},"telefax":{"type":["null","string"]},"costCenter":{"type":["null","string"]},"vatId":{"type":["null","string"]},"importExternalId":{"type":["null","string"]},"importedAtUtc":{"type":["null","string"],"format":"date-time"},"locations":{"type":["null","array"],"items":{"$ref":"#/components/schemas/LocationReadDto"}},"address":{"$ref":"#/components/schemas/AddressReadDto"},"responsibility":{"$ref":"#/components/schemas/ResponsibilityReadDto"}},"additionalProperties":false},"OfficeReadDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"companyTypeId":{"$ref":"#/components/schemas/CompanyType"},"companyType":{"type":["null","string"]},"description":{"type":["null","string"]},"email":{"type":["null","string"]},"telephone":{"type":["null","string"]},"telefax":{"type":["null","string"]},"costCenter":{"type":["null","string"]},"vatId":{"type":["null","string"]},"importExternalId":{"type":["null","string"]},"importedAtUtc":{"type":["null","string"],"format":"date-time"},"locations":{"type":["null","array"],"items":{"$ref":"#/components/schemas/LocationReadDto"}},"address":{"$ref":"#/components/schemas/AddressReadDto"},"responsibility":{"$ref":"#/components/schemas/ResponsibilityReadDto"}},"additionalProperties":false},"RequestCreateCustomerDto":{"type":"object","properties":{"officeId":{"type":"integer","format":"int32"},"locationId":{"type":"integer","format":"int32"},"contactId":{"type":"integer","format":"int32"}},"additionalProperties":false},"RequestCreateDirectTransmissionRequestDto":{"type":"object","properties":{"contractDurationId":{"type":["null","integer"],"format":"int32"},"contractLimitedUntilUtc":{"type":["null","string"],"format":"date-time"},"contractLimitedFor":{"type":["null","integer"],"format":"int32"},"contractLimitedForPeriodId":{"type":["null","integer"],"format":"int32"},"workingTimeModelId":{"type":["null","integer"],"format":"int32"},"workPlaceId":{"type":["null","integer"],"format":"int32"},"hasWillingnessToStandby":{"type":"boolean"},"hasWillingnessToTravel":{"type":"boolean"},"hasEmployeeLeasingExperience":{"type":"boolean"},"primaryLanguageId":{"type":["null","integer"],"format":"int32"},"primaryLanguageLevelId":{"type":["null","integer"],"format":"int32"},"secondaryLanguageId":{"type":["null","integer"],"format":"int32"},"secondaryLanguageLevelId":{"type":["null","integer"],"format":"int32"},"wageRangeEnd":{"type":["null","number"],"format":"double"},"wagePeriodId":{"type":["null","integer"],"format":"int32"},"bonus":{"type":["null","number"],"format":"double"},"bonusTypeId":{"type":["null","integer"],"format":"int32"},"isCompanyCarProvided":{"type":"boolean"},"companyCarBudget":{"type":["null","number"],"format":"double"},"additionalBenefits":{"type":["null","string"]},"amount":{"type":["null","integer"],"format":"int32"},"workingTitleId":{"type":"integer","format":"int32"},"earliestStartOfActivityUtc":{"type":["null","string"],"format":"date-time"},"workingHours":{"type":["null","number"],"format":"double"},"workingHoursUnitId":{"type":["null","integer"],"format":"int32"},"workingHoursFrom":{"type":["null","integer"],"format":"int32"},"workingHoursTo":{"type":["null","integer"],"format":"int32"},"shiftIds":{"type":["null","array"],"items":{"type":"integer","format":"int32"}},"jobDescription":{"type":["null","string"]},"qualifications":{"type":["null","array"],"items":{"type":"string"}},"driversLicenseIds":{"type":["null","array"],"items":{"type":"integer","format":"int32"}},"notes":{"type":["null","string"]},"keywords":{"type":["null","array"],"items":{"type":"string"}}},"additionalProperties":false},"RequestCreateEmployeeLeasingRequestDto":{"type":"object","properties":{"labourLeasingDuration":{"type":["null","integer"],"format":"int32"},"labourLeasingDurationUnitId":{"type":["null","integer"],"format":"int32"},"hasEmployeeLeasingExperience":{"type":"boolean"},"amount":{"type":["null","integer"],"format":"int32"},"workingTitleId":{"type":"integer","format":"int32"},"earliestStartOfActivityUtc":{"type":["null","string"],"format":"date-time"},"workingHours":{"type":["null","number"],"format":"double"},"workingHoursUnitId":{"type":["null","integer"],"format":"int32"},"workingHoursFrom":{"type":["null","integer"],"format":"int32"},"workingHoursTo":{"type":["null","integer"],"format":"int32"},"shiftIds":{"type":["null","array"],"items":{"type":"integer","format":"int32"}},"jobDescription":{"type":["null","string"]},"qualifications":{"type":["null","array"],"items":{"type":"string"}},"driversLicenseIds":{"type":["null","array"],"items":{"type":"integer","format":"int32"}},"notes":{"type":["null","string"]},"keywords":{"type":["null","array"],"items":{"type":"string"}}},"additionalProperties":false},"RequestCreateServiceContractRequestDto":{"type":"object","properties":{"contractDurationId":{"type":["null","integer"],"format":"int32"},"contractLimitedUntilUtc":{"type":["null","string"],"format":"date-time"},"contractLimitedFor":{"type":["null","integer"],"format":"int32"},"contractLimitedForPeriodId":{"type":["null","integer"],"format":"int32"},"workingTimeModelId":{"type":["null","integer"],"format":"int32"},"workPlaceId":{"type":["null","integer"],"format":"int32"},"hasWillingnessToStandby":{"type":"boolean"},"hasWillingnessToTravel":{"type":"boolean"},"hasEmployeeLeasingExperience":{"type":"boolean"},"primaryLanguageId":{"type":["null","integer"],"format":"int32"},"primaryLanguageLevelId":{"type":["null","integer"],"format":"int32"},"secondaryLanguageId":{"type":["null","integer"],"format":"int32"},"secondaryLanguageLevelId":{"type":["null","integer"],"format":"int32"},"isCompanyCarProvided":{"type":"boolean"},"companyCarBudget":{"type":["null","number"],"format":"double"},"additionalBenefits":{"type":["null","string"]},"labourLeasingDuration":{"type":["null","integer"],"format":"int32"},"labourLeasingDurationUnitId":{"type":["null","integer"],"format":"int32"},"serviceContractDuration":{"type":["null","integer"],"format":"int32"},"serviceContractDurationUnitId":{"type":["null","integer"],"format":"int32"},"serviceContractHourlyWageRemote":{"type":["null","number"],"format":"double"},"serviceContractHourlyWageOnSite":{"type":["null","number"],"format":"double"},"serviceContractWageCurrencyId":{"type":["null","integer"],"format":"int32"},"serviceContractWorkLocationId":{"$ref":"#/components/schemas/WorkLocation"},"amount":{"type":["null","integer"],"format":"int32"},"workingTitleId":{"type":"integer","format":"int32"},"earliestStartOfActivityUtc":{"type":["null","string"],"format":"date-time"},"workingHours":{"type":["null","number"],"format":"double"},"workingHoursUnitId":{"type":["null","integer"],"format":"int32"},"workingHoursFrom":{"type":["null","integer"],"format":"int32"},"workingHoursTo":{"type":["null","integer"],"format":"int32"},"shiftIds":{"type":["null","array"],"items":{"type":"integer","format":"int32"}},"jobDescription":{"type":["null","string"]},"qualifications":{"type":["null","array"],"items":{"type":"string"}},"driversLicenseIds":{"type":["null","array"],"items":{"type":"integer","format":"int32"}},"notes":{"type":["null","string"]},"keywords":{"type":["null","array"],"items":{"type":"string"}}},"additionalProperties":false},"RequestDirectTransmissionCreateDto":{"type":"object","properties":{"request":{"$ref":"#/components/schemas/RequestCreateDirectTransmissionRequestDto"},"responsibility":{"$ref":"#/components/schemas/ResponsibilityCreateDto"},"customer":{"$ref":"#/components/schemas/RequestCreateCustomerDto"},"candidateProfileTemplateConfigurationId":{"type":["null","integer"],"format":"int32"}},"additionalProperties":false},"RequestEmployeeLeasingCreateDto":{"type":"object","properties":{"request":{"$ref":"#/components/schemas/RequestCreateEmployeeLeasingRequestDto"},"responsibility":{"$ref":"#/components/schemas/ResponsibilityCreateDto"},"customer":{"$ref":"#/components/schemas/RequestCreateCustomerDto"},"candidateProfileTemplateConfigurationId":{"type":["null","integer"],"format":"int32"}},"additionalProperties":false},"RequestProcessStatusChangeDto":{"type":"object","properties":{"processStatusId":{"$ref":"#/components/schemas/RequestProcessStatus"}},"additionalProperties":false},"RequestReadDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"jobTitle":{"type":["null","string"]},"customer":{"type":["null","string"]},"customerId":{"type":"integer","format":"int32"},"office":{"type":["null","string"]},"officeId":{"type":["null","integer"],"format":"int32"},"contactId":{"type":["null","integer"],"format":"int32"},"contactFullName":{"type":["null","string"]},"location":{"type":["null","string"]},"locationId":{"type":["null","integer"],"format":"int32"},"workingTitleId":{"type":["null","integer"],"format":"int32"},"workingTitle":{"type":["null","string"]},"responsibleAccountUserId":{"type":"integer","format":"int32"},"responsibleAccountOfficeId":{"type":"integer","format":"int32"},"responsibleAccountUserEmail":{"type":["null","string"]},"amount":{"type":["null","integer"],"format":"int32"},"earliestStartOfActivityUtc":{"type":["null","string"],"format":"date-time"},"labourLeasingDuration":{"type":["null","integer"],"format":"int32"},"labourLeasingDurationUnitId":{"type":["null","integer"],"format":"int32"},"workingHours":{"type":["null","number"],"format":"double"},"workingHoursUnitId":{"type":["null","integer"],"format":"int32"},"workingHoursFrom":{"type":["null","integer"],"format":"int32"},"workingHoursTo":{"type":["null","integer"],"format":"int32"},"jobDescription":{"type":["null","string"]},"contractDurationId":{"type":["null","integer"],"format":"int32"},"contractLimitedFor":{"type":["null","integer"],"format":"int32"},"contractLimitedForPeriodId":{"type":["null","integer"],"format":"int32"},"contractLimitedForPeriod":{"type":["null","string"]},"contractLimitedUntilUtc":{"type":["null","string"],"format":"date-time"},"recruitmentWorkspace":{"type":["null","string"]},"hasWillingnessToStandby":{"type":["null","boolean"]},"hasWillingnessToTravel":{"type":["null","boolean"]},"wageCurrencyId":{"type":["null","integer"],"format":"int32"},"wageCurrency":{"type":["null","string"]},"wagePeriodId":{"type":["null","integer"],"format":"int32"},"wageRangeEnd":{"type":["null","number"],"format":"double"},"wageRangeStart":{"type":["null","number"],"format":"double"},"wageTypeId":{"type":["null","integer"],"format":"int32"},"bonus":{"type":["null","number"],"format":"double"},"bonusTypeId":{"type":["null","integer"],"format":"int32"},"bonusType":{"type":["null","string"]},"isCompanyCarProvided":{"type":["null","boolean"]},"companyCarBudget":{"type":["null","number"],"format":"double"},"additionalBenefits":{"type":["null","string"]},"notes":{"type":["null","string"]},"matchingFilterId":{"type":["null","integer"],"format":"int32"},"requestedAtUtc":{"type":"string","format":"date-time"},"workingTimeModelId":{"type":["null","integer"],"format":"int32"},"workingTimeModel":{"type":["null","string"]},"workPlaceId":{"type":["null","integer"],"format":"int32"},"workPlace":{"type":["null","string"]},"hasEmployeeLeasingExperience":{"type":["null","boolean"]},"shifts":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ShiftsDto"}},"driversLicenses":{"type":["null","array"],"items":{"$ref":"#/components/schemas/Dtos.EnumValueDto"}},"qualifications":{"type":["null","array"],"items":{"type":"string"}},"keywords":{"type":["null","array"],"items":{"type":"string"}},"suggestedCandidates":{"type":["null","array"],"items":{"$ref":"#/components/schemas/SuggestedCandidateDto"}},"placementTypeId":{"$ref":"#/components/schemas/Shared.PlacementType"},"labourLeasingDurationUnit":{"type":["null","string"]},"workingHoursUnit":{"type":["null","string"]},"contractDuration":{"type":["null","string"]},"wagePeriod":{"type":["null","string"]},"placementType":{"type":["null","string"]},"candidateProfileTemplateConfigurationId":{"type":["null","integer"],"format":"int32"},"serviceContractWageCurrencyId":{"type":["null","integer"],"format":"int32"},"serviceContractWageCurrency":{"type":["null","string"]},"serviceContractWorkLocationId":{"$ref":"#/components/schemas/WorkLocation"},"serviceContractWorkLocation":{"type":["null","string"]},"serviceContractHourlyWageRemote":{"type":["null","number"],"format":"double"},"serviceContractHourlyWageOnSite":{"type":["null","number"],"format":"double"},"serviceContractDuration":{"type":["null","integer"],"format":"int32"},"serviceContractDurationUnitId":{"type":["null","integer"],"format":"int32"},"serviceContractDurationUnit":{"type":["null","string"]},"customerReference":{"type":["null","string"]},"proposalDeadlineUtc":{"type":["null","string"],"format":"date-time"},"processStatusReason":{"type":["null","string"]},"homeOfficePortionInPercent":{"type":["null","number"],"format":"double"},"fieldServicePortionInPercent":{"type":["null","number"],"format":"double"},"processStatusId":{"$ref":"#/components/schemas/RequestProcessStatus"},"contractSignedAtUtc":{"type":["null","string"],"format":"date-time"},"name":{"type":["null","string"]}},"additionalProperties":false},"RequestServiceContractCreateDto":{"type":"object","properties":{"request":{"$ref":"#/components/schemas/RequestCreateServiceContractRequestDto"},"responsibility":{"$ref":"#/components/schemas/ResponsibilityCreateDto"},"customer":{"$ref":"#/components/schemas/RequestCreateCustomerDto"},"candidateProfileTemplateConfigurationId":{"type":["null","integer"],"format":"int32"}},"additionalProperties":false},"ResponsibilityCreateDto":{"type":"object","properties":{"userId":{"type":"integer","format":"int32"},"officeId":{"type":"integer","format":"int32"}},"additionalProperties":false},"ResponsibilityReadDto":{"type":"object","properties":{"userId":{"type":"integer","format":"int32"},"userFirstName":{"type":["null","string"]},"userLastName":{"type":["null","string"]},"officeId":{"type":"integer","format":"int32"},"officeName":{"type":["null","string"]},"userEmail":{"type":["null","string"]}},"additionalProperties":false},"CustomerReportPerfomanceReadResponse":{"type":"object","properties":{"projectData":{"type":["null","array"],"items":{"$ref":"#/components/schemas/CustomerReportPerfomanceReadDto"}}},"additionalProperties":false},"JobAdStatisticsReadResponse":{"type":"object","properties":{"day":{"type":"string","format":"date"},"jobAdId":{"type":"integer","format":"int32"},"workingTitle":{"type":["null","string"]},"dkzId":{"type":["null","string"]},"channel":{"type":["null","string"]},"costs":{"type":"number","format":"double"},"clicks":{"type":"integer","format":"int32"},"applies":{"type":"integer","format":"int32"},"applyStarts":{"type":"integer","format":"int32"}},"additionalProperties":false},"ReadAllJobAdsResponse":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"status":{"type":["null","string"]},"createdAtUtc":{"type":"string","format":"date-time"},"modifiedAtUtc":{"type":"string","format":"date-time"}},"additionalProperties":false},"JobDescription":{"type":"object","properties":{"title":{"type":["null","string"]},"description":{"type":["null","string"]},"descriptionRendered":{"type":["null","string"]}},"additionalProperties":false},"ReadJobAdByIdResponse":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"jobAdType":{"type":["null","string"]},"jobTitle":{"type":["null","string"]},"workingTitle":{"type":["null","string"]},"contractType":{"type":["null","string"]},"jobAdEmploymentType":{"type":["null","string"]},"hoursPerWeek":{"type":["null","integer"],"format":"int32"},"contractDuration":{"type":["null","string"]},"internalReference":{"type":["null","string"]},"language":{"type":["null","string"]},"numberOfVacancies":{"type":["null","integer"],"format":"int32"},"fieldOfActivity":{"type":["null","string"]},"industry":{"type":["null","string"]},"applicationPeriodFrom":{"type":["null","string"],"format":"date-time"},"applicationPeriodTo":{"type":["null","string"],"format":"date-time"},"jobLocationStreet":{"type":["null","string"]},"jobLocationZipCode":{"type":["null","string"]},"jobLocationCity":{"type":["null","string"]},"jobLocationRegion":{"type":["null","string"]},"jobLocationCountry":{"type":["null","string"]},"jobLocationGeoLon":{"type":["null","number"],"format":"double"},"jobLocationGeoLat":{"type":["null","number"],"format":"double"},"salaryType":{"type":["null","string"]},"salaryRangeStart":{"type":["null","number"],"format":"double"},"salaryRangeEnd":{"type":["null","number"],"format":"double"},"salaryPeriod":{"type":["null","string"]},"salaryCurrency":{"type":["null","string"]},"homepageCategories":{"type":["null","array"],"items":{"type":"string"}},"keywords":{"type":["null","array"],"items":{"type":"string"}},"isInHomepageChannel":{"type":"boolean"},"isInBAChannel":{"type":"boolean"},"isInOrganicChannel":{"type":"boolean"},"isInPerformanceChannel":{"type":"boolean"},"isInPremiumChannel":{"type":"boolean"},"responsibleOffice":{"type":["null","string"]},"responsibleRecruiter":{"type":["null","string"]},"jobDescriptions":{"type":["null","array"],"items":{"$ref":"#/components/schemas/JobDescription"}},"publishedAtUtc":{"type":["null","string"],"format":"date-time"},"createdAtUtc":{"type":"string","format":"date-time"},"modifiedAtUtc":{"type":"string","format":"date-time"},"status":{"type":["null","string"]},"createdByFullName":{"type":["null","string"]}},"additionalProperties":false},"ReadOrganicStatisticsResponse":{"type":"object","properties":{"jobAdId":{"type":"string","format":"uuid"},"date":{"type":["null","string"]},"dateUtc":{"type":"string","format":"date-time"},"channel":{"type":["null","string"]},"clicks":{"type":"integer","format":"int32"},"applies":{"type":"integer","format":"int32"}},"additionalProperties":false},"ReadPerformanceStatisticsResponse":{"type":"object","properties":{"jobAdId":{"type":"string","format":"uuid"},"date":{"type":["null","string"]},"dateUtc":{"type":"string","format":"date-time"},"channel":{"type":["null","string"]},"clicks":{"type":"integer","format":"int32"},"cost":{"type":"number","format":"double"},"applies":{"type":"integer","format":"int32"}},"additionalProperties":false},"BaseChangesResponse<CustomerChangesDto>":{"type":"object","properties":{"new":{"type":["null","array"],"items":{"$ref":"#/components/schemas/CustomerChangesDto"}},"modified":{"type":["null","array"],"items":{"$ref":"#/components/schemas/CustomerChangesDto"}},"deleted":{"type":["null","array"],"items":{"$ref":"#/components/schemas/CustomerChangesDto"}}},"additionalProperties":false},"BaseCreateResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int32"}},"additionalProperties":false},"CountriesResponse":{"type":"object","properties":{"countries":{"type":["null","array"],"items":{"$ref":"#/components/schemas/IdCodeDto"}}},"additionalProperties":false},"EnumValuesResponse":{"type":"object","properties":{"values":{"type":["null","array"],"items":{"$ref":"#/components/schemas/MasterData.EnumValueDto"}}},"additionalProperties":false},"FederalStatesResponse":{"type":"object","properties":{"federalStates":{"type":["null","array"],"items":{"$ref":"#/components/schemas/IdNameDto"}}},"additionalProperties":false},"LanguagesResponse":{"type":"object","properties":{"languages":{"type":["null","array"],"items":{"$ref":"#/components/schemas/IdCodeDto"}}},"additionalProperties":false},"UserResponsibilitiesResponse":{"type":"object","properties":{"users":{"type":["null","array"],"items":{"$ref":"#/components/schemas/UserResponsibilityDto"}}},"additionalProperties":false},"ReadAllOfficesResponse":{"type":"object","properties":{"officeId":{"type":"integer","format":"int32"},"officeGuid":{"type":"string","format":"uuid"},"zvooveId":{"type":["null","string"]},"name":{"type":["null","string"]},"description":{"type":["null","string"]},"addressLine1":{"type":["null","string"]},"addressLine2":{"type":["null","string"]},"street":{"type":["null","string"]},"streetNumber":{"type":["null","string"]},"zipCode":{"type":["null","string"]},"city":{"type":["null","string"]},"region":{"type":["null","string"]},"federalState":{"type":["null","string"]},"country":{"type":["null","string"]},"phoneNumber":{"type":["null","string"]},"faxNumber":{"type":["null","string"]},"email":{"type":["null","string"]},"costCenter":{"type":["null","string"]},"latitude":{"type":["null","number"],"format":"double"},"longitude":{"type":["null","number"],"format":"double"}},"additionalProperties":false},"ReadAllUsers2Dto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"rowGuid":{"type":"string","format":"uuid"},"firstName":{"type":["null","string"]},"lastName":{"type":["null","string"]},"userFullName":{"type":["null","string"]},"userSince":{"type":["null","string"]},"licenceStatus":{"type":["null","string"]}},"additionalProperties":false},"ReadAllUsers2Response":{"type":"object","properties":{"users":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ReadAllUsers2Dto"}}},"additionalProperties":false},"ReadAllUsersResponse":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"identifier":{"type":"integer","format":"int32"},"firstName":{"type":["null","string"]},"lastName":{"type":["null","string"]},"userFullName":{"type":["null","string"]},"userSince":{"type":["null","string"]},"licenceStatus":{"type":["null","string"]},"email":{"type":["null","string"]}},"additionalProperties":false},"ReadUserByIdAssignedOfficeDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":["null","string"]}},"additionalProperties":false},"ReadUserByIdLicenceDto":{"type":"object","properties":{"licenceId":{"type":"integer","format":"int32"},"licence":{"type":["null","string"]},"status":{"type":["null","string"]},"sinceDate":{"type":["null","string"]},"cancelationDate":{"type":["null","string"]}},"additionalProperties":false},"ReadUserByIdResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"rowGuid":{"type":"string","format":"uuid"},"firstName":{"type":["null","string"]},"lastName":{"type":["null","string"]},"userFullName":{"type":["null","string"]},"userZvooveId":{"type":["null","string"]},"userSince":{"type":["null","string"]},"licences":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ReadUserByIdLicenceDto"}},"assignedOffices":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ReadUserByIdAssignedOfficeDto"}}},"additionalProperties":false},"CustomerChangesDto":{"type":"object","properties":{"customerId":{"type":"integer","format":"int32"},"name":{"type":["null","string"]},"createdAtUtc":{"type":"string","format":"date-time"},"modifiedAtUtc":{"type":"string","format":"date-time"}},"additionalProperties":false},"CustomerReportPerfomanceReadDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"status":{"type":["null","string"]},"userName":{"type":["null","string"]},"title":{"type":["null","string"]},"customerName":{"type":["null","string"]},"customerReference":{"type":["null","string"]},"corporationName":{"type":["null","string"]},"office":{"type":["null","string"]},"jobAds":{"type":"integer","format":"int32"},"requestedPositions":{"type":"integer","format":"int32"},"profiles":{"type":"integer","format":"int32"},"projectStart":{"type":["null","string"]},"requestedFrom":{"type":["null","string"]},"plannedTo":{"type":["null","string"]},"locationZipcode":{"type":["null","string"]},"location":{"type":["null","string"]},"contactName":{"type":["null","string"]}},"additionalProperties":false},"SuggestedCandidateDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"firstName":{"type":["null","string"]},"lastName":{"type":["null","string"]},"processStatusId":{"$ref":"#/components/schemas/RequestCandidateStatus"},"processStatus":{"type":["null","string"]},"processStatusChangedAtUtc":{"type":"string","format":"date-time"},"sourceId":{"$ref":"#/components/schemas/Source"},"source":{"type":["null","string"]},"sentAtUtc":{"type":["null","string"],"format":"date-time"}},"additionalProperties":false},"IdNameDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":["null","string"]}},"additionalProperties":false},"MasterData.EnumValueDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"value":{"type":["null","string"]}},"additionalProperties":false},"IdCodeDto":{"type":"object","properties":{"code":{"type":["null","string"]},"id":{"type":"integer","format":"int32"},"name":{"type":["null","string"]}},"additionalProperties":false},"UserResponsibilityDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"rowGuid":{"type":"string","format":"uuid"},"firstName":{"type":["null","string"]},"lastName":{"type":["null","string"]},"userFullName":{"type":["null","string"]},"assignedOffices":{"type":["null","array"],"items":{"$ref":"#/components/schemas/IdNameDto"}}},"additionalProperties":false},"CommunicationKind":{"enum":["InternalNote","PhoneCall"],"type":"string"},"CommunicationStatus":{"enum":["Reached","FirstContact","InterviewArrange","InterviewCancelled","InterviewChanged","NoStatus","NotReached","PhoneInterviewArranged"],"type":"string"},"CustomerRanking":{"enum":["A","B","C","D"],"type":"string"},"EnumGroup":{"enum":["Salutations","CompanyTypes","SourceOfSupplies"],"type":"string"},"MessageStatus":{"enum":["Received","Sent"],"type":"string"},"Tenants.PlacementType":{"enum":["DirectTransmission","EmployeeLeasing"],"type":"string"},"RequestProcessStatus":{"enum":["New","Editing","Offers","Discarded","Completed"],"type":"string"},"StatusValues.CustomerStatus":{"enum":["Active","Prospect","Former"],"type":"string"},"ApplicationDto":{"type":"object","properties":{"jobId":{"type":"integer","format":"int32"},"externalJobId":{"type":["null","string"]},"externalOfferUrl":{"type":["null","string"]},"externalApplicationUrl":{"type":["null","string"]},"jobTitle":{"type":["null","string"]},"jobLocation":{"type":["null","string"]},"officeId":{"type":"integer","format":"int32"},"officeDescription":{"type":["null","string"]},"costCenter":{"type":["null","string"]},"recruiterFullName":{"type":["null","string"]},"recruiterEmail":{"type":["null","string"]},"channelId":{"type":"integer","format":"int32"},"channelName":{"type":["null","string"]},"createdAtUtc":{"type":"string","format":"date-time"}},"additionalProperties":false},"Export.AvailabilityDto":{"type":"object","properties":{"isCurrentlyEmployed":{"type":["null","boolean"]},"isImmediatelyAvailable":{"type":["null","boolean"]},"availableFromUtc":{"type":["null","string"],"format":"date-time"},"noticePeriodId":{"type":["null","integer"],"format":"int32"},"noticePeriodValue":{"type":["null","string"]}},"additionalProperties":false},"Export.BirthDto":{"type":"object","properties":{"name":{"type":["null","string"]},"day":{"type":["null","integer"],"format":"int32"},"month":{"type":["null","integer"],"format":"int32"},"year":{"type":["null","integer"],"format":"int32"},"countryId":{"type":["null","integer"],"format":"int32"},"countryOfBrith":{"type":["null","string"]},"countryOfBirth":{"type":["null","string"]},"cityOfBirth":{"type":["null","string"]}},"additionalProperties":false},"CandidateChangesDetailsDto":{"type":"object","properties":{"candidateId":{"type":"integer","format":"int32"},"firstName":{"type":["null","string"]},"lastName":{"type":["null","string"]},"createdAtUtc":{"type":"string","format":"date-time"},"modifiedAtUtc":{"type":"string","format":"date-time"},"questionnaireStarted":{"type":["null","string"],"format":"date-time"},"isQuestionnaireCompleted":{"type":"boolean"}},"additionalProperties":false},"CandidateChangesDto":{"type":"object","properties":{"new":{"type":["null","array"],"items":{"$ref":"#/components/schemas/CandidateChangesDetailsDto"}},"modified":{"type":["null","array"],"items":{"$ref":"#/components/schemas/CandidateChangesDetailsDto"}},"deleted":{"type":["null","array"],"items":{"$ref":"#/components/schemas/CandidateChangesDetailsDto"}}},"additionalProperties":false},"CandidateDetailsDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"createdAtUtc":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/Status"},"salutation":{"type":["null","string"]},"title":{"type":["null","string"]},"firstName":{"type":["null","string"]},"lastName":{"type":["null","string"]},"fullName":{"type":["null","string"]},"age":{"type":["null","string"]},"contact":{"$ref":"#/components/schemas/Export.ContactDto"},"location":{"$ref":"#/components/schemas/Export.LocationDto"},"birth":{"$ref":"#/components/schemas/Export.BirthDto"},"gender":{"$ref":"#/components/schemas/GenderDto"},"availability":{"$ref":"#/components/schemas/Export.AvailabilityDto"},"disability":{"$ref":"#/components/schemas/Export.DisabilityDto"},"mobility":{"$ref":"#/components/schemas/Export.MobilityDto"},"shifts":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ShiftsDto"}},"workingPreferences":{"$ref":"#/components/schemas/Export.WorkingpreferencesDto"},"salaryExpectations":{"$ref":"#/components/schemas/Export.SalaryexpectationsDto"},"languages":{"type":["null","array"],"items":{"$ref":"#/components/schemas/LanguagesDto"}},"driversLicenses":{"type":["null","array"],"items":{"$ref":"#/components/schemas/DriverslicensesDto"}},"education":{"type":["null","array"],"items":{"$ref":"#/components/schemas/EducationDto"}},"resume":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ResumeDto"}},"schoolEducations":{"type":["null","array"],"items":{"$ref":"#/components/schemas/SchoolEducationDto"}},"professionEducations":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ProfessionEducationDto"}},"industryKnowledge":{"type":["null","array"],"items":{"type":"string"}},"keywords":{"type":["null","array"],"items":{"type":"string"}},"professions":{"type":["null","array"],"items":{"type":"string"}},"qualifications":{"type":["null","array"],"items":{"type":"string"}},"qualificationsWithScore":{"type":["null","array"],"items":{"$ref":"#/components/schemas/QualificationsDto"}},"profileImage":{"type":["null","string"]},"privacyPolicy":{"$ref":"#/components/schemas/Export.PrivacypolicyDto"},"responsibility":{"$ref":"#/components/schemas/Export.ResponsibilityDto"},"candidateStatus":{"$ref":"#/components/schemas/Export.CandidatestatusDto"},"applications":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ApplicationDto"}}},"additionalProperties":false},"CandidateDocumentDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"candidateId":{"type":"integer","format":"int32"},"originalFileName":{"type":["null","string"]},"createdAtUtc":{"type":"string","format":"date-time"},"modifiedAtUtc":{"type":"string","format":"date-time"},"documentCategory":{"$ref":"#/components/schemas/DocumentCategoryDto"},"documentBlob":{"type":["null","string"]}},"additionalProperties":false},"CandidateDocumentListDetailsDto":{"type":"object","properties":{"candidateId":{"type":"integer","format":"int32"},"documentId":{"type":"integer","format":"int32"},"documentCategory":{"type":["null","string"]},"createdAtUtc":{"type":"string","format":"date-time"},"modifiedAtUtc":{"type":"string","format":"date-time"}},"additionalProperties":false},"CandidateDocumentListDto":{"type":"object","properties":{"candidateDocuments":{"type":["null","array"],"items":{"$ref":"#/components/schemas/CandidateDocumentListDetailsDto"}}},"additionalProperties":false},"Export.CandidatestatusDto":{"type":"object","properties":{"statusId":{"$ref":"#/components/schemas/CandidateProcessStatus"},"value":{"type":["null","string"]},"message":{"type":["null","string"]}},"additionalProperties":false},"Export.ContactDto":{"type":"object","properties":{"email":{"type":["null","string"]},"isEmailVeryfied":{"type":"boolean"},"phoneNumber":{"type":["null","string"]},"availability":{"type":["null","string"]},"additionalEmailAddresses":{"type":["null","array"],"items":{"$ref":"#/components/schemas/Export.ContactInfoDto"}}},"additionalProperties":false},"Export.ContactInfoDto":{"type":"object","properties":{"typeId":{"$ref":"#/components/schemas/ContactInfoType"},"type":{"type":["null","string"]},"value":{"type":["null","string"]}},"additionalProperties":false},"Export.DisabilityDto":{"type":"object","properties":{"id":{"type":["null","integer"],"format":"int32"},"name":{"type":["null","string"]},"handyCapValue":{"type":["null","string"]},"handyCappedSince":{"type":["null","string"],"format":"date-time"},"isHandycapped":{"type":["null","boolean"]}},"additionalProperties":false},"DocumentCategoryDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":["null","string"]}},"additionalProperties":false},"DocumentChangesDetailsDto":{"type":"object","properties":{"documentId":{"type":"integer","format":"int32"},"candidateId":{"type":"integer","format":"int32"},"originalFileName":{"type":["null","string"]},"fileName":{"type":["null","string"]},"createdAtUtc":{"type":"string","format":"date-time"},"modifiedAtUtc":{"type":"string","format":"date-time"}},"additionalProperties":false},"DocumentChangesDto":{"type":"object","properties":{"new":{"type":["null","array"],"items":{"$ref":"#/components/schemas/DocumentChangesDetailsDto"}},"modified":{"type":["null","array"],"items":{"$ref":"#/components/schemas/DocumentChangesDetailsDto"}},"deleted":{"type":["null","array"],"items":{"$ref":"#/components/schemas/DocumentChangesDetailsDto"}}},"additionalProperties":false},"DriverslicensesDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":["null","string"]}},"additionalProperties":false},"EducationDto":{"type":"object","properties":{"startDateMonth":{"type":["null","string"]},"startDateYear":{"type":["null","string"]},"endDateMonth":{"type":["null","string"]},"endDateYear":{"type":["null","string"]},"endCurrent":{"type":"boolean"},"degree":{"type":["null","string"]},"unmappedDegree":{"type":["null","string"]},"field":{"type":["null","string"]},"school":{"type":["null","string"]},"city":{"type":["null","string"]},"country":{"type":["null","string"]},"description":{"type":["null","string"]}},"additionalProperties":false},"GenderDto":{"type":"object","properties":{"id":{"type":["null","integer"],"format":"int32"},"name":{"type":["null","string"]}},"additionalProperties":false},"LanguagesDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"languageName":{"type":["null","string"]},"levelId":{"type":"integer","format":"int32"},"levelName":{"type":["null","string"]}},"additionalProperties":false},"Export.LocationDto":{"type":"object","properties":{"additionalAddressInformation":{"type":["null","string"]},"street":{"type":["null","string"]},"streetNumber":{"type":["null","string"]},"zipCode":{"type":["null","string"]},"city":{"type":["null","string"]},"federalState":{"type":["null","string"]},"country":{"type":["null","string"]},"geoLon":{"type":["null","number"],"format":"double"},"geoLat":{"type":["null","number"],"format":"double"},"countryCode":{"type":["null","string"]},"countryId":{"type":"integer","format":"int32"}},"additionalProperties":false},"Export.MobilityDto":{"type":"object","properties":{"hasOwnCar":{"type":["null","boolean"]},"hasDriverLicense":{"type":["null","boolean"]},"traveling":{"type":["null","boolean"]}},"additionalProperties":false},"OfficeDto":{"type":"object","properties":{"id":{"type":["null","integer"],"format":"int32"},"name":{"type":["null","string"]}},"additionalProperties":false},"Export.PrivacypolicyDto":{"type":"object","properties":{"isAccepted":{"type":"boolean"},"valIdUntilUtc":{"type":["null","string"],"format":"date-time"}},"additionalProperties":false},"ProfessionEducationDto":{"type":"object","properties":{"title":{"type":["null","string"]},"company":{"type":["null","string"]},"city":{"type":["null","string"]},"country":{"type":["null","string"]},"countryId":{"type":["null","integer"],"format":"int32"},"description":{"type":["null","string"]},"startDateMonth":{"type":["null","string"]},"startDateYear":{"type":["null","string"]},"endDateMonth":{"type":["null","string"]},"endDateYear":{"type":["null","string"]},"endCurrent":{"type":["null","boolean"]}},"additionalProperties":false},"QualificationsDto":{"type":"object","properties":{"qualification":{"type":["null","string"]},"score":{"type":["null","integer"],"format":"int32"}},"additionalProperties":false},"RecruiterDto":{"type":"object","properties":{"id":{"type":["null","integer"],"format":"int32"},"fullName":{"type":["null","string"]}},"additionalProperties":false},"Export.ResponsibilityDto":{"type":"object","properties":{"office":{"$ref":"#/components/schemas/OfficeDto"},"recruiter":{"$ref":"#/components/schemas/RecruiterDto"}},"additionalProperties":false},"ResumeDto":{"type":"object","properties":{"startDateMonth":{"type":["null","string"]},"startDateYear":{"type":["null","string"]},"endDateMonth":{"type":["null","string"]},"endDateYear":{"type":["null","string"]},"endCurrent":{"type":"boolean"},"title":{"type":["null","string"]},"company":{"type":["null","string"]},"city":{"type":["null","string"]},"country":{"type":["null","string"]},"description":{"type":["null","string"]},"hasManagementExperience":{"type":"boolean"},"hasProjectExperience":{"type":"boolean"}},"additionalProperties":false},"Export.SalaryexpectationsDto":{"type":"object","properties":{"type":{"type":["null","string"]},"rangeStart":{"type":["null","string"]},"rangeEnd":{"type":["null","string"]},"period":{"type":["null","string"]},"currency":{"type":["null","string"]},"benefits":{"type":["null","string"]}},"additionalProperties":false},"SchoolEducationDto":{"type":"object","properties":{"title":{"type":["null","string"]},"organization":{"type":["null","string"]},"city":{"type":["null","string"]},"country":{"type":["null","string"]},"countryId":{"type":["null","integer"],"format":"int32"},"description":{"type":["null","string"]},"startDateMonth":{"type":["null","string"]},"startDateYear":{"type":["null","string"]},"endDateMonth":{"type":["null","string"]},"endDateYear":{"type":["null","string"]},"endCurrent":{"type":["null","boolean"]}},"additionalProperties":false},"ShiftsDto":{"type":"object","properties":{"id":{"type":["null","integer"],"format":"int32"},"name":{"type":["null","string"]}},"additionalProperties":false},"Export.WorkingpreferencesDto":{"type":"object","properties":{"isShiftWorkPossible":{"type":["null","boolean"]},"isPublicHolIdayWorkPossible":{"type":["null","boolean"]},"isWeekendWorkPossible":{"type":["null","boolean"]},"workingHoursFrom":{"type":"integer","format":"int32"},"workingHoursTo":{"type":"integer","format":"int32"}},"additionalProperties":false},"JobAdChangesDetailsDto":{"type":"object","properties":{"jobAdId":{"type":"integer","format":"int32"},"title":{"type":["null","string"]},"processStatus":{"type":["null","string"]},"createdAtUtc":{"type":"string","format":"date-time"},"modifiedAtUtc":{"type":"string","format":"date-time"}},"additionalProperties":false},"JobAdChangesDto":{"type":"object","properties":{"new":{"type":["null","array"],"items":{"$ref":"#/components/schemas/JobAdChangesDetailsDto"}},"modified":{"type":["null","array"],"items":{"$ref":"#/components/schemas/JobAdChangesDetailsDto"}},"deleted":{"type":["null","array"],"items":{"$ref":"#/components/schemas/JobAdChangesDetailsDto"}}},"additionalProperties":false},"Dtos.EnumValueDto":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"groupId":{"type":"integer","format":"int32"},"value":{"type":["null","string"]},"displayValue":{"type":["null","string"]}},"additionalProperties":false},"OperationType":{"enum":["0","1","2"],"type":"integer","format":"int32"},"PutPatchDocumentLayer":{"type":"object","properties":{"id":{"type":["null","integer"],"format":"int32"},"propertyName":{"type":["null","string"]},"operations":{"type":["null","array"],"items":{"$ref":"#/components/schemas/PutPatchOperation"}},"layers":{"type":["null","array"],"items":{"$ref":"#/components/schemas/PutPatchDocumentLayer"}}},"additionalProperties":false},"PutPatchDocument<CandidateWorkContractChangeDto>":{"type":"object","properties":{"id":{"type":["null","integer"],"format":"int32"},"propertyName":{"type":["null","string"]},"operations":{"type":["null","array"],"items":{"$ref":"#/components/schemas/PutPatchOperation"}},"layers":{"type":["null","array"],"items":{"$ref":"#/components/schemas/PutPatchDocumentLayer"}}},"additionalProperties":false},"PutPatchDocument<ContactChangeDto>":{"type":"object","properties":{"id":{"type":["null","integer"],"format":"int32"},"propertyName":{"type":["null","string"]},"operations":{"type":["null","array"],"items":{"$ref":"#/components/schemas/PutPatchOperation"}},"layers":{"type":["null","array"],"items":{"$ref":"#/components/schemas/PutPatchDocumentLayer"}}},"additionalProperties":false},"PutPatchDocument<CustomerChangeDto>":{"type":"object","properties":{"id":{"type":["null","integer"],"format":"int32"},"propertyName":{"type":["null","string"]},"operations":{"type":["null","array"],"items":{"$ref":"#/components/schemas/PutPatchOperation"}},"layers":{"type":["null","array"],"items":{"$ref":"#/components/schemas/PutPatchDocumentLayer"}}},"additionalProperties":false},"PutPatchDocument<OfficeChangeDto>":{"type":"object","properties":{"id":{"type":["null","integer"],"format":"int32"},"propertyName":{"type":["null","string"]},"operations":{"type":["null","array"],"items":{"$ref":"#/components/schemas/PutPatchOperation"}},"layers":{"type":["null","array"],"items":{"$ref":"#/components/schemas/PutPatchDocumentLayer"}}},"additionalProperties":false},"PutPatchOperation":{"type":"object","properties":{"propertyName":{"type":["null","string"]},"type":{"$ref":"#/components/schemas/OperationType"},"value":{"type":"string"}},"additionalProperties":false},"ErrorResponse":{"type":"object","properties":{"messageGuid":{"type":["null","string"],"format":"uuid"},"message":{"type":["null","string"]},"validationErrors":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ValidationError"}}},"additionalProperties":false},"ResponseData<IEnumerable<ReadAllCandidatesResponse>>":{"type":"object","properties":{"isFaulty":{"type":"boolean"},"data":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ReadAllCandidatesResponse"}},"message":{"type":["null","string"]},"validationErrors":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ValidationError"}},"serviceAlerts":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ServiceAlertDto"}},"statusCode":{"type":"integer","format":"int32"},"messageGuid":{"type":["null","string"],"format":"uuid"}},"additionalProperties":false},"ResponseData<IEnumerable<ReadContactHistoryResponse>>":{"type":"object","properties":{"isFaulty":{"type":"boolean"},"data":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ReadContactHistoryResponse"}},"message":{"type":["null","string"]},"validationErrors":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ValidationError"}},"serviceAlerts":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ServiceAlertDto"}},"statusCode":{"type":"integer","format":"int32"},"messageGuid":{"type":["null","string"],"format":"uuid"}},"additionalProperties":false},"ResponseData<IEnumerable<ReadStatusHistoryResponse>>":{"type":"object","properties":{"isFaulty":{"type":"boolean"},"data":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ReadStatusHistoryResponse"}},"message":{"type":["null","string"]},"validationErrors":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ValidationError"}},"serviceAlerts":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ServiceAlertDto"}},"statusCode":{"type":"integer","format":"int32"},"messageGuid":{"type":["null","string"],"format":"uuid"}},"additionalProperties":false},"ResponseData<IEnumerable<ReadOrganicStatisticsResponse>>":{"type":"object","properties":{"isFaulty":{"type":"boolean"},"data":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ReadOrganicStatisticsResponse"}},"message":{"type":["null","string"]},"validationErrors":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ValidationError"}},"serviceAlerts":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ServiceAlertDto"}},"statusCode":{"type":"integer","format":"int32"},"messageGuid":{"type":["null","string"],"format":"uuid"}},"additionalProperties":false},"ResponseData<IEnumerable<ReadPerformanceStatisticsResponse>>":{"type":"object","properties":{"isFaulty":{"type":"boolean"},"data":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ReadPerformanceStatisticsResponse"}},"message":{"type":["null","string"]},"validationErrors":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ValidationError"}},"serviceAlerts":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ServiceAlertDto"}},"statusCode":{"type":"integer","format":"int32"},"messageGuid":{"type":["null","string"],"format":"uuid"}},"additionalProperties":false},"ResponseData<IEnumerable<ReadAllUsersResponse>>":{"type":"object","properties":{"isFaulty":{"type":"boolean"},"data":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ReadAllUsersResponse"}},"message":{"type":["null","string"]},"validationErrors":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ValidationError"}},"serviceAlerts":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ServiceAlertDto"}},"statusCode":{"type":"integer","format":"int32"},"messageGuid":{"type":["null","string"],"format":"uuid"}},"additionalProperties":false},"ResponseData<ReadCandidateByIdResponse>":{"type":"object","properties":{"isFaulty":{"type":"boolean"},"data":{"$ref":"#/components/schemas/ReadCandidateByIdResponse"},"message":{"type":["null","string"]},"validationErrors":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ValidationError"}},"serviceAlerts":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ServiceAlertDto"}},"statusCode":{"type":"integer","format":"int32"},"messageGuid":{"type":["null","string"],"format":"uuid"}},"additionalProperties":false},"ResponseData<RequestReadDto>":{"type":"object","properties":{"isFaulty":{"type":"boolean"},"data":{"$ref":"#/components/schemas/RequestReadDto"},"message":{"type":["null","string"]},"validationErrors":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ValidationError"}},"serviceAlerts":{"type":["null","array"],"items":{"$ref":"#/components/schemas/ServiceAlertDto"}},"statusCode":{"type":"integer","format":"int32"},"messageGuid":{"type":["null","string"],"format":"uuid"}},"additionalProperties":false},"ServiceAlertAudience":{"enum":["0","1","2","4"],"type":"integer","format":"int32"},"ServiceAlertDto":{"type":"object","properties":{"accountId":{"type":"integer","format":"int32"},"accountName":{"type":["null","string"]},"timestampUtc":{"type":"string","format":"date-time"},"message":{"type":["null","string"]},"priority":{"type":"integer","format":"int32"},"description":{"type":["null","string"]},"tag":{"type":["null","string"]},"entityId":{"type":["null","integer"],"format":"int32"},"audience":{"$ref":"#/components/schemas/ServiceAlertAudience"}},"additionalProperties":false},"ValidationError":{"type":"object","properties":{"propertyName":{"type":["null","string"]},"propertyNameFrom":{"type":["null","string"]},"propertyNameTo":{"type":["null","string"]},"errorType":{"type":["null","string"]},"methodType":{"type":["null","string"]},"value":{"type":"string"}},"additionalProperties":false},"CandidateProcessStatus":{"enum":["0","2000","2001","2002","2003","2004","2005"],"type":"integer","format":"int32"},"FileKind":{"enum":["65","66","67","68","69","722","786","1240","1293","1422"],"type":"integer","format":"int32"},"CompanyType":{"enum":["114","115","116","117","118","119","120","121","122","123","124","125","126","127","128","129","130","131","1315","1316","1317","1318","1319","1321","1322","1371","1372","1413"],"type":"integer","format":"int32"},"AccountCustomers.CustomerStatus":{"enum":["5000","5001","5002","5003"],"type":"integer","format":"int32"},"RequestCandidateStatus":{"enum":["5040","5041","5042","5043","5044","5045","5046","5047","5048","5049","5050","5051","5150","5151","5152","5153","5154","5155","5156","5157","5158","5159","5160","5161","5162","5163","5164","5165","5166","5167","5168","5169","5170","5171","5172","5173","5174","5175","5176","5177","5178","5180","5181","5182","5183","5184","5185","5186","5187","5188","5189","5190","5191","5192"],"type":"integer","format":"int32"},"Source":{"enum":["1064","1065","1066","1182"],"type":"integer","format":"int32"},"ContactInfoType":{"enum":["1667","1668","1669","1670"],"type":"integer","format":"int32"},"Shared.PlacementType":{"enum":["0","135","136","137","1241"],"type":"integer","format":"int32"},"Salutation":{"enum":["1","2","3"],"type":"integer","format":"int32"},"Status":{"enum":["0","1","5","9","23","31"],"type":"integer","format":"int32"},"WorkLocation":{"enum":["1246","1247","1248"],"type":"integer","format":"int32"},"WebhookSetEventDataTypeResponse":{"type":"object","additionalProperties":false},"WebhookSubscribeRequest":{"type":"object","properties":{"event":{"$ref":"#/components/schemas/WebhookEventType"},"url":{"type":["null","string"]}},"additionalProperties":false},"WebhookUnsubscribeRequest":{"type":"object","properties":{"event":{"$ref":"#/components/schemas/WebhookEventType"},"url":{"type":["null","string"]}},"additionalProperties":false},"WebhookReadEventTypeDto":{"type":"object","properties":{"eventId":{"$ref":"#/components/schemas/WebhookEventType"},"event":{"type":["null","string"]},"cloudEvent":{"type":["null","string"]}},"additionalProperties":false},"WebhookReadEventTypesResponse":{"type":"object","properties":{"eventTypes":{"type":["null","array"],"items":{"$ref":"#/components/schemas/WebhookReadEventTypeDto"}}},"additionalProperties":false},"WebhookEventProtocolDto":{"type":"object","properties":{"sendStatusId":{"type":"integer","format":"int32"},"sendStatus":{"$ref":"#/components/schemas/WebhookSendStatus"},"sendStatusReason":{"type":["null","string"]},"webhookUrl":{"type":["null","string"]},"id":{"type":"string","format":"uuid"},"eventId":{"$ref":"#/components/schemas/WebhookEventType"},"event":{"type":["null","string"]},"entityId":{"type":"integer","format":"int32"},"endpoint":{"type":["null","string"]},"endpointMethod":{"type":["null","string"]},"eventDateUtc":{"type":"string","format":"date-time"},"additionalData":{"type":"string"}},"additionalProperties":false},"WebhookReadProtocolRequest":{"type":"object","properties":{"eventDateFromUtc":{"type":"string","format":"date-time"},"eventDateToUtc":{"type":"string","format":"date-time"},"entityId":{"type":["null","integer"],"format":"int32"},"eventTypes":{"type":["null","array"],"items":{"$ref":"#/components/schemas/WebhookEventType"}}},"additionalProperties":false},"WebhookReadProtocolResponse":{"type":"object","properties":{"events":{"type":["null","array"],"items":{"$ref":"#/components/schemas/WebhookEventProtocolDto"}}},"additionalProperties":false},"WebhookReadSettingsDto":{"type":"object","properties":{"eventDataTypeId":{"$ref":"#/components/schemas/WebhookEventDataType"},"eventDataType":{"type":["null","string"]}},"additionalProperties":false},"WebhookReadSettingsResponse":{"type":"object","properties":{"settings":{"$ref":"#/components/schemas/WebhookReadSettingsDto"}},"additionalProperties":false},"WebhookReadSubscriptionsDto":{"type":"object","properties":{"eventId":{"$ref":"#/components/schemas/WebhookEventType"},"event":{"type":["null","string"]},"url":{"type":["null","string"]},"errorCount":{"type":"integer","format":"int32"},"status":{"type":["null","string"]}},"additionalProperties":false},"WebhookReadSubscriptionsResponse":{"type":"object","properties":{"subscriptions":{"type":["null","array"],"items":{"$ref":"#/components/schemas/WebhookReadSubscriptionsDto"}}},"additionalProperties":false},"WebhookEventType":{"enum":["1377","1378","1379","1380","1381","1382","1383","1384","1385","1386","1419","1420","1421","1423","1424"],"type":"integer","format":"int32"},"WebhookSendStatus":{"enum":["Transfered","Failed","Skipped"],"type":"string"},"WebhookEventDataType":{"enum":["0","1482","1483"],"type":"integer","format":"int32"}}},"tags":[{"name":"Applies"},{"name":"Candidates"},{"name":"Communications"},{"name":"Contacts"},{"name":"Customers"},{"name":"Documents"},{"name":"JobAds"},{"name":"Locations"},{"name":"MasterData"},{"name":"Offices"},{"name":"Professions"},{"name":"Reports"},{"name":"Requests"},{"name":"SourceOfSupplies"},{"name":"Users"},{"name":"Webhooks"}],"x-routebase-folders":[{"name":"Applies","children":[]},{"name":"Candidates","children":[]},{"name":"Communications","children":[]},{"name":"Contacts","children":[]},{"name":"Customers","children":[]},{"name":"Documents","children":[]},{"name":"JobAds","children":[]},{"name":"Locations","children":[]},{"name":"MasterData","children":[]},{"name":"Offices","children":[]},{"name":"Professions","children":[]},{"name":"Reports","children":[]},{"name":"Requests","children":[]},{"name":"SourceOfSupplies","children":[]},{"name":"Users","children":[]},{"name":"Webhooks","children":[]}]}