Esign initiation
POST {{customerURL}}/ThirdpartyService/esign/envelope?access_token={{customerToken}}
- The payload should be specified in json format.
- All of the keys and values mentioned in the json are required, and the structure should look like the one shown in the json payload below.
- The recipientName and recipientEmail keys in the payload can be edited and updated based on our preferences.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |
Request Body
{"recipientName"=>"Stokes", "recipientEmail"=>"abc123@gmail.com", "recipientId"=>"ce0b2ba2-faef-43d8-9647-2b93ac5d83a9", "profileId"=>"26d83d93-b69d-4449-868d-db3894646d66", "contractId"=>"ce0b2ba2-faef-43d8-9647-2b93ac5d83a9", "fileName"=>"DecliningInterest_Rate__MonthlyEMI_ce0b2ba2-faef-43d8-9647-2b93ac5d83a9_draft"}