Rest Connector API
Summary
Rest Connector APIContent
Hello,
I need to pass url parameter to my rest connector, how can i pass the same.
Currently i am using the below custom code
let sdk = req.oracleMobile;
sdk.connectors.ReceivePickSlip.post('', payload, {inType: 'json'}, {params:{'pickSlipNumber': pickSlipNumber}})
it's a post request, its not the best design but OIC provided the URl which accepts pickSlipNumber as url param.
Thanks
Tagged:
2