All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
ObjectSystemconfigurationAPI_systemconfigurationEditObjectV1 | PUT /1/object/systemconfiguration/{pkiSystemconfigurationID} | Edit an existing Systemconfiguration |
ObjectSystemconfigurationAPI_systemconfigurationGetObjectV2 | GET /2/object/systemconfiguration/{pkiSystemconfigurationID} | Retrieve an existing Systemconfiguration |
// Edit an existing Systemconfiguration
//
//
//
systemconfiguration_edit_object_v1_response_t* ObjectSystemconfigurationAPI_systemconfigurationEditObjectV1(apiClient_t *apiClient, int *pkiSystemconfigurationID, systemconfiguration_edit_object_v1_request_t *systemconfiguration_edit_object_v1_request);
Name | Type | Description | Notes |
---|---|---|---|
apiClient | apiClient_t * | context containing the client configuration | |
pkiSystemconfigurationID | int * | The unique ID of the Systemconfiguration | |
systemconfiguration_edit_object_v1_request | systemconfiguration_edit_object_v1_request_t * |
systemconfiguration_edit_object_v1_response_t *
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
// Retrieve an existing Systemconfiguration
//
//
//
systemconfiguration_get_object_v2_response_t* ObjectSystemconfigurationAPI_systemconfigurationGetObjectV2(apiClient_t *apiClient, int *pkiSystemconfigurationID);
Name | Type | Description | Notes |
---|---|---|---|
apiClient | apiClient_t * | context containing the client configuration | |
pkiSystemconfigurationID | int * | The unique ID of the Systemconfiguration |
systemconfiguration_get_object_v2_response_t *
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]