Update roles with auth challenges with REST API
Tuesday, May 10, 2016 at 06:48pmHi!
Is there a way to update role/roles (already created) in package with Q&A challenges?
I have tried PUT on '/api/packages/:packageId/roles/:roleId' but it seems as though the auth part of my request is being ignored.
      
                                    
{  
   "signers":[  
      {  
         "delivery":{  
            "email":false
         },
         "email":"[email protected]",
         "firstName":"Jim",
         "lastName":"Smith",
         "title":"",
         "company":"",
         "auth":{  
            "scheme":"PROVIDER",
            "challenges":[{
                "question": "esign live",
                "maskInput": false,
                "answer": "12345"
            }]
         }
      }
   ],
   "reassign":false,
   "emailMessage":{  
      "content":""
   },
   "attachmentRequirements":[  
   ]
}
Thanks in advance,
Vinay
Reply to: Update roles with auth challenges with REST API
Wednesday, May 11, 2016 at 04:12am