Rust API client for openapi
各ヘッダの意味は次のとおりです。
For more information, please visit https://accounts.secure.freee.co.jp/contacts?from=payroll
Overview
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
- API version: 2022-02-01
- Package version: 2022-02-01
- Build package:
org.openapitools.codegen.languages.RustClientCodegen
Installation
Put the package under your project folder in a directory named openapi and add the following to Cargo.toml under [dependencies]:
openapi = { path = "./openapi" }
Documentation for API Endpoints
All URIs are relative to https://api.freee.co.jp/hr
| Class | Method | HTTP request | Description |
|---|---|---|---|
| DefaultApi | action_approval_requests_monthly_attendance | POST /api/v1/approval_requests/monthly_attendances/{id}/actions | 月次勤怠締め申請の承認操作 |
| DefaultApi | action_approval_requests_overtime_work | POST /api/v1/approval_requests/overtime_works/{id}/actions | 残業申請の承認操作 |
| DefaultApi | action_approval_requests_paid_holiday | POST /api/v1/approval_requests/paid_holidays/{id}/actions | 有給申請の承認操作 |
| DefaultApi | bulk_update_employee_dependent_rules | PUT /api/v1/employees/{employee_id}/dependent_rules/bulk_update | 従業員の扶養親族の更新 |
| DefaultApi | create_approval_requests_monthly_attendance | POST /api/v1/approval_requests/monthly_attendances | 月次勤怠締め申請の作成 |
| DefaultApi | create_approval_requests_overtime_work | POST /api/v1/approval_requests/overtime_works | 残業申請の作成 |
| DefaultApi | create_approval_requests_paid_holiday | POST /api/v1/approval_requests/paid_holidays | 有給申請の作成 |
| DefaultApi | create_employee | POST /api/v1/employees | 従業員の作成 |
| DefaultApi | create_employee_time_clock | POST /api/v1/employees/{employee_id}/time_clocks | 打刻の登録 |
| DefaultApi | create_group | POST /api/v1/groups | 部門の作成 |
| DefaultApi | create_position | POST /api/v1/positions | 役職の作成 |
| DefaultApi | destroy_approval_requests_monthly_attendance | DELETE /api/v1/approval_requests/monthly_attendances/{id} | 月次勤怠締め申請の削除 |
| DefaultApi | destroy_approval_requests_overtime_work | DELETE /api/v1/approval_requests/overtime_works/{id} | 残業申請の削除 |
| DefaultApi | destroy_approval_requests_paid_holiday | DELETE /api/v1/approval_requests/paid_holidays/{id} | 有給申請の削除 |
| DefaultApi | destroy_employee | DELETE /api/v1/employees/{id} | 従業員の削除 |
| DefaultApi | destroy_employee_work_record | DELETE /api/v1/employees/{employee_id}/work_records/{date} | 勤怠の削除 |
| DefaultApi | destroy_group | DELETE /api/v1/groups/{id} | 部門の削除 |
| DefaultApi | destroy_position | DELETE /api/v1/positions/{id} | 役職の削除 |
| DefaultApi | get_approval_flow_route | GET /api/v1/approval_flow_routes/{id} | 申請経路の取得 |
| DefaultApi | get_approval_flow_routes | GET /api/v1/approval_flow_routes | 申請経路一覧の取得 |
| DefaultApi | get_approval_requests_monthly_attendance | GET /api/v1/approval_requests/monthly_attendances/{id} | 月次勤怠締め申請の取得 |
| DefaultApi | get_approval_requests_monthly_attendances | GET /api/v1/approval_requests/monthly_attendances | 月次勤怠締め申請一覧の取得 |
| DefaultApi | get_approval_requests_overtime_work | GET /api/v1/approval_requests/overtime_works/{id} | 残業申請の取得 |
| DefaultApi | get_approval_requests_overtime_works | GET /api/v1/approval_requests/overtime_works | 残業申請一覧の取得 |
| DefaultApi | get_approval_requests_paid_holiday | GET /api/v1/approval_requests/paid_holidays/{id} | 有給申請の取得 |
| DefaultApi | get_approval_requests_paid_holidays | GET /api/v1/approval_requests/paid_holidays | 有給申請一覧の取得 |
| DefaultApi | get_bonuses_employee_payroll_statement | GET /api/v1/bonuses/employee_payroll_statements/{employee_id} | 賞与明細の取得 |
| DefaultApi | get_bonuses_employee_payroll_statements | GET /api/v1/bonuses/employee_payroll_statements | 賞与明細一覧の取得 |
| DefaultApi | get_company_employees | GET /api/v1/companies/{company_id}/employees | 全期間の従業員一覧の取得 |
| DefaultApi | get_employee | GET /api/v1/employees/{id} | 従業員の取得 |
| DefaultApi | get_employee_bank_account_rule | GET /api/v1/employees/{employee_id}/bank_account_rule | 従業員の銀行口座の取得 |
| DefaultApi | get_employee_basic_pay_rule | GET /api/v1/employees/{employee_id}/basic_pay_rule | 従業員の基本給の取得 |
| DefaultApi | get_employee_dependent_rules | GET /api/v1/employees/{employee_id}/dependent_rules | 従業員の扶養親族の取得 |
| DefaultApi | get_employee_group_memberships | GET /api/v1/employee_group_memberships | 所属一覧の取得 |
| DefaultApi | get_employee_health_insurance_rule | GET /api/v1/employees/{employee_id}/health_insurance_rule | 従業員の健康保険の取得 |
| DefaultApi | get_employee_profile_rule | GET /api/v1/employees/{employee_id}/profile_rule | 従業員の姓名・住所などの取得 |
| DefaultApi | get_employee_time_clock | GET /api/v1/employees/{employee_id}/time_clocks/{id} | 打刻の取得 |
| DefaultApi | get_employee_time_clocks | GET /api/v1/employees/{employee_id}/time_clocks | 打刻一覧の取得 |
| DefaultApi | get_employee_time_clocks_available_types | GET /api/v1/employees/{employee_id}/time_clocks/available_types | 打刻可能種別の取得 |
| DefaultApi | get_employee_welfare_pension_insurance_rule | GET /api/v1/employees/{employee_id}/welfare_pension_insurance_rule | 従業員の厚生年金保険の取得 |
| DefaultApi | get_employee_work_record | GET /api/v1/employees/{employee_id}/work_records/{date} | 勤怠の取得 |
| DefaultApi | get_employee_work_record_summary | GET /api/v1/employees/{employee_id}/work_record_summaries/{year}/{month} | 勤怠情報月次サマリの取得 |
| DefaultApi | get_employees | GET /api/v1/employees | 従業員一覧の取得 |
| DefaultApi | get_groups | GET /api/v1/groups | 部門一覧の取得 |
| DefaultApi | get_positions | GET /api/v1/positions | 役職一覧の取得 |
| DefaultApi | get_salaries_employee_payroll_statement | GET /api/v1/salaries/employee_payroll_statements/{employee_id} | 給与明細の取得 |
| DefaultApi | get_salaries_employee_payroll_statements | GET /api/v1/salaries/employee_payroll_statements | 給与明細一覧の取得 |
| DefaultApi | get_users_me | GET /api/v1/users/me | ログインユーザーの取得 |
| DefaultApi | update_approval_requests_monthly_attendance | PUT /api/v1/approval_requests/monthly_attendances/{id} | 月次勤怠締め申請の更新 |
| DefaultApi | update_approval_requests_overtime_work | PUT /api/v1/approval_requests/overtime_works/{id} | 残業申請の更新 |
| DefaultApi | update_approval_requests_paid_holiday | PUT /api/v1/approval_requests/paid_holidays/{id} | 有給申請の更新 |
| DefaultApi | update_employee | PUT /api/v1/employees/{id} | 従業員の更新 |
| DefaultApi | update_employee_bank_account_rule | PUT /api/v1/employees/{employee_id}/bank_account_rule | 従業員の銀行口座の更新 |
| DefaultApi | update_employee_basic_pay_rule | PUT /api/v1/employees/{employee_id}/basic_pay_rule | 従業員の基本給の更新 |
| DefaultApi | update_employee_health_insurance_rule | PUT /api/v1/employees/{employee_id}/health_insurance_rule | 従業員の健康保険の更新 |
| DefaultApi | update_employee_profile_rule | PUT /api/v1/employees/{employee_id}/profile_rule | 従業員の姓名・住所などの更新 |
| DefaultApi | update_employee_welfare_pension_insurance_rule | PUT /api/v1/employees/{employee_id}/welfare_pension_insurance_rule | 従業員の厚生年金保険の更新 |
| DefaultApi | update_employee_work_record | PUT /api/v1/employees/{employee_id}/work_records/{date} | 勤怠の更新 |
| DefaultApi | update_employee_work_record_summary | PUT /api/v1/employees/{employee_id}/work_record_summaries/{year}/{month} | 勤怠情報月次サマリの更新 |
| DefaultApi | update_group | PUT /api/v1/groups/{id} | 部門の更新 |
| DefaultApi | update_position | PUT /api/v1/positions/{id} | 役職の更新 |
Documentation For Models
- AccessDeniedError
- ApiV1ApprovalActionRequest
- ApiV1ApprovalFlowLogsParams
- ApiV1ApprovalFlowRouteIndexResponseParams
- ApiV1ApprovalFlowRouteResponse
- ApiV1ApprovalFlowRouteResponseParams
- ApiV1ApprovalFlowRoutesIndexResponse
- ApiV1BonusesEmployeePayrollStatementSerializer
- ApiV1BonusesEmployeePayrollStatementsControllerPeriodShowResponse
- ApiV1BonusesEmployeePayrollStatementsIndexSerializer
- ApiV1CompaniesEmployeeSerializer
- ApiV1EmployeeCreateRequestSerializer
- ApiV1EmployeeGroupMembershipSerializer
- ApiV1EmployeeGroupMembershipsIndexSerializer
- ApiV1EmployeeIndexSerializer
- ApiV1EmployeePayrollStatementsEmployeeAttendanceItemSerializer
- ApiV1EmployeePayrollStatementsEmployeeOvertimePayItemSerializer
- ApiV1EmployeePayrollStatementsEmployeePayrollStatementItemSerializer
- ApiV1EmployeeProfileCustomFieldSerializer
- ApiV1EmployeeSerializer
- ApiV1EmployeeUpdateRequestSerializer
- ApiV1EmployeesBankAccountRuleSerializer
- ApiV1EmployeesBankAccountRuleUpdateRequestSerializer
- ApiV1EmployeesBankAccountRulesControllerPeriodShowResponse
- ApiV1EmployeesBankAccountRulesControllerPeriodUpdateBody
- ApiV1EmployeesBankAccountRulesControllerPeriodUpdateResponse
- ApiV1EmployeesBasicPayRuleSerializer
- ApiV1EmployeesBasicPayRuleUpdateRequestSerializer
- ApiV1EmployeesBasicPayRulesControllerPeriodShowResponse
- ApiV1EmployeesBasicPayRulesControllerPeriodUpdateBody
- ApiV1EmployeesBasicPayRulesControllerPeriodUpdateResponse
- ApiV1EmployeesControllerPeriodCreateBody
- ApiV1EmployeesControllerPeriodCreateResponse
- ApiV1EmployeesControllerPeriodIndexResponse
- ApiV1EmployeesControllerPeriodShowResponse
- ApiV1EmployeesControllerPeriodUpdateBody
- ApiV1EmployeesControllerPeriodUpdateResponse
- ApiV1EmployeesDependentRuleSerializer
- ApiV1EmployeesDependentRuleUpdateRequestSerializer
- ApiV1EmployeesDependentRulesControllerPeriodBulkUpdateBody
- ApiV1EmployeesDependentRulesControllerPeriodBulkUpdateResponse
- ApiV1EmployeesDependentRulesControllerPeriodIndexResponse
- ApiV1EmployeesEmployeeMultiHourlyWageWorkRecordSummarySerializer
- ApiV1EmployeesHealthInsuranceRuleSerializer
- ApiV1EmployeesHealthInsuranceRuleUpdateRequestSerializer
- ApiV1EmployeesHealthInsuranceRulesControllerPeriodShowResponse
- ApiV1EmployeesHealthInsuranceRulesControllerPeriodUpdateBody
- ApiV1EmployeesHealthInsuranceRulesControllerPeriodUpdateResponse
- ApiV1EmployeesProfileRuleSerializer
- ApiV1EmployeesProfileRuleUpdateRequestSerializer
- ApiV1EmployeesProfileRulesControllerPeriodShowResponse
- ApiV1EmployeesProfileRulesControllerPeriodUpdateBody
- ApiV1EmployeesProfileRulesControllerPeriodUpdateResponse
- ApiV1EmployeesTimeClockSerializer
- ApiV1EmployeesTimeClocksControllerPeriodAvailableTypesResponse
- ApiV1EmployeesTimeClocksControllerPeriodCreateBody
- ApiV1EmployeesTimeClocksControllerPeriodCreateResponse
- ApiV1EmployeesTimeClocksControllerPeriodShowResponse
- ApiV1EmployeesWelfarePensionInsuranceRuleSerializer
- ApiV1EmployeesWelfarePensionInsuranceRuleUpdateRequestSerializer
- ApiV1EmployeesWelfarePensionInsuranceRulesControllerPeriodShowResponse
- ApiV1EmployeesWelfarePensionInsuranceRulesControllerPeriodUpdateBody
- ApiV1EmployeesWelfarePensionInsuranceRulesControllerPeriodUpdateResponse
- ApiV1EmployeesWorkRecordSerializer
- ApiV1EmployeesWorkRecordSummaryControllerPeriodUpdateBody
- ApiV1EmployeesWorkRecordSummarySerializer
- ApiV1EmployeesWorkRecordTimeRangeResponseSerializer
- ApiV1EmployeesWorkRecordTimeRangeSerializer
- ApiV1EmployeesWorkRecordsControllerPeriodUpdateBody
- ApiV1FlowRouteStepSrializerInner
- ApiV1GroupCreateRequest
- ApiV1GroupCreateRequestParams
- ApiV1GroupMembershipSerializer
- ApiV1GroupResponse
- ApiV1GroupResponseParams
- ApiV1GroupUpdateRequest
- ApiV1GroupUpdateRequestParams
- ApiV1GroupsIndexResponse
- ApiV1HolidaysAndHoursSerializer
- ApiV1MonthlyAttendanceCreateRequest
- ApiV1MonthlyAttendanceIndexResponse
- ApiV1MonthlyAttendanceIndexResponseParams
- ApiV1MonthlyAttendanceResponse
- ApiV1MonthlyAttendanceResponseParams
- ApiV1MonthlyAttendanceUpdateRequest
- ApiV1OvertimeWorkIndexResponse
- ApiV1OvertimeWorkIndexResponseParams
- ApiV1OvertimeWorkRequest
- ApiV1OvertimeWorkResponse
- ApiV1OvertimeWorkResponseParams
- ApiV1PaidHolidayIndexResponse
- ApiV1PaidHolidayIndexResponseParams
- ApiV1PaidHolidayRequest
- ApiV1PaidHolidayResponse
- ApiV1PaidHolidayResponseParams
- ApiV1PositionIndexResponse
- ApiV1PositionRequest
- ApiV1PositionRequestParams
- ApiV1PositionResponse
- ApiV1PositionResponseParams
- ApiV1ProfileCustomFieldGroupSerializer
- ApiV1SalariesEmployeePayrollStatementSerializer
- ApiV1SalariesEmployeePayrollStatementsControllerPeriodIndexResponse
- ApiV1SalariesEmployeePayrollStatementsControllerPeriodShowResponse
- ApiV1UsersCompanySerializer
- ApiV1UsersMeSerializer
- Error
- ErrorErrorsInner
- ForbiddenError
- ForbiddenErrorErrorsInner
- InternalServerError
- InternalServerErrorErrorsInner
- NotfoundError
- NotfoundErrorErrorsInner
- UnauthorizedError
To get access to the crate's generated documentation, use:
cargo doc --open