HTTP POST com.mycompany.myapp.Order|123/items

Very similar to PUT on a Collection, except that:

  • the object will always be added to the collection even if already present.
  • if the collection has Set semantics in the resource, then will return 405 "Method not allowed"
  • No labels