Hi,
Can you please help with calling M3 API from Mongoose?
I have created ION API server

Added two MNS100MI APIs - GetBasicData and LstDivisions

What are the parameters to call an API?
In Test ION API Invoke I put this into parameters field: [ {"Name":"CONO","Type":"header","Value":"301"} ]
Mongoose returns me Basic data for my default M3 division

When I use same parameters for LstDivisions I get following response:
{"results":[{"transaction":"LstDivisions","records":[],"errorMessage":"Transaction LstDivisions in program MNS100MI requires a value for field CONO","errorType":"MandatoryInputFieldNotFound"}],"wasTerminated":false,"nrOfSuccessfullTransactions":0,"nrOfFailedTransactions":1}

Can't find anything in Mongoose help or documentaions.
Thanks,
Kirill