Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to pass dynamic parameters to Rest API

Summary:

I have added an End Point in VBCS which is based on VBCS BO with GET operation. Upon pressing Test it is returning records as well. Now I have added one dynamic parameter to enable search mechanism. After creating one dynamic parameter and passing a value to it I am getting below error:


{

  "type": "HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",

  "status": 400,

  "title": "Bad Request",

  "detail": {

    "title": "Bad Request",

    "status": "400",

    "o:errorDetails": [

      {

        "detail": "URL request parameter docName cannot be used in this context.",

        "o:errorCode": "27520"

      }

    ]

  }

}

Content (required):


Version (include the version you are using, if applicable):

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!