LowCodeAPI
  • Bulk API(3)
    • POST
      Bulk Merge
    • POST
      Bulk Sign
    • POST
      Sign API
POST
POST
POST
POST
https://api.lowcodeapi.com/zohowriter/writer/api/v1/templates/template_id/bulkmerge
Path Parameters 1
template_id*string

The path parameters will be sent as a URL query parameters as a part of the request.

Request Payload

The payload will be sent as a application/json as a part of the request body.

Path Parameters
template_id*string
Specify a unique id for the writer document
Payload
output_settingsobject*
Using this param, you will be able to specify
merge_dataobject*
Pass a String value through 'data' key as JSON Array
merge_data_csv_contentfile
Provide the required csv content in your API request body
merge_data_json_contentfile
Provide the required json content in your API request body.
merge_data_csv_urlstring
Provide the required csv url in your API request body.
merge_data_json_urlstring
Provide the required json url in your API request body.
sign_service_namestring
pecify the third party sign service name with respect to which the merged document needs to be generated.
Response
API response data will be shown here once the request is completed.
Zoho Writer