Procore.Api.ProjectManagementBiddingBidForms (procore_sdk v0.1.3)
API calls for all endpoints tagged ProjectManagementBiddingBidForms
.
Summary
Functions
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.
Functions
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, body139, 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.Body139.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 IDbody139
(Body139):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, body139, opts \\ [])
@spec rest_v10_projects_project_id_bid_packages_bid_package_id_bid_forms_post( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.Body139.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 IDbody139
(Body139):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, Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t}
on success{:error, Tesla.Env.t}
on failure