Generate Document From Template
post
{BASE_URL}/v2/client/template/{templateKey}/generate_doc
Generate Document From Template
REQUEST
PATH PARAMETERS
QUERY-STRING PARAMETERS
REQUEST BODY
application/json
[
['template_key_1':'template_value_1'],
['template_key_2':'template_value_2']
]
Request Body containing template key and template value
[any-key]
string
Request Body containing template key and template value
API Server
https://api.digio.in
Authentication
Not Required
curl -X POST "https://api.digio.in/v2/client/template/{templateKey}/generate_doc" \
-H 'accept: application/json'
RESPONSE
success
boolean
Depicting whether the request failed or not
details
string
Details about the exception. Usually contains the exception id for reference.