I have been trying out the Contributions Tutorial examples and have managed to post values for my Test RIC.
I do have a couple questions though:
- One of the available Add functions (addXml) is using XML – do you have any examples of XMLs that I can try please?
- If I have RICs (from a chain RIC), e.g.
RIC
Name
Value
TESTRICMK0
TESTRIC MAY20
100.65
TESTRICMN0
TESTRIC JUL20
10.23
TESTRICMU0
TESTRIC SEP20
102.34
What is the best way for me to send those values through? Should I use an XML structure and AddXML function or one by one using AddFloat function or some other method?
Many thanks