Skip to main content

Signature Write

Upload file for async sign
{
    "attachments": [],
    "areSignersOrdered": false,
    "autoSendCCT": false,
    "documentType": "0000",
    "expiryDate": "10/03/2021",
    "fileContent": "BASE64FILE"
    "fileName": "sample.pdf",
    "useSignatureTimestamp": false,
    "mainSignerId": "BSTCNA80A01I829U",
    "managerId": null,
    "metadata": {},
    "owner": {},
    "signatureMode": "pades",
    "signatureProcessName": "FEA remota",
    "signers": [
        {
            "mobile": "33325567864",
            "email": "prova@prova.com",
            "fiscalCode": "CRAPCC80A01I829L",
            "firstName": "Marco",
            "lastName": "Rossi",
            "signatureData": [               
                {
                    "coordsRegion": {
                        "page": 1,
                        "h": 0.05,
                        "w": 0.2,
                        "x": "0.53",
                        "y": "0.09"
                    },
                    "fieldGroup": "fieldGroup",
                    "positioningStrategy": "coords",
                    "shortDescription": "signature",
                    "longDescription": "signature",
                    "signatureType": "SecureCall",
                    "textType": "signature",
                    "optional": false
                }            
            ]
        }
    ],
    "transmitterId": "23785789985",
    "multipleDocumentSession": false,
    "sendSignedDocumentToMail": false
}

Testo

 

RadioButton

   			 	{
                    "coordsRegion": {
                        "page": 1,
                        "h": 0.05,
                        "w": 0.2,
                        "x": "0.53",
                        "y": "0.09"
                    },
                    "fieldGroup": "fieldGroup",
                    "positioningStrategy": "coords",
                    "shortDescription": "signature",
                    "longDescription": "signature",
                    "signatureType": "SecureCall",
                    "textType": "signature",
                    "optional": false
                }, {
                    "coordsRegion": {
                        "page": 1,
                        "h": 0.04,
                        "w": 0.05,
                        "x": "0.24",
                        "y": "0.43"
                    },
                    "fieldGroup": "Animale preferito",
                    "positioningStrategy": "coords",
                    "shortDescription": "Gatto",
                    "longDescription": "Animale preferito",
                    "signatureType": "SecureCall",
                    "textType": "radiobutton",
                    "optional": false
                }, {
                    "coordsRegion": {
                        "page": 1,
                        "h": 0.04,
                        "w": 0.05,
                        "x": "0.10",
                        "y": "0.43"
                    },
                    "fieldGroup": "Animale preferito",
                    "positioningStrategy": "coords",
                    "shortDescription": "Cane",
                    "longDescription": "Animale preferito",
                    "signatureType": "SecureCall",
                    "textType": "radiobutton",
                    "optional": false
                }

CheckBox

{
	"coordsRegion": {
		"page": 1,
        "h": 0.05,
        "w": 0.2,
        "x": "0.53",
        "y": "0.09"
	},
    "fieldGroup": "fieldGroup",
    "positioningStrategy": "coords",
    "shortDescription": "signature",
    "longDescription": "signature",
    "signatureType": "SecureCall",
    "textType": "signature",
     "optional": false
}, {
	"coordsRegion": {
    	"page": 1,
        "h": 0.04,
        "w": 0.05,
        "x": "0.36",
        "y": "0.71"
     },
     "fieldGroup": "fieldGroup",
     "positioningStrategy": "coords",
     "shortDescription": "checboxn1",
     "longDescription": "Vuoi accettare il contratto?",
     "signatureType": "otp",
     "textType": "checkbox",
     "optional": true
}

Allegati

 "attachments": [
        {
            "description": "carta d'identita'",
            "signerFiscalCode": "BNDNRC85M29G284G",
            "details": [
                {
                    "description": "fronte",
                    "optional": false
                },
                {
                    "description": "retro",
                    "optional": false
                }
            ]
        },
        {
            "description": "foto segnaletica",
            "signerFiscalCode": "MNNRFL96D21I829W",
            "details": [
                {
                    "description": "foto",
                    "optional": false
                }
            ]
        }
    ]
Start signature job
{
    "hubId": "60114f254a46625658841cd4",
    "sendEmail": true
}

Start signature job for multiDocuments
{
    "multiDocumentSessionId": "5f880d0a875f4f3d4574e767",
    "sendEmail": false
}
Send document to cct
{
    "hubId": "60362be0f27a686c982e6518"
}
Send documents to cct
{
    "hubIds": [
        "5ec24179e16fed0006ce7bf3",
        "5efdd0a537f55a00062db5d9",
        "5f008beb09d95c000672d688",
        "5f02b8c26b7afd0007d7344e"
    ]
}