Procore.Api.QualitySafetyInspectionsInspectionItemSignatures (procore_sdk v0.3.0)

API calls for all endpoints tagged QualitySafetyInspectionsInspectionItemSignatures.

Summary

Functions

Link to this function

rest_v20_companies_company_id_projects_project_id_inspection_items_item_id_signature_requests_id_signature_delete(connection, procore_company_id, company_id, project_id, item_id, id, opts \\ [])

@spec rest_v20_companies_company_id_projects_project_id_inspection_items_item_id_signature_requests_id_signature_delete(
  Tesla.Env.client(),
  integer(),
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  keyword()
) ::
  {:ok, nil}
  | {:ok,
     Procore.Model.RestV20CompaniesCompanyIdWorkflowsToolsGet401Response.t()}
  | {:error, Tesla.Env.t()}

Deletes an Inspection Item Signature Deletes an Inspection Item Signature for a specified Inspection Item Signature Request.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • company_id (String.t): Unique identifier for the company.
  • project_id (String.t): Unique identifier for the project.
  • item_id (String.t): Unique identifier for the inspection item.
  • id (String.t): Unique identifier for the inspection item signature request.
  • opts (keyword): Optional parameters

Returns

  • {:ok, nil} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v20_companies_company_id_projects_project_id_inspection_items_item_id_signature_requests_id_signature_post(connection, procore_company_id, company_id, project_id, item_id, id, opts \\ [])

@spec rest_v20_companies_company_id_projects_project_id_inspection_items_item_id_signature_requests_id_signature_post(
  Tesla.Env.client(),
  integer(),
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  keyword()
) ::
  {:ok, Procore.Model.RestV20CompaniesCompanyIdWorkflowsToolsGet401Response.t()}
  | {:ok,
     Procore.Model.RestV20CompaniesCompanyIdProjectsProjectIdInspectionItemsItemIdSignatureRequestsIdSignaturePost201Response.t()}
  | {:error, Tesla.Env.t()}

Creates a Inspection Item Signature Request Creates a Inspection Item Signature Request for a specified Inspection.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • company_id (String.t): Unique identifier for the company.
  • project_id (String.t): Unique identifier for the project.
  • item_id (String.t): Unique identifier for the inspection item.
  • id (String.t): Unique identifier for the inspection item signature request.
  • opts (keyword): Optional parameters
    • :body (RestV20CompaniesCompanyIdProjectsProjectIdInspectionItemsItemIdSignatureRequestsIdSignaturePostRequest):

Returns

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