Box Sign templates position not working Hi,
I am trying to reuse the template for a new document so that i can get the preset positions for the signature field using box sign APIs. However, it always asks the user to set the signature field position. Looking for a solution for this.
API used:
(POST) https://{{api.box.com}}/2.0/sign_requests
request:
{
"is_document_preparation_needed": false,
"are_text_signatures_enabled": false,
"email_subject": "Sign Request",
"email_message": "Hello! Please sign the document below",
"are_reminders_enabled": false,
"parent_folder": {
"id": "217501500119",
"etag": "1",
"type": "folder",
"sequence_id": "3",
"name": "My Sign Requests"
},
"name": "name",
"days_valid": 2,
"external_id": "123",
"is_phone_verification_required_to_view": false,
"template_id": "09e707bc-0376-40f8-aeb5-de21fce040e2",
"source_files": [
{
"id": "1261029012495",
"etag": "1",
"type": "file"
}
],
"signature_color": "blue",
"signers":