400 Code
Thursday, May 16, 2019 at 02:49amHi ,
I am posting below JSON, but its returning 1006 error code and the server repsonse is : Server returned HTTP response code: 400 for URL: https://sandbox.e-signlive.com/api/packages/
************************************************************************** JSON START****************************************
{  
   "trashed":"true",
   "documents":[  
      {  
         "extract":"true",
         "name":"SmartApp_en_100000876",
         "approvals":[  
            {  
               "fields":[  
                  {  
                     "name":"RepPropIns1Sign",
                     "extract":"true"
                  },
                  {  
                     "name":"DateRepPropIns1",
                     "extract":"true",
                     "type":"INPUT",
                     "subtype":"LABEL",
                     "value":"05/16/2019"
                  }
               ],
               "role":"SIGNER_510127"
            },
            {  
               "fields":[  
                  {  
                     "name":"AuthPropIns1Sign",
                     "extract":"true"
                  },
                  {  
                     "name":"DateAuthPropIns1",
                     "extract":"true",
                     "type":"INPUT",
                     "subtype":"LABEL",
                     "value":"05/16/2019"
                  }
               ],
               "role":"SIGNER_510127"
            },
            {  
               "fields":[  
                  {  
                     "name":"RepPropOwn1Sign",
                     "extract":"true"
                  },
                  {  
                     "name":"DateRepPropOwn1",
                     "extract":"true",
                     "type":"INPUT",
                     "subtype":"LABEL",
                     "value":"05/16/2019"
                  }
               ],
               "role":"SIGNER_510127"
            }
         ]
      }
   ],
   "roles":[  
      {  
         "id":"SIGNER_510127",
         "signers":[  
            {  
               "email":"[email protected]",
               "firstName":"abc",
               "id":"SIGNER_510127",
               "lastName":"xyz",
               "auth":{  
                  "challenges":[  
                     {  
                        "maskInput":"false",
                        "answer":"testing"
                     }
                  ],
                  "scheme":"CHALLENGE"
               }
            }
         ]
      }
   ],
   "status":"SENT",
   "name":"Cooperators eSign Package",
   "type":"PACKAGE",
   "userName":"eBix",
   "userPwd":"3F16xxxxxxx7B5",
   "settings":{  
      "ceremony":{  
         "events":{  
            "complete":{  
               "dialog":"true"
            }
         }
      }
   }
}
*************************************JSON END**************************************
Thanks,
Sai
      
                                    
Reply to: 400 Code
Thursday, May 16, 2019 at 04:13am{ "messageKey": "error.validation.ada.notTaggedDocument", "message": "Documents uploaded to accessible transactions must be accessibility enabled.", "code": 400, "name": "Validation Error" }Hope this could help! Duo