API - Barebones Data for Send Doc For Signiture

API - Barebones Data for Send Doc For Signiture

I am learning how to use with Zoho Sign API.

I am wondering if someone can give me a bare bones JSON data sample for "Send Document For Signature".

Below is the blank data that is pre-populated in postman.  Seems like there is more here than the bare minimum required.

When I send nothing for data, the API responds with the error message "  "message": "Add atleast one field for a signer.",

So obviously the bare minimum JASON in the date field is more than nothing.



{
"requests": {
"actions": [
{
"verify_recipient": ,
"action_id": "",
"action_type": "",
"private_notes": "",
"signing_order": ,
"fields": [
{
"field_type_name": "",
"text_property":{
"font":"",
"font_size": ,
"font_color":"",
"max_field_length": ,
"is_bold": ,
"is_italic":
},
"field_category": "",
"field_label": "",
"is_mandatory": ,
"page_no": ,
"document_id": "",
"field_name": "",
"y_coord": ,
"action_id": "",
"abs_width": ,
"x_coord": ,
"abs_height":
}
]
}
]
}
}

    Nederlandse Hulpbronnen