All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
globalEzmaxcustomerGetConfigurationV1 | GET /1/ezmaxcustomer/{pksEzmaxcustomerCode}/getConfiguration | Get ezmaxcustomer configuration |
GlobalEzmaxcustomerGetConfigurationV1Response globalEzmaxcustomerGetConfigurationV1(pksEzmaxcustomerCode)
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.
import EZmaxApiDefinitionFull from 'e_zmax_api_definition__full';
let apiInstance = new EZmaxApiDefinitionFull.GlobalEzmaxcustomerApi();
let pksEzmaxcustomerCode = "pksEzmaxcustomerCode_example"; // String |
apiInstance.globalEzmaxcustomerGetConfigurationV1(pksEzmaxcustomerCode, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});
Name | Type | Description | Notes |
---|---|---|---|
pksEzmaxcustomerCode | String |
GlobalEzmaxcustomerGetConfigurationV1Response
No authorization required
- Content-Type: Not defined
- Accept: application/json