Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the second resource, we have defined a the URL pattern mapping as "/order/*". Since this has POST as the HTTP method, the client has to send a payload to invoke this. Following is a sample cURL command to invoke this:

...