Pass data with Space in Rest API
2020-05-19
We are trying to push data into our database using REST API, but the code has spaces in the values. We have tried UrlEncode method suggested by your team, which is given in the following message.

https://forum.hansaworld.com/eng/StandardERPForum/viewmessage/5102/8353668

Still it didn't work. Please advise on how we can go about it, below is the code;

curl -X POST 'http://test:9Series@197.248.85.2:1080/api/1/ORVc?set_field.CustOrdNr=test2033&set_field.OrderClass=LOC&set_field.SerNr=1540000013&set_field.OrdDate=2020-04-23&set_field.CustCode=10271&set_field.ShipAddr0=GUSII MATT&set_field.ShipAddr1=P.O.BOX 3069&set_field.ShipAddr2=KISII&set_field.ShipAddr3=KENYA&set_field.InvAddr0=GUSII MATT&set_field.InvAddr1=P.O.BOX 3069&set_field.InvAddr2=KISII&set_field.InvAddr3=KENYA&set_field.DespatchDate=2020-04-23&set_field.PlanShipDate=2020-04-23&set_field.OrderType=Normal&set_field.CurncyCode=KSHS&set_row_field.0.ArtCode=TPG01088&set_row_field.0.Quant=240&set_row_field.0.Price=375.00'
Hector Parada
2020-05-29
Hello,

Our team has been on separate communication with you regarding this.


A normal space should work. If not, you might have to urlencode it
E.g. UrlEncode(sometext)

Also if the spaces does not work have you tried to replace it with a %20


Where are you with this?Did you still need assistance?
Hector Parada
2020-06-29
Hello,

Please remember if the spaces does not work have you tried to replace it with a: %20

If you continue to have issues feel free to reopen the question

Best Regards
This thread has been closed for further comments. Please create a new thread
Back to the list
Latest Posts
I have a new advertising system, Table advertisement android terminal running android 11. I have be...
06:38 25 Apr 2024
Piotr Teteruk
Hi Agnieszka, ok, will try to it remove one more time and will Łęt you know if it works. Thank ...
16:14 21 Apr 2024
You can subscribe to notifications for any post in this forum by selecting the 'star' icon on the top right corner of the topics list. You have to log in to use this functionality.