updating a signer via REST API
Thursday, October 18, 2018 at 09:24amGuys,
I am trying to update a signer via the rest api call and it doesn't appear to be working.
When I do the call in postman, it returns the response payload that is expected but it doesn't update the information. I do not get any errors and everything seems like it worked just fine. Here is a basic example of what I am sending up.
{ "type": "SIGNER", "signers": [ { "email": "[email protected]", "phone" : "+15127xxxxxxx", "firstName": "JAMES", "lastName": "SMITH", "auth": null } ] }Am I doing something wrong?
Reply to: updating a signer via REST API
Thursday, October 18, 2018 at 10:14amReply to: updating a signer via REST API
Thursday, October 18, 2018 at 10:46am