HTTP Methods

Quantive Results supports traditional CRUD operations for a REST API. These include: <code>GET</code>,<code>POST</code>, <code>PUT</code>, <code>PATCH</code>, <code>DELETE</code>, and <code>HEAD</code>.

Each individual endpoint will specify which HTTP Methods are supported and which parameters may be required for a valid response. For PATCH, POST, and PUT methods the endpoint documentation will also contain an Object model and Example for what should be included in the body of the request.

<aside class="notice"> Quantive Results API V2 – Each endpoint will also specify if the HTTP Method is supported by our Quantive Results API V2. </aside>