What are the required parameters in a PUT request? Updated November 04, 2021 21:15 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. Related to: BQE CORE APIs