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
Post a Comment