All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
systemconfigurationEditObjectV1 | PUT /1/object/systemconfiguration/{pkiSystemconfigurationID} | Edit an existing Systemconfiguration |
systemconfigurationGetObjectV2 | GET /2/object/systemconfiguration/{pkiSystemconfigurationID} | Retrieve an existing Systemconfiguration |
SystemconfigurationEditObjectV1Response systemconfigurationEditObjectV1(pkiSystemconfigurationID, SystemconfigurationEditObjectV1Request)
Edit an existing Systemconfiguration
import EZmaxApiDefinitionFull from 'e_zmax_api_definition__full';
let defaultClient = EZmaxApiDefinitionFull.ApiClient.instance;
// Configure API key authorization: Authorization
let Authorization = defaultClient.authentications['Authorization'];
Authorization.apiKey = 'YOUR API KEY';
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Authorization.apiKeyPrefix = 'Token';
let apiInstance = new EZmaxApiDefinitionFull.ObjectSystemconfigurationApi();
let pkiSystemconfigurationID = 56; // Number | The unique ID of the Systemconfiguration
let SystemconfigurationEditObjectV1Request = new EZmaxApiDefinitionFull.SystemconfigurationEditObjectV1Request(); // SystemconfigurationEditObjectV1Request |
apiInstance.systemconfigurationEditObjectV1(pkiSystemconfigurationID, SystemconfigurationEditObjectV1Request, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});
Name | Type | Description | Notes |
---|---|---|---|
pkiSystemconfigurationID | Number | The unique ID of the Systemconfiguration | |
SystemconfigurationEditObjectV1Request | SystemconfigurationEditObjectV1Request |
SystemconfigurationEditObjectV1Response
- Content-Type: application/json
- Accept: application/json
SystemconfigurationGetObjectV2Response systemconfigurationGetObjectV2(pkiSystemconfigurationID)
Retrieve an existing Systemconfiguration
import EZmaxApiDefinitionFull from 'e_zmax_api_definition__full';
let defaultClient = EZmaxApiDefinitionFull.ApiClient.instance;
// Configure API key authorization: Authorization
let Authorization = defaultClient.authentications['Authorization'];
Authorization.apiKey = 'YOUR API KEY';
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Authorization.apiKeyPrefix = 'Token';
let apiInstance = new EZmaxApiDefinitionFull.ObjectSystemconfigurationApi();
let pkiSystemconfigurationID = 56; // Number | The unique ID of the Systemconfiguration
apiInstance.systemconfigurationGetObjectV2(pkiSystemconfigurationID, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});
Name | Type | Description | Notes |
---|---|---|---|
pkiSystemconfigurationID | Number | The unique ID of the Systemconfiguration |
SystemconfigurationGetObjectV2Response
- Content-Type: Not defined
- Accept: application/json