The HTTP methods of POST, GET, PUT and DELETE are used when running a command. They correspond to the Create, Read, Update and Delete (CRUD) operations, respectively.

You should note the following points regarding the formatting of the request:

  • Only one command can be given at a time
  • Multiple parameters can be set within the same command
  • The order in which the parameter/value pairs appear does not matter