Examples
Examples for the LogiKal REST API V1
less than a minute
Basic EPL Creation #
This is what the calls for a basic EPL creation from login to logout could look like:

- The value for
{{address}}would be the IIS MbieoService address- If the service is running locally in IIS the address should be
http://localhost/MbioeService.svc/api/v3
- If the service is running locally in IIS the address should be
- The parameters for each command can be found in the swagger documentation
- The documentation can be found via the running MbioeService by loading
{{address}}/docsin a browser - If the service is running locally in IIS the address should be
http://localhost/MbioeService.svc/api/v3/docs - Or see the Functional Documentation page
- The documentation can be found via the running MbioeService by loading
- The calls between
{{address}}/element-pricelist-configurator/selectand{{address}}/element-pricelist-configurator/visual-tree/savedepend on what values must be set for the selected EPL{{address}}/element-pricelist-configurator/visual-tree/nextreturns messages with info if any settings are missing- Call
GET {{address}}/element-pricelist-configurator/visual-treeto get the current tree - Call
PATCH {{address}}/element-pricelist-configurator/visual-treeto change values in the current tree
- When creating a new project it always automatically has a phase with the id
00000000-0000-0000-0000-000000000000