Procore.Api.ProjectManagementBiddingBidUploads (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementBiddingBidUploads.

Summary

Functions

Link to this function

rest_v10_companies_company_id_bids_bid_id_uploads_get(connection, procore_company_id, company_id, bid_id, opts \\ [])

List Bid Uploads Fetches a list of Bid Uploads for a Bid

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • company_id (integer()): Unique identifier for the company.
  • bid_id (integer()): Bid ID
  • opts (keyword): Optional parameters

Returns

  • {:ok, [%RestV10CompaniesCompanyIdBidsBidIdUploadsGet200ResponseInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure