Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Rest Connector API

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

Comments