Procore.Api.CoreProjectVendorProjectRoles (procore_sdk v0.3.0)

API calls for all endpoints tagged CoreProjectVendorProjectRoles.

Summary

Functions

Update Vendor Project Roles Set which Vendors are associated with a specific Project Role. Will remove any vendors associated with the role if they are not included in the vendor_ids parameter.

Functions

Link to this function

rest_v10_projects_project_id_vendor_project_roles_id_patch(connection, procore_company_id, id, project_id, opts \\ [])

Update Vendor Project Roles Set which Vendors are associated with a specific Project Role. Will remove any vendors associated with the role if they are not included in the vendor_ids parameter.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • id (integer()): ID of the Project Role
  • project_id (integer()): Unique identifier for the project.
  • opts (keyword): Optional parameters
    • :body (Body5):

Returns

  • {:ok, Procore.Model.VendorProjectRole.t} on success
  • {:error, Tesla.Env.t} on failure