WEBCON BPS 2024 added a public API to import applications. WEBCON made this easy by providing a command line utility which is described in the knowledge base article Importing applications using the public API:
Since I want to use the API in another use case I needed to play around with the API directly. Therefore, I created a PowerShell script for the import. While doing so I also created a small script for generating a custom configuration file utilizing the classes defined in the swagger.json
This way there shouldn't be any issues like spelling mistakes or wrong types for the properties.
You can find more details on my blog:
READ MORE: here.