Procore.Api.ProjectManagementBiddingBidUploads (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementBiddingBidUploads
.
Summary
Functions
List Bid Uploads Fetches a list of Bid Uploads for a Bid
Functions
Link to this function
rest_v10_companies_company_id_bids_bid_id_uploads_get(connection, procore_company_id, company_id, bid_id, opts \\ [])
@spec rest_v10_companies_company_id_bids_bid_id_uploads_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10CompaniesCompanyIdBidsBidIdUploadsGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
List Bid Uploads Fetches a list of Bid Uploads for a Bid
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 IDopts
(keyword): Optional parameters
Returns
{:ok, [%RestV10CompaniesCompanyIdBidsBidIdUploadsGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure