Procore.Api.CoreCompanyCompanySettings (procore_sdk v0.3.0)

API calls for all endpoints tagged CoreCompanyCompanySettings.

Summary

Functions

Link to this function

rest_v10_companies_company_id_settings_logo_delete(connection, procore_company_id, company_id, opts \\ [])

Delete company logo Delete company logo

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • company_id (integer()): Unique identifier for the company.
  • opts (keyword): Optional parameters

Returns

  • {:ok, [%RestV10CompaniesCompanyIdSettingsLogoPut200ResponseInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_companies_company_id_settings_logo_put(connection, procore_company_id, company_id, opts \\ [])

Update company's logo Upload and set company logo

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • company_id (integer()): Unique identifier for the company.
  • opts (keyword): Optional parameters
    • :type (String.t): Type of requesting entity
    • :body (RestV10CompaniesCompanyIdSettingsMyAvatarPutRequest):

Returns

  • {:ok, [%RestV10CompaniesCompanyIdSettingsLogoPut200ResponseInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure