Posted 25 September 2017, 10:47 pm EST
Greetings, I’m trying to make some post petitions to REST service for adding new entities in my model.
Some of my entities naming have underscores (_) in it, like “entity_name”, but when sending a constructed JSON to the service, that underscore seems to be interpreted like a point (.) as in “entity.name”.
Is there a way to use underscores in their naming?
Originally, my JSON was constructed by using some methods made in JAVA and to test if this issue arises because of differences between platforms I replicated them in C# but no luck so far .
(Attached to this post is the mentioned method and result returned from server)
My current AR Server build is: ActiveReports10Server-v10.2.7127.0
(Additionally, I’ve submitted a ticket for this issue but as for now any response of you receiving it has been received)