Written by

Integration Engineer at ReStart Consulting
Question William Glover · Dec 14, 2022

Creating a Deployed class using Atelier API

I have been creating classes using the below REST url.

 

http://localhost:57772/api/atelier/v1/ENSDEMO/doc/Demo.HL7.MsgRouter.Te…

 

The only caveat is that I want to only load in the compiled code of the classes, as they appear in deployed mode.

 

How do I define this in the content of the JSON payload being sent across?

Comments