Procore.Api.ProjectManagementBiddingCompanyBidForms (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementBiddingCompanyBidForms
.
Summary
Functions
Link to this function
rest_v10_companies_company_id_bid_bid_id_bid_forms_bid_form_id_get(connection, procore_company_id, company_id, bid_id, bid_form_id, opts \\ [])
@spec rest_v10_companies_company_id_bid_bid_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.company_id
(integer()): Unique identifier for the company.bid_id
(integer()): Bid IDbid_form_id
(integer()): Bid Form IDopts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdBidBidIdBidFormsBidFormIdGet200Response.t}
on success{:error, Tesla.Env.t}
on failure