signature_coordinate_set
Set the visual position of a signature field on a PDF document page by providing coordinates. Required before activating a signature request for both interposition and advanced signatures.
Instructions
Sets the visual position of the signature field on a PDF document page. Required for PDF documents before activation, for both INTERPOSITION and ADVANCED signatures. Requires: signature_participant_create → signatoryId, signature_request_add_document → documentId, signature_request_create → requestId, case_file_create → caseFileId. Provide coordinates as array of {page (1-based), x (points from left), y (points from bottom)}. Set coordinates after the document has been uploaded and before activate_signature_request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | ||
| caseFileId | Yes | ||
| documentId | Yes | ||
| coordinates | Yes | ||
| signatoryId | Yes |