Procore.Api.ProjectManagementBiddingBidForms (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementBiddingBidForms.

Summary

Functions

Create a Bid Form Create a Bid Form for a Bid Package. A bid form is needed to submit a bid, since the bid will be made against the bid form.

Create a Bid Form Create a Bid Form for a Bid Package. A bid form is needed to submit a bid, since the bid will be made against the bid form.

Functions

Link to this function

rest_v10_projects_project_id_bid_packages_bid_package_id_bid_forms_bid_form_id_bid_leveling_get(connection, procore_company_id, project_id, bid_package_id, bid_form_id, opts \\ [])

@spec rest_v10_projects_project_id_bid_packages_bid_package_id_bid_forms_bid_form_id_bid_leveling_get(
  Tesla.Env.client(),
  integer(),
  integer(),
  integer(),
  integer(),
  keyword()
) ::
  {:ok,
   Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()}
  | {:ok,
     Procore.Model.RestV10ProjectsProjectIdBidPackagesBidPackageIdBidFormsBidFormIdBidLevelingGet200Response.t()}
  | {:error, Tesla.Env.t()}

Bid Level across a Bid Form Compare all bids submitted to a bid form

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • bid_package_id (integer()): Bid Package ID
  • bid_form_id (integer()): Bid Form ID
  • opts (keyword): Optional parameters
    • :export_format (String.t): Export File Format

Returns

  • {:ok, Procore.Model.RestV10ProjectsProjectIdBidPackagesBidPackageIdBidFormsBidFormIdBidLevelingGet200Response.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_bid_packages_bid_package_id_bid_forms_bid_form_id_delete(connection, procore_company_id, project_id, bid_package_id, bid_form_id, opts \\ [])

@spec rest_v10_projects_project_id_bid_packages_bid_package_id_bid_forms_bid_form_id_delete(
  Tesla.Env.client(),
  integer(),
  integer(),
  integer(),
  integer(),
  keyword()
) ::
  {:ok, nil}
  | {:ok,
     Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()}
  | {:error, Tesla.Env.t()}

Delete Bid Form Delete a single Bid Form and its associated Sections and Items.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • bid_package_id (integer()): Bid Package ID
  • bid_form_id (integer()): Bid Form ID
  • opts (keyword): Optional parameters

Returns

  • {:ok, nil} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_bid_packages_bid_package_id_bid_forms_bid_form_id_get(connection, procore_company_id, project_id, bid_package_id, bid_form_id, opts \\ [])

@spec rest_v10_projects_project_id_bid_packages_bid_package_id_bid_forms_bid_form_id_get(
  Tesla.Env.client(),
  integer(),
  integer(),
  integer(),
  integer(),
  keyword()
) ::
  {:ok,
   Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()}
  | {:ok,
     Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t()}
  | {:error, Tesla.Env.t()}

View Bid Form View single Bid Form.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • bid_package_id (integer()): Bid Package ID
  • bid_form_id (integer()): Bid Form ID
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_bid_packages_bid_package_id_bid_forms_bid_form_id_patch(connection, procore_company_id, project_id, bid_package_id, bid_form_id, body149, opts \\ [])

@spec rest_v10_projects_project_id_bid_packages_bid_package_id_bid_forms_bid_form_id_patch(
  Tesla.Env.client(),
  integer(),
  integer(),
  integer(),
  integer(),
  Procore.Model.Body149.t(),
  keyword()
) ::
  {:ok,
   Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()}
  | {:ok,
     Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t()}
  | {:error, Tesla.Env.t()}

Update Bid Form Update single Bid Form.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • bid_package_id (integer()): Bid Package ID
  • bid_form_id (integer()): Bid Form ID
  • body149 (Body149):
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_bid_packages_bid_package_id_bid_forms_get(connection, procore_company_id, project_id, bid_package_id, opts \\ [])

Index Bid Forms Fetches a list of Bid Forms for a Bid Package

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • bid_package_id (integer()): Bid Package ID
  • opts (keyword): Optional parameters
    • :excluded_bid_form_id (integer()): Bid Form Id to exclude
    • :view (String.t): View that enables Use Previous Bidders functionality and provides project and bid package name
    • :search (String.t): Search for a bid form
    • :sort (String.t): Direction (asc/desc) can be controlled by the presence or absence of '-' before the sort parameter.

Returns

  • {:ok, [%RestV10ProjectsProjectIdBidPackagesBidPackageIdBidFormsGet200ResponseInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_bid_packages_bid_package_id_bid_forms_post(connection, procore_company_id, project_id, bid_package_id, body149, opts \\ [])

Create a Bid Form Create a Bid Form for a Bid Package. A bid form is needed to submit a bid, since the bid will be made against the bid form.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • bid_package_id (integer()): Bid Package ID
  • body149 (Body149):
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v11_projects_project_id_bid_packages_bid_package_id_bid_forms_bid_form_id_bid_leveling_get(connection, procore_company_id, project_id, bid_package_id, bid_form_id, opts \\ [])

@spec rest_v11_projects_project_id_bid_packages_bid_package_id_bid_forms_bid_form_id_bid_leveling_get(
  Tesla.Env.client(),
  integer(),
  integer(),
  integer(),
  integer(),
  keyword()
) ::
  {:ok,
   Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()}
  | {:ok,
     Procore.Model.RestV11ProjectsProjectIdBidPackagesBidPackageIdBidFormsBidFormIdBidLevelingGet200Response.t()}
  | {:error, Tesla.Env.t()}

Bid Level across a Bid Form Compare all bids submitted to a bid form

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • bid_package_id (integer()): Bid Package ID
  • bid_form_id (integer()): Bid Form ID
  • opts (keyword): Optional parameters
    • :export_format (String.t): Export File Format

Returns

  • {:ok, Procore.Model.RestV11ProjectsProjectIdBidPackagesBidPackageIdBidFormsBidFormIdBidLevelingGet200Response.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v11_projects_project_id_bid_packages_bid_package_id_bid_forms_bid_form_id_patch(connection, procore_company_id, project_id, bid_package_id, bid_form_id, body148, opts \\ [])

@spec rest_v11_projects_project_id_bid_packages_bid_package_id_bid_forms_bid_form_id_patch(
  Tesla.Env.client(),
  integer(),
  integer(),
  integer(),
  integer(),
  Procore.Model.Body148.t(),
  keyword()
) ::
  {:ok,
   Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()}
  | {:ok,
     Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t()}
  | {:error, Tesla.Env.t()}

Update Bid Form Update single Bid Form.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • bid_package_id (integer()): Bid Package ID
  • bid_form_id (integer()): Bid Form ID
  • body148 (Body148):
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v11_projects_project_id_bid_packages_bid_package_id_bid_forms_post(connection, procore_company_id, project_id, bid_package_id, body147, opts \\ [])

Create a Bid Form Create a Bid Form for a Bid Package. A bid form is needed to submit a bid, since the bid will be made against the bid form.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • bid_package_id (integer()): Bid Package ID
  • body147 (Body147):
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t} on success
  • {:error, Tesla.Env.t} on failure