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 classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*
val apiInstance = ObjectSystemconfigurationApi()
val pkiSystemconfigurationID : kotlin.Int = 56 // kotlin.Int | The unique ID of the Systemconfiguration
val systemconfigurationEditObjectV1Request : SystemconfigurationEditObjectV1Request = // SystemconfigurationEditObjectV1Request |
try {
val result : SystemconfigurationEditObjectV1Response = apiInstance.systemconfigurationEditObjectV1(pkiSystemconfigurationID, systemconfigurationEditObjectV1Request)
println(result)
} catch (e: ClientException) {
println("4xx response calling ObjectSystemconfigurationApi#systemconfigurationEditObjectV1")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling ObjectSystemconfigurationApi#systemconfigurationEditObjectV1")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
pkiSystemconfigurationID | kotlin.Int | The unique ID of the Systemconfiguration | |
systemconfigurationEditObjectV1Request | SystemconfigurationEditObjectV1Request |
SystemconfigurationEditObjectV1Response
Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
- Content-Type: application/json
- Accept: application/json
SystemconfigurationGetObjectV2Response systemconfigurationGetObjectV2(pkiSystemconfigurationID)
Retrieve an existing Systemconfiguration
// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*
val apiInstance = ObjectSystemconfigurationApi()
val pkiSystemconfigurationID : kotlin.Int = 56 // kotlin.Int | The unique ID of the Systemconfiguration
try {
val result : SystemconfigurationGetObjectV2Response = apiInstance.systemconfigurationGetObjectV2(pkiSystemconfigurationID)
println(result)
} catch (e: ClientException) {
println("4xx response calling ObjectSystemconfigurationApi#systemconfigurationGetObjectV2")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling ObjectSystemconfigurationApi#systemconfigurationGetObjectV2")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
pkiSystemconfigurationID | kotlin.Int | The unique ID of the Systemconfiguration |
SystemconfigurationGetObjectV2Response
Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
- Content-Type: Not defined
- Accept: application/json