What are the required parameters in a PUT request?

The required parameters of a PUT request are:

  • Identifier of the record you want to update, sent in the query string
  • A complete model of the record you want to update, sent in the body

Check out API documentation for details.