Question
From fileds agreement not working
Hi,
https://api.in1.adobesign.com/api/rest/v6/agreements
{
"fileInfos": [{
"transientDocumentId": "3AAABLblqZhDbQSJNDGzcDYvG-iumiW1XluR3i-lodRAITYgXFGCwsp0KpUD8RA1DnVXLJYe1arcwgPW1wbLZYbxlXxXMyWHbNKev3f4xDHwyFQ6LPPTdh1rA5c7oznrLyv4DmNKEnlnbLJgTFKA3wTJfDvvxGXywmrOQsVQehk16t52zvAmd8iNlf8hOlF35dyp9J68QwWvpB_UF2QJBZW--2OHHrHXhyJaxMeuVaOHbmj8weL0so1YuXHKydn3_8bhcNoCNBlZszGGaCICZu_43cSre_g401XCAwyccOec8MIOXJmDDq9PJcUsNp2Jx92d_qXON6P2rpvkc2FPRRNWe-vZ9b0Yw"
}],
"name": "MyTestAgreement",
"participantSetsInfo": [{
"memberInfos": [{
"email": "ujjual@spericorn.com"
}],
"order": 1,
"role": "SIGNER"
}],
"signatureType": "ESIGN",
"state": "AUTHORING",
"fields": [
{
"locations": [
{
"height": 30,
"left": 162,
"pageNumber": "1",
"top": 520,
"width": 280
}
],
"contentType": "SIGNATURE_BLOCK",
"name": "sigBlock1",
"inputType": "SIGNATURE",
"recipientIndex":1,
"required": 1
},
{
"locations": [
{
"height": 36,
"left": 75,
"pageNumber": "1",
"top": 50,
"width": 150
}
],
"contentType": "SIGNATURE_BLOCK",
"name": "sigBlock1",
"inputType": "SIGNATURE",
"recipientIndex":1,
"required": 1
},
{
"locations": [
{
"height": 36,
"left": 162,
"pageNumber": "1",
"top": 520,
"width": 150
}
],
"contentType": "SIGNATURE_DATE",
"name": "test date",
"inputType": "TEXT_FIELD",
"required": 1,
"recipientIndex":1,
"format": "DATE_DD_MM_YYYY",
"assignee":"PREFIL"
}
]
}
-----------------------------------
https://api.in1.adobesign.com/api/rest/v6/agreements/CBJCHBCAABAAYk_3jrd_p0xvKW4lnEJYU_GyRlEGqDBL/formFields
-----------------------------------
https://api.in1.adobesign.com/api/rest/v6/agreements/CBJCHBCAABAAYk_3jrd_p0xvKW4lnEJYU_GyRlEGqDBL/formFields
{
"fields": [
{
"locations": [
{
"height": 36,
"left": 75,
"pageNumber": "1",
"top": 10,
"width": 150
}
],
"contentType": "SIGNATURE_BLOCK",
"name": "sigBlock1",
"inputType": "SIGNATURE",
"recipientIndex":1,
"required": 1
},
{
"locations": [
{
"height": 36,
"left": 75,
"pageNumber": "1",
"top": 50,
"width": 150
}
],
"contentType": "SIGNATURE_BLOCK",
"name": "sigBlock1",
"inputType": "SIGNATURE",
"recipientIndex":1,
"required": 1
},
{
"locations": [
{
"height": 36,
"left": 60,
"pageNumber": "1",
"top": 100,
"width": 150
}
],
"contentType": "SIGNATURE_DATE",
"name": "testdate",
"inputType": "TEXT_FIELD",
"required": 1,
"recipientIndex":1,
"format": "DATE_DD_MM_YYYY",
"visible": "true"
}
]
}
-----------------------------------
After form fields PUT api submissions.
the agreement mail is being but newly added form fields are not appearing for the signer.
-----------------------------------
After form fields PUT api submissions.
the agreement mail is being but newly added form fields are not appearing for the signer.
