How do I use multiple levels in my REST call? -


i'm trying create rest service following signature call:

//somesite/api/customer/1/invoices

of course using correct path, can work, documentation @ rest tells me how query .../api/customer or .../api/customer/id, nothing tells me how define , level after id.

i suspect have router code, use instruction on how next level.

thanks


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -