PAS REST description II

Posted by BartMille on 10-Mar-2020 16:08

pasoe1173

The rest description doesn't seem to generate all the path parameters. Only the first parameter is listed in the json description

eg

resource-path: /customer/{custnum}/order/{orderid}

-> json will display 2 entries for {custnum} instead of {custnum} & {orderid}

So the output shows something like:

input:

-http-source: /customer/{custnum}

-http-source: /customer/{custnum}

The last value should be:

-http-source: /customer/{custnum}/order/{orderid}

Am I doing something wrong?

Does anybody know what code is executed on the appserver with /server/rest/services ?

All Replies

This thread is closed