Kho ứng viên

API Xem chi tiết ứng viên

  • Mục đích: API cho phép xem chi tiết một ứng viên nằm tại kho lưu trữ trong một không gian làm việc.

  • Phương thức: GET

  • Url: https://public-api.iviec.vn/api/warehouse/Candidate/GetCandidate

  • Tham số:

Tham số
Kiểu dữ liệu
Bắt buộc
Mô tả

Id

String

M

Mã ứng viên

  • Response:

{ 
  "avatar": "scanCVs/f3bf460a-834e-48e8-a025-1f243fe2a4da.jpe", 
  "cvPath": "user-upload/98520d42-a917-455a-bf28-1607eb98611e.pdf", 
  "workspaceId": "01000000-6b32-b20d-af66-08dc13468332", 
  "substituteId": 268186, 
  "name": "Lê Tuấn Anh", 
  "creatorId": "01000000-7703-aa9a-e088-08dbe5812df3", 
  "creatorName": "Hòa Đại Nhân", 
  "creatorEmail": "[email protected]", 
  "updaterId": null, 
  "updaterName": null, 
  "updaterEmail": null, 
  "phoneNumber": "", 
  "email": "", 
  "dateOfBirth": "1997-11-29T00:00:00Z", 
  "weight": null, 
  "height": null, 
  "numOfRecruitment": 0, 
  "numOfRecruitmentRequirement": 0, 
  "createdTime": "2024-01-23T07:52:41.92906Z", 
  "updatedTime": null, 
  "expectedSalaryFrom": null, 
  "expectedSalaryTo": null, 
  "currency": null, 
  "statusJob": 2, 
  "statusRecruitment": 2, 
  "gender": null, 
  "maritalStatus": null, 
  "recruitmentId": null, 
  "recruitmentApplyCvId": null, 
  "recruitmentApplicantApplyFormId": null, 
  "candidateHomeTower": { 
    "provinceId": null, 
    "provinceName": null, 
    "districtId": null, 
    "districtName": null, 
    "address": "Gia Cẩm, Viet Tri, Phú Thọ", 
    "id": "01000000-cbf3-263c-2f1c-08dc1be8471e" 
  }, 
  "candidateLivingAddress": { 
    "provinceId": null, 
    "provinceName": null, 
    "districtId": null, 
    "districtName": null, 
    "address": "", 
    "id": "01000000-cbf3-263c-2f26-08dc1be8471e" 
  }, 
  "candidateExpectedWorkingAddress": [], 
  "candidateWorkingAddresses": [ 
    { 
      "startTime": null, 
      "endTime": null, 
      "organization": "Công ty TNHH Phát Thịnh Phú Thọ", 
      "position": "Nhân viên kho", 
      "description": "Sắp xếp hàng hóa trên kệ và nhận hàng khi công ty nhập hàng mới về kho., Bán hàng cho khách nhỏ lẻ khi mua hàng tại cửa hàng., Làm công việc đơn giản do sếp chỉ định.", 
      "isCurrent": false 
    } 
  ], 
  "projectsAndActivities": [], 
  "candidateEducations": [ 
    { 
      "education": "Đại học Thương Mại", 
      "startTime": null, 
      "endTime": null, 
      "certificate": "", 
      "major": "Tài chính - ngân hàng", 
      "description": null, 
      "isCurrent": false 
    } 
  ], 
  "candidateCertifications": [], 
  "candidateTaggingKeywords": [], 
  "candidateTaggingSkills": [], 
  "candidateJobSources": [], 
  "candidateJobCategories": [], 
  "candidateReferralLinks": [], 
  "careerObjective": "-Được làm việc trong môi trường chuyên nghiệp\n-Hoàn thiện tốt bản thân để làm việc ở công ty đạt hiệu quả tốt nhất\n-Trở thành nhân viên xuất sắc của công ty", 
  "yearOfExperience": "", 
  "identityCard": "", 
  "achievements": null, 
  "consultationInformation": null, 
  "interests": null, 
  "referralLink": null, 
  "rootCandidateId": null, 
  "offerSendingStatus": 0, 
  "candidateRecruitmentMission": null, 
  "id": "01000000-cbf3-263c-2bec-08dc1be8471e", 
  "substituteImage": "61DB94" 
} 

API Tạo ứng viên trong kho ứng viên

  • Mục đích: API cho phép tạo nhanh ứng viên trong hệ thống.

  • Phương thức: POST

  • Url: https://public-api.iviec.vn/api/warehouse/Candidate/CreateCandidate

  • Tham số:

Tham số
Kiểu dữ liệu
Bắt buộc
Mô tả

Name

String

M

Tên ứng viên

PhoneNumber

String

M

Số điện thoại ứng viên

Email

String

O

Email ứng viên

DateOfBirth

DateTime?

O

Ngày sinh

CandidateTaggingKeywordIds

List<string>

O

Danh sách tag ứng viên

cvPath

String

O

CV file path

  • Response:

API Xem chi tiết ứng viên

  • Mục đích: API cho phép xem chi tiết ứng viên nằm tại kho ứng viên trong hệ thống.

  • Phương thức: GET

  • Url: https://public-api.iviec.vn/api/warehouse/Candidate/GetCandidate

  • Tham số:

Tham số
Kiểu dữ liệu
Bắt buộc
Mô tả

Id

String

M

Mã ứng viên

  • Response:

Last updated