Hey guys. With a RESTlet, is it possible to create...
# suitescript
d
Hey guys. With a RESTlet, is it possible to create custom endpoints? Example: restleurl/ping/{someValue}
s
No
Your best bet is to use query string params like &id=3
Or obviously body data
d
I wish it was that simple. We have to accomodate a partner’s requirements for an integration and their MuleSoft system requires our endpoints to have specific paths.
s
You might just have to leverage an external cloud service or home built server to act as a proxy to forward that endpoint to a restlet.
a
@David Mendoza Mulesoft have their own language and customization system, it can be changed, modify, accommodated, in this scenario Mulesoft can call different URLs but you can't make NetSuite have specific URLs path/format...
Mulesoft is a data integration platform with ETL capabilities and is up to them to be flexible not the other way around.
👍 2
d
Thanks for the input guys!