Add Case API
This API is used to add cases
Request URL:
https://people.zoho.com/api/hrcases/addcase?categoryId=<Category ID>&subject=<subject>&description=<description>
Header:
Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Request Parameter:
Parameter | Values Allowed | Default Value | Description |
*authtoken | <authtoken> | <Mandatory> | Specify the authentication token |
*categoryId | <Category ID> | <Mandatory> | Specify the category ID |
*subject | <Subject> | <Mandatory> | Specify the subject of the case |
description | <Description> | <Empty> | Specify the description of the case |
Success Response Format:
Error Response Format:
Threshold Limit: 30 requests | Lock period: 5 minutes
Threshold Limit - Number of API calls allowed within a minute.
Lock Period - Wait time before consecutive API requests.
JSON Example
Copied
Header
Copied
Response
Copied