Send data as JSON using SmartDocs and Swagger

Not applicable

Hi,
I'm having a problem sending request from Smartdocs using a swagger file, I want to show something like this:

3895-11111.pngand generate a json with this parameters like this:

{version: 'v1',transactionID: 21212}

but it generate version=v1&transactionID=21212, which is not supported by my service.

I tried to change 'located in' from "form Data" to "query", but doesn't show the parameter as I want. So if you have any idea will be great.

0 2 96
2 REPLIES 2

Hi @Flavio Magyver Figueroa Villarreal,

try checking various values available for Schema and located in.

Look for body value in Located in.

I tried adding all the parameters using body in Located in but generate this:

3915-11111.png
but I want to show all my parameters in the list not only one.
do you know if is it possible?