REST API
Rozmin Rajwani
2020-05-06
Hi,

We are trying to push data into our database using REST API, but the code has spaces in the values. We have tried puttign a + and also tried UrlEncode but it didnt 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'


Thank you,
Rozmin
此回答正确
回答者Jeanay Smith12:53 6 五月 2020
Hi Rozmin

Please try the following:

_ replaces the space

in URL format "%20" is the space

For example:
GUSII MATT
GUSII%20MATT


If this is not working then they should try this:
Request header must have these two rows >>>
Content-Type:application/x-www-form-urlencoded
Content-Type:charset=utf-8
此回答正确
Jeanay Smith
2020-05-06
Hi Rozmin

Please try the following:

_ replaces the space

in URL format "%20" is the space

For example:
GUSII MATT
GUSII%20MATT


If this is not working then they should try this:
Request header must have these two rows >>>
Content-Type:application/x-www-form-urlencoded
Content-Type:charset=utf-8
此回答有帮助
Michael Wyeth
2020-05-07
Hi Rozmin

Please can you also check if you are creating the request from PHP or from HAL? If its being created from PHP, you should refer to URLEncoder.encode() function online and see how to implement it.

Best regards,


Hansaworld Support
该话题已关闭,无法再评论。请新建话题。
返回到列表
最新留言
Hi there, There is currently no GUI client for Linux. Only a server version is available. Than...
17:35 3 九月 2025
Hi, When I add a labour service item (cost 10 per Hr) to production, the NL posting is incorrect....
08:10 19 八月 2025

我们在正常工作时间对论坛进行维护,旨在24小时内回复所有问题

您可以通过选择主题列表右上角的 "星星 "图标来订阅本论坛的任何帖子的通知。你必须登录后才能使用这一功能。