Add template annotation
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the template
Body
ID of the document
Page number where the annotation is placed
X coordinate of the annotation (in % of the page width from 0 to 100) from the top left corner
Y coordinate of the annotation (in % of the page height from 0 to 100) from the top left corner
Width of the annotation (in % of the page width from 0 to 100)
Height of the annotation (in % of the page height from 0 to 100)
Type of the annotation
TEXT
, SIGNATURE
, INITIALS
, CHECKBOX
, DATE
ID of the recipient
Signature annotation (null if annotation is not a signature)
Initials annotation (null if annotation is not initials)
Text annotation (null if annotation is not a text)
Date annotation (null if annotation is not a date)
Checkbox annotation (null if annotation is not a checkbox)
Response
Unique identifier of the annotation
ID of the recipient
ID of the document
Page number where the annotation is placed
X coordinate of the annotation (in % of the page width from 0 to 100) from the top left corner
Y coordinate of the annotation (in % of the page height from 0 to 100) from the top left corner
Width of the annotation (in % of the page width from 0 to 100)
Height of the annotation (in % of the page height from 0 to 100)
Whether the annotation is required
Type of the annotation
TEXT
, SIGNATURE
, INITIALS
, CHECKBOX
, DATE
Signature annotation (null if annotation is not a signature)
Initials annotation (null if annotation is not initials)
Text annotation (null if annotation is not a text)
Date annotation (null if annotation is not a date)
Checkbox annotation (null if annotation is not a checkbox)