I was reading some documents about the appropriate use of URI\'s using rest services and I came across an example for basic GET .. DELETE requests.
The example uri\'
The PUT method requests that the state of the target resource be created or replaced with the state defined by the representation enclosed in the request message payload.
You want to PUT a resource to the same URI you intend to GET it from.
PUT
GET
RFC 72314.3.4 PUT