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.
Update a Bid within a Company Update a Bid at a company level.
List Bids within a Bid Package Return a list of your assigned Bids within a Bid Package.
Show Bids within a Bid package Return information on a Bid from a Bid Package.
Update a Bid from a Bid Package Update a Bid with a Bid Package.
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.
Update a Bid from a Bid Package Update a Bid with a Bid Package.
Functions
rest_v10_companies_company_id_bids_get(connection, procore_company_id, company_id, opts \\ [])
@spec rest_v10_companies_company_id_bids_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.RestV10CompaniesCompanyIdBidsGet200ResponseInner.t()]} | {:error, Tesla.Env.t()}
List Bids within a Company Return a list of your assigned Bids within a Company.
Parameters
connection
(Procore.Connection): Connection to serverprocore_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
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 serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): IDcompany_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
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 \\ [])
@spec rest_v10_companies_company_id_bids_id_patch( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.RestV10CompaniesCompanyIdBidsIdPatchRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.Bid.t()} | {:error, Tesla.Env.t()}
Update a Bid within a Company Update a Bid at a company level.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): IDcompany_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
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 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:page
(integer()): Page:per_page
(integer()): Elements per page
Returns
{:ok, [%RestV10CompaniesCompanyIdBidsGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure
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 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 IDid
(integer()): IDopts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.Bid.t}
on success{:error, Tesla.Env.t}
on failure
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 \\ [])
@spec rest_v10_projects_project_id_bid_packages_bid_package_id_bids_id_patch( Tesla.Env.client(), integer(), integer(), integer(), integer(), Procore.Model.RestV10ProjectsProjectIdBidPackagesBidPackageIdBidsIdPatchRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.Bid.t()} | {:error, Tesla.Env.t()}
Update a Bid from a Bid Package Update a Bid with 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 IDid
(integer()): IDrest_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
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 \\ [])
@spec rest_v10_projects_project_id_bid_packages_bid_package_id_bids_post( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.RestV10ProjectsProjectIdBidPackagesBidPackageIdBidsPostRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.Bid.t()} | {:error, Tesla.Env.t()}
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 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 IDrest_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
rest_v10_projects_project_id_bids_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_bids_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.RestV10CompaniesCompanyIdBidsGet200ResponseInner.t()]} | {:error, Tesla.Env.t()}
List Bids within a Project Return a list of your assigned Bids within a Project.
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.opts
(keyword): Optional parameters:page
(integer()): Page:per_page
(integer()): Elements per page
Returns
{:ok, [%RestV10CompaniesCompanyIdBidsGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure
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 serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.id
(integer()): IDopts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.Bid.t}
on success{:error, Tesla.Env.t}
on failure
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 \\ [])
@spec rest_v11_projects_project_id_bid_packages_bid_package_id_bids_id_patch( Tesla.Env.client(), integer(), integer(), integer(), integer(), Procore.Model.RestV11ProjectsProjectIdBidPackagesBidPackageIdBidsIdPatchRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.Bid.t()} | {:error, Tesla.Env.t()}
Update a Bid from a Bid Package Update a Bid with 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 IDid
(integer()): IDrest_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