Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Latest commit

 

History

History
54 lines (33 loc) · 1.71 KB

GlobalEzmaxcustomerApi.md

File metadata and controls

54 lines (33 loc) · 1.71 KB

EZmaxApiDefinitionFull.GlobalEzmaxcustomerApi

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

globalEzmaxcustomerGetConfigurationV1

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.

Example

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);
  }
});

Parameters

Name Type Description Notes
pksEzmaxcustomerCode String

Return type

GlobalEzmaxcustomerGetConfigurationV1Response

Authorization

No authorization required

HTTP request headers

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