Procore.Api.AuthenticationUtilitiesMPZ (procore_sdk v0.3.0)
API calls for all endpoints tagged AuthenticationUtilitiesMPZ
.
Summary
Functions
Check Company Zone Get a response indicating zone routing and web url for zone
Functions
Link to this function
rest_v10_company_base_url_get(connection, procore_company_id, opts \\ [])
@spec rest_v10_company_base_url_get(Tesla.Env.client(), integer(), keyword()) :: {:ok, Procore.Model.RestV10CompanyBaseUrlGet200Response.t()} | {:ok, Procore.Model.RestV10CompanyBaseUrlGet400Response.t()} | {:error, Tesla.Env.t()}
Check Company Zone Get a response indicating zone routing and web url for zone
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompanyBaseUrlGet200Response.t}
on success{:error, Tesla.Env.t}
on failure