OData / ODataSamples

Samples: For ODataLib, OData Web API, RESTier, etc.
http://odata.github.io/
Other
293 stars 222 forks source link

Attribute routing and composite keys #132

Closed freemstr closed 3 years ago

freemstr commented 4 years ago

I am looking for 7.4 config where I can use composite key with attribute routing

/api/Person(KeyPart1, KeyPart2) and also /api/Person(KeyPart1, KeyPart2)/Unsubscribe

it seems related to https://github.com/OData/WebApi/issues/1903

Thanks in advance