Tagged Questions

0
votes
3answers
75 views

How to return generated ID in RESTful POST?

Let's say we have a service to add a new hotel: > POST /hotel > <hotel> > <a>aaa</a> > <b>aaa</b> > <c>aaa.......this is 300K</c> > …