Method: OpenapiClient::Class20230301Api#developer_create_employee20230301

Defined in:
lib/openapi_client/api/class20230301_api.rb

#developer_create_employee20230301(create_employee_request, opts = {}) ⇒ EmployeeResponse

Create employee Creates a new Employee

Parameters:

  • create_employee_request (CreateEmployeeRequest)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



84
85
86
87
# File 'lib/openapi_client/api/class20230301_api.rb', line 84

def developer_create_employee20230301(create_employee_request, opts = {})
  data, _status_code, _headers = developer_create_employee20230301_with_http_info(create_employee_request, opts)
  data
end