Field
Create a new Field on a Document
Adds a Field to a given Document.
post/signature_requests/{signatureRequestId}/documents/{documentId}/fields
Path parameters
signatureRequestIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
Signature Request Id
documentIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
Document ID
Request body
Example request
{
"signer_id": "9b6ed2f3-244f-487a-baa1-bbe4f51c8748",
"page": 1,
"x": 200,
"y": 400,
"height": 37,
"width": 150,
"display": {
"layout": "detailed",
"options": {
"date_format": "dd/MM/yyyy",
"time_format": "HH:mm",
"show_timezone": true,
"show_email": false
}
}
}Response
Created
Example response
{
"id": "9b6ed2f3-244f-487a-baa1-bbe4f51c8748",
"document_id": "9b6ed2f3-244f-487a-baa1-bbe4f51c8748",
"signer_id": "9b6ed2f3-244f-487a-baa1-bbe4f51c8748",
"display": {
"options": {
"date_format": "dd/MM/yyyy",
"time_format": "HH:mm"
}
}
}