Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesPostRequest (procore_sdk v0.3.0)

Request body schema for creating a new Job Title.

Summary

Types

@type t() ::
  %Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesPostRequest{
    color: String.t() | nil,
    globally_accessible: boolean(),
    group_ids: [String.t()],
    hourly_rate: float() | nil,
    name: String.t(),
    type: String.t() | nil
  }

Functions