All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
globalCustomerGetEndpointV1 | GET /1/customer/{pksCustomerCode}/endpoint | Get customer endpoint |
GlobalCustomerGetEndpointV1Response globalCustomerGetEndpointV1(pksCustomerCode, sInfrastructureproductCode)
Get customer endpoint
Retrieve the customer's specific server endpoint where to send requests. This will help locate the proper region (ie: sInfrastructureregionCode) and the proper environment (ie: sInfrastructureenvironmenttypeDescription) where the customer's data is stored.
// Import classes:
//import org.openapitools.client.api.GlobalCustomerApi;
GlobalCustomerApi apiInstance = new GlobalCustomerApi();
String pksCustomerCode = null; // String |
String sInfrastructureproductCode = null; // String | The infrastructure product Code If undefined, \"appcluster01\" is assumed
try {
GlobalCustomerGetEndpointV1Response result = apiInstance.globalCustomerGetEndpointV1(pksCustomerCode, sInfrastructureproductCode);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GlobalCustomerApi#globalCustomerGetEndpointV1");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
pksCustomerCode | String | [default to null] | |
sInfrastructureproductCode | String | The infrastructure product Code If undefined, "appcluster01" is assumed | [optional] [default to null] [enum: appcluster01, ezsignuser] |
GlobalCustomerGetEndpointV1Response
No authorization required
- Content-Type: Not defined
- Accept: application/json