You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In many existing web applications we have to deal with mutliple Ids (Composite Keys). Let's say, Order 4711 and Order LIne 42, whereas the Order Lines are exposed via the rest API.
How do we apply this to the REST URL structure?
1) odernlines/4711/42
or
2) odernlines(4711,42)
Are there any guidelines?
The text was updated successfully, but these errors were encountered:
In many existing web applications we have to deal with mutliple Ids (Composite Keys). Let's say, Order 4711 and Order LIne 42, whereas the Order Lines are exposed via the rest API.
How do we apply this to the REST URL structure?
Are there any guidelines?
The text was updated successfully, but these errors were encountered: