| 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” |
| Primary Purpose | Typical Use Cases | Request Body | Example Scenario |
| 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 |