Procore.Api.ProjectManagementBiddingBidForms (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementBiddingBidForms.
Summary
Functions
Bid Level across a Bid Form Compare all bids submitted to a bid form
Delete Bid Form Delete a single Bid Form and its associated Sections and Items.
View Bid Form View single Bid Form.
Update Bid Form Update single Bid Form.
Index Bid Forms Fetches a list of Bid Forms for a Bid Package
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.
Bid Level across a Bid Form Compare all bids submitted to a bid form
Update Bid Form Update single 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
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 serverprocore_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 IDbid_form_id(integer()): Bid Form IDopts(keyword): Optional parameters:export_format(String.t): Export File Format
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdBidPackagesBidPackageIdBidFormsBidFormIdBidLevelingGet200Response.t}on success{:error, Tesla.Env.t}on failure
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 serverprocore_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 IDbid_form_id(integer()): Bid Form IDopts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
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 serverprocore_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 IDbid_form_id(integer()): Bid Form IDopts(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t}on success{:error, Tesla.Env.t}on failure
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 serverprocore_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 IDbid_form_id(integer()): Bid Form IDbody149(Body149):opts(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t}on success{:error, Tesla.Env.t}on failure
rest_v10_projects_project_id_bid_packages_bid_package_id_bid_forms_get(connection, procore_company_id, project_id, bid_package_id, opts \\ [])
@spec rest_v10_projects_project_id_bid_packages_bid_package_id_bid_forms_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10ProjectsProjectIdBidPackagesBidPackageIdBidFormsGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
Index Bid Forms Fetches a list of Bid Forms for a Bid Package
Parameters
connection(Procore.Connection): Connection to serverprocore_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 IDopts(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
rest_v10_projects_project_id_bid_packages_bid_package_id_bid_forms_post(connection, procore_company_id, project_id, bid_package_id, body149, opts \\ [])
@spec rest_v10_projects_project_id_bid_packages_bid_package_id_bid_forms_post( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.Body149.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t()} | {:error, Tesla.Env.t()}
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 serverprocore_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 IDbody149(Body149):opts(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t}on success{:error, Tesla.Env.t}on failure
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 serverprocore_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 IDbid_form_id(integer()): Bid Form IDopts(keyword): Optional parameters:export_format(String.t): Export File Format
Returns
{:ok, Procore.Model.RestV11ProjectsProjectIdBidPackagesBidPackageIdBidFormsBidFormIdBidLevelingGet200Response.t}on success{:error, Tesla.Env.t}on failure
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 serverprocore_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 IDbid_form_id(integer()): Bid Form IDbody148(Body148):opts(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t}on success{:error, Tesla.Env.t}on failure
rest_v11_projects_project_id_bid_packages_bid_package_id_bid_forms_post(connection, procore_company_id, project_id, bid_package_id, body147, opts \\ [])
@spec rest_v11_projects_project_id_bid_packages_bid_package_id_bid_forms_post( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.Body147.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t()} | {:error, Tesla.Env.t()}
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 serverprocore_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 IDbody147(Body147):opts(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t}on success{:error, Tesla.Env.t}on failure