Procore.Api.CoreProjectDirectoryProjectInactiveVendors (procore_sdk v0.3.0)
API calls for all endpoints tagged CoreProjectDirectoryProjectInactiveVendors.
Summary
Functions
List Project Inactive Vendors Return a list of all Inactive Vendors associated with a Project.
Reactivate project vendor Reactivate a specified Project Vendor.
Functions
Link to this function
rest_v10_projects_project_id_vendors_inactive_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_vendors_inactive_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10ProjectsProjectIdVendorsInactiveGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
List Project Inactive Vendors Return a list of all Inactive Vendors associated with a Project.
Parameters
connection(Procore.Connection): Connection to serverprocore_company_id(integer()): Unique company identifier associated with the Procore User Account.project_id(integer()): Unique identifier for the project.opts(keyword): Optional parameters:view(String.t): The normal view provides what is shown below. The extended view is the same as the normal view but includes children_count, legal_name, parent, and bidding. The default view is normal.:page(integer()): Page:per_page(integer()): Elements per page:sort(String.t): Return items with the specified sort
Returns
{:ok, [%RestV10ProjectsProjectIdVendorsInactiveGet200ResponseInner{}, ...]}on success{:error, Tesla.Env.t}on failure
Link to this function
rest_v10_projects_project_id_vendors_inactive_id_patch(connection, procore_company_id, project_id, id, opts \\ [])
@spec rest_v10_projects_project_id_vendors_inactive_id_patch( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.NormalView1.t()} | {:error, Tesla.Env.t()}
Reactivate project vendor Reactivate a specified Project Vendor.
Parameters
connection(Procore.Connection): Connection to serverprocore_company_id(integer()): Unique company identifier associated with the Procore User Account.project_id(integer()): Unique identifier for the project.id(integer()): ID of the vendoropts(keyword): Optional parameters:view(String.t): The normal view provides what is shown below. The extended view is the same as the normal view but includes children_count, legal_name, parent, and bidding. The default view is normal.
Returns
{:ok, Procore.Model.NormalView1.t}on success{:error, Tesla.Env.t}on failure