Download OpenAPI specification:
scheduleId에 해당하는 면접 일정 수정
| scheduleId required | string Example: 694d1d9462a47e4039250532 면접 일정 ID |
object (CompanyDto) 회사 정보 | |
| date | string <date-time> 면접 일정 시간 |
| position required | string 직무 |
| category required | string 면접 유형 |
| description | string 추가 사항 |
{- "company": {
- "name": "앙떼띠",
- "location": "잠실"
}, - "date": "2024-12-01T02:49:03.465Z",
- "position": "바리스타",
- "category": "1차 기술면접",
- "description": "면접 전 15분 전까지 도착하기"
}새로운 면접 일정 추가
required | object (CompanyDto) 회사 정보 |
| date required | string <date-time> 면접 일정 시간 |
| position required | string 직무 |
| category required | string 면접 유형 |
| description | string 추가 사항 |
{- "company": {
- "name": "앙떼띠",
- "location": "잠실"
}, - "date": "2024-12-01T02:49:03.465Z",
- "position": "바리스타",
- "category": "1차 기술면접",
- "description": "면접 전 15분 전까지 도착하기"
}조건에 해당하는 면접 일정 조회
| companyName | string Example: companyName=앙떼띠 회사 이름 |
| companyLocation | string Example: companyLocation=잠실 회사 장소 |
| position | string Example: position=바리스타 직무 |
| category | string Example: category=1차 기술면접 유형 |
| from | string <date> Example: from=2024-12-01 시작 날짜 |
| to | string <date> Example: to=2024-12-31 종료 날짜 |