Procore.Api.ProjectManagementBiddingBids (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementBiddingBids.

Summary

Functions

List Bids within a Company Return a list of your assigned Bids within a Company.

Show a Bid Within a Company Return detailed information about a specified Bid.

Create bid Create a Bid within a Bid Package. To submit a bid in Bid Management 2.0, a bid form must exist since the bid will be submitted against the bid form.

List Bids within a Project Return a list of your assigned Bids within a Project.

Show a Bid within a Project Return information on a Bid from a Project.

Functions

Link to this function

rest_v10_companies_company_id_bids_get(connection, procore_company_id, company_id, opts \\ [])

List Bids within a Company Return a list of your assigned Bids within a Company.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • company_id (integer()): Unique identifier for the company.
  • opts (keyword): Optional parameters
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

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

rest_v10_companies_company_id_bids_id_get(connection, procore_company_id, id, company_id, opts \\ [])

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

Show a Bid Within a Company Return detailed information about a specified Bid.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • id (integer()): ID
  • company_id (integer()): Unique identifier for the company.
  • opts (keyword): Optional parameters

Returns

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

rest_v10_companies_company_id_bids_id_patch(connection, procore_company_id, id, company_id, rest_v10_companies_company_id_bids_id_patch_request, opts \\ [])

Update a Bid within a Company Update a Bid at a company level.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • id (integer()): ID
  • company_id (integer()): Unique identifier for the company.
  • rest_v10_companies_company_id_bids_id_patch_request (RestV10CompaniesCompanyIdBidsIdPatchRequest):
  • opts (keyword): Optional parameters

Returns

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

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

@spec rest_v10_projects_project_id_bid_packages_bid_package_id_bids_get(
  Tesla.Env.client(),
  integer(),
  integer(),
  integer(),
  keyword()
) ::
  {:ok,
   Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()}
  | {:ok, [Procore.Model.RestV10CompaniesCompanyIdBidsGet200ResponseInner.t()]}
  | {:error, Tesla.Env.t()}

List Bids within a Bid Package Return a list of your assigned Bids within 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
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

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

rest_v10_projects_project_id_bid_packages_bid_package_id_bids_id_get(connection, procore_company_id, project_id, bid_package_id, id, opts \\ [])

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

Show Bids within a Bid package Return information on a Bid from 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
  • id (integer()): ID
  • opts (keyword): Optional parameters

Returns

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

rest_v10_projects_project_id_bid_packages_bid_package_id_bids_id_patch(connection, procore_company_id, project_id, bid_package_id, id, rest_v10_projects_project_id_bid_packages_bid_package_id_bids_id_patch_request, opts \\ [])

Update a Bid from a Bid Package Update a Bid with 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
  • id (integer()): ID
  • rest_v10_projects_project_id_bid_packages_bid_package_id_bids_id_patch_request (RestV10ProjectsProjectIdBidPackagesBidPackageIdBidsIdPatchRequest):
  • opts (keyword): Optional parameters

Returns

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

rest_v10_projects_project_id_bid_packages_bid_package_id_bids_post(connection, procore_company_id, project_id, bid_package_id, rest_v10_projects_project_id_bid_packages_bid_package_id_bids_post_request, opts \\ [])

Create bid Create a Bid within a Bid Package. To submit a bid in Bid Management 2.0, a bid form must exist since the bid will be submitted 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
  • rest_v10_projects_project_id_bid_packages_bid_package_id_bids_post_request (RestV10ProjectsProjectIdBidPackagesBidPackageIdBidsPostRequest):
  • opts (keyword): Optional parameters

Returns

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

rest_v10_projects_project_id_bids_get(connection, procore_company_id, project_id, opts \\ [])

List Bids within a Project Return a list of your assigned Bids within a Project.

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.
  • opts (keyword): Optional parameters
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

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

rest_v10_projects_project_id_bids_id_get(connection, procore_company_id, project_id, id, opts \\ [])

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

Show a Bid within a Project Return information on a Bid from a Project.

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.
  • id (integer()): ID
  • opts (keyword): Optional parameters

Returns

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

rest_v11_projects_project_id_bid_packages_bid_package_id_bids_id_patch(connection, procore_company_id, project_id, bid_package_id, id, rest_v11_projects_project_id_bid_packages_bid_package_id_bids_id_patch_request, opts \\ [])

Update a Bid from a Bid Package Update a Bid with 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
  • id (integer()): ID
  • rest_v11_projects_project_id_bid_packages_bid_package_id_bids_id_patch_request (RestV11ProjectsProjectIdBidPackagesBidPackageIdBidsIdPatchRequest):
  • opts (keyword): Optional parameters

Returns

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