Create new document type
This will help you to create a new document type.
Arguments
Param | Datatype | Description |
---|---|---|
request_type_name * | String | Document category name |
request_type_description | String | Document category description |
API Endpoint
POST https://sign.zoho.com/api/v1/requesttypes
Request example
$ curl https://sign.zoho.com/api/v1/requesttypes \
--header 'Authorization: Zoho-oauthtoken 1000.03xxxxxxxxxxxxxxxxxa5317.dxxxxxxxxxxxxxxxxxfa' \
-d 'data={
"request_types": {
"request_type_name": "Quote",
"request_type_description": ""
}
}'