PortfolioLinkApi

<back to all web services

SendLivingAnnuitySignatureRequest

Requires Authentication
The following routes are available for this service:
All Verbs/signing/sendrequest
SendLivingAnnuitySignatureRequest Parameters:
NameParameterData TypeRequiredDescription
GoalResultsIdqueryintNo
TitlequerystringNo
SubjectquerystringNo
MessagequerystringNo
SignerEmail1querystringNo
SignerName1querystringNo
SignerEmail2querystringNo
SignerName2querystringNo
SignerEmail3querystringNo
SignerName3querystringNo
CcSignerEmail1querystringNo
CcSignerName1querystringNo
CcSignerEmail2querystringNo
CcSignerName2querystringNo
CcSignerEmail3querystringNo
CcSignerName3querystringNo
RequestSignatureResponse Parameters:
NameParameterData TypeRequiredDescription
SuccessformboolNo
IdformintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /signing/sendrequest HTTP/1.1 
Host: api.portfoliolink.co.za 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"goalResultsId":0,"title":"String","subject":"String","message":"String","signerEmail1":"String","signerName1":"String","signerEmail2":"String","signerName2":"String","signerEmail3":"String","signerName3":"String","ccSignerEmail1":"String","ccSignerName1":"String","ccSignerEmail2":"String","ccSignerName2":"String","ccSignerEmail3":"String","ccSignerName3":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"success":false,"id":0}