Procore.Api.ProjectManagementBiddingBidContacts (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementBiddingBidContacts.

Summary

Functions

List Bid Contacts Get a list of all the contacts of a company or contacts of a perticular vendor of the company (with vendor_id as a parameter). See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint.

Functions

Link to this function

rest_v10_projects_project_id_bid_contacts_get(connection, procore_company_id, project_id, opts \\ [])

@spec rest_v10_projects_project_id_bid_contacts_get(
  Tesla.Env.client(),
  integer(),
  integer(),
  keyword()
) ::
  {:ok,
   Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()}
  | {:ok, [Procore.Model.CompanyUser5.t()]}
  | {:error, Tesla.Env.t()}

List Bid Contacts Get a list of all the contacts of a company or contacts of a perticular vendor of the company (with vendor_id as a parameter). See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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
    • :"filters[created_at]" (Date.t): Return item(s) created within the specified ISO 8601 datetime range. Formats: YYYY-MM-DD...YYYY-MM-DD - Date YYYY-MM-DDTHH:MM:SSZ...YYYY-MM-DDTHH:MM:SSZ - DateTime with UTC Offset YYYY-MM-DDTHH:MM:SS+XX:00...YYYY-MM-DDTHH:MM:SS+XX:00- Datetime with Custom Offset -:"filters[updated_at]"(Date.t): Return item(s) last updated within the specified ISO 8601 datetime range. Formats:YYYY-MM-DD...YYYY-MM-DD- DateYYYY-MM-DDTHH:MM:SSZ...YYYY-MM-DDTHH:MM:SSZ- DateTime with UTC OffsetYYYY-MM-DDTHH:MM:SS+XX:00...YYYY-MM-DDTHH:MM:SS+XX:00- Datetime with Custom Offset -:"filters[vendor_id]"([integer()]): Return item(s) with the specified Vendor IDs. -:"filters[origin_id]"(String.t): Origin ID. Returns item(s) with the specified Origin ID. -:"filters[trade_id][]"([integer()]): Returns users whose vendor record is associated with the specified trade id(s). -:"filters[search]"(String.t): Return users where the search string matches the user's first name, last name, email address, keywords, job title, or company name -:sort(String.t): Return items with the specified sort. ### Returns -, ...]}on success -` on failure