Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdProjectsPostRequest (procore_sdk v0.3.0)

Request body schema for creating a new Project.

Summary

Types

@type t() ::
  %Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdProjectsPostRequest{
    address_1: String.t() | nil,
    address_2: String.t() | nil,
    bid_rate: float() | nil,
    categories:
      [
        Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdProjectsPostRequestCategoriesInner.t()
      ]
      | nil,
    city_town: String.t() | nil,
    closed_date: DateTime.t() | nil,
    color: String.t() | nil,
    country: String.t() | nil,
    customer_name: String.t() | nil,
    daily_end_time: String.t() | nil,
    daily_start_time: String.t() | nil,
    est_end_date: DateTime.t() | nil,
    group_ids: [String.t()],
    name: String.t(),
    percent_complete: float() | nil,
    project_number: String.t() | nil,
    project_type: String.t() | nil,
    roles:
      [
        Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdProjectsPostRequestRolesInner.t()
      ]
      | nil,
    start_date: DateTime.t() | nil,
    state_province: String.t() | nil,
    status: String.t(),
    tag_instances:
      [
        Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdProjectsPostRequestTagInstancesInner.t()
      ]
      | nil,
    timezone: String.t() | nil,
    wage_overrides:
      [
        Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdProjectsPostRequestWageOverridesInner.t()
      ]
      | nil,
    zipcode: String.t() | nil
  }

Functions