Change Recipient
PATCH {{apiBaseUrl}}/v1/document/changeRecipient?documentId={{documentId}}
This API is used to change the recipient details for a document.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
documentId | string | The unique document id of the document. |
Request Body
{"newSignerName"=>"Stacy Wilson", "reason"=>"State reason for changing the recipient", "order"=>1, "newSignerEmail"=>"stacywilson@cubeflakes.com", "oldSignerEmail"=>"cathysam@cubeflakes.com", "phoneNumber"=>{"countryCode"=>"+1", "number"=>"22235345"}, "oldPhoneNumber"=>{"countryCode"=>"+1", "number"=>"22234345"}}
RESPONSES
status: OK