Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.63 KB

GlobalEzmaxcustomerAPI.md

File metadata and controls

40 lines (26 loc) · 1.63 KB

GlobalEzmaxcustomerAPI

All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest

Method HTTP request Description
GlobalEzmaxcustomerAPI_globalEzmaxcustomerGetConfigurationV1 GET /1/ezmaxcustomer/{pksEzmaxcustomerCode}/getConfiguration Get ezmaxcustomer configuration

GlobalEzmaxcustomerAPI_globalEzmaxcustomerGetConfigurationV1

// Get ezmaxcustomer configuration
//
// Retrieve the ezmaxcustomer's specific configuration. This will help locate the proper region (ie: sInfrastructureregionCode) and the proper environment (ie: sInfrastructureenvironmenttypeDescription) where the customer's data is stored.
//
global_ezmaxcustomer_get_configuration_v1_response_t* GlobalEzmaxcustomerAPI_globalEzmaxcustomerGetConfigurationV1(apiClient_t *apiClient, char *pksEzmaxcustomerCode);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration
pksEzmaxcustomerCode char *

Return type

global_ezmaxcustomer_get_configuration_v1_response_t *

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]