procore v0.0.1 Procore.Resources.Vendors

Available requests for the vendor resource.

Link to this section Summary

Functions

List all vendors in a company directory

Link to this section Functions

Link to this function list(map)
list(%{optional(company_id :: String.t()) => integer()}) ::
  %ResponseResult{
    parsed_body:
      Procore.Resources.Vendors.ResponseBodyTypes.ListCompanyVendors.t(),
    reply: atom(),
    status_code: DefinedTypes.non_error_status_code()
  }
  | %ErrorResult{reason: term(), reply: term()}

List all vendors in a company directory.