Application Config Types REST Endpoints
    
        Broker Control/Application Config Types
    
Use for managing application configuration types.
- Create an Application Configuration Type
- Method: postPath:/api/broker/ApplicationConfigTypes
- Delete an Application Configuration Type
- Method: deletePath:/api/broker/ApplicationConfigTypes/{id}
- Get an Application Configuration Type by ID
- Method: getPath:/api/broker/ApplicationConfigTypes/{id}
- Get Application Configuration Types
- Method: getPath:/api/broker/ApplicationConfigTypes
- Update an Application Configuration Type
- Method: putPath:/api/broker/ApplicationConfigTypes/{id}