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 \\ [])
@spec rest_v10_projects_project_id_vendor_project_roles_id_patch( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10WorkOrderContractsWorkOrderContractIdSubcontractorScheduleOfValuesStatusPatch404Response.t()} | {:ok, Procore.Model.VendorProjectRole.t()} | {:error, Tesla.Env.t()}
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 serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): ID of the Project Roleproject_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