Feature | PUT Method | PATCH Method |
Type of Update | Full update (replaces the entire record) | Partial update (modifies only specified fields) |
Required Data | Usually requires the full object | Requires only the fields you want to update |
Use Case | When you want to replace or refresh the record | When you want to tweak only specific values |
API Behavior | Overwrites everything unless handled carefully | Preserves unmentioned fields |
Primary Purpose | Typical Use Cases | Request Body | Example Scenario |
Retrieve data from a server | - Fetch user details - Get ticket history - Retrieve knowledge base articles | No | Display a user’s subscription status based on their email. |
Primary Purpose | Typical Use Cases | Request Body | Example Scenario |
Submit data to create a new resource | - Create a support ticket - Submit a form - Log user feedback | Yes (e.g., JSON) | Create a new ticket in Zoho Desk with user information. |
Primary Purpose | Typical Use Cases | Request Body | Example Scenario |
Update or replace an existing resource | - Update ticket status - Modify user contact details - Change subscription plan | Yes (full resource) | Change the priority of a support ticket to “Urgent” |
Apply partial modifications to a resource | - Update ticket priority - Change the user’s phone number - Modify specific fields | Yes (particular data) | Update only the status field of a ticket to “In Progress” |
Primary Purpose | Typical Use Cases | Request Body | Example Scenario |
Remove a resource from the server | - Delete a support ticket - Unsubscribe a user - Remove a customer record | Optional | Delete a user’s support ticket upon request |
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.