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 .jsv suffix or ?format=jsv

HTTP + JSV

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: text/jsv
Content-Type: text/jsv
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: text/jsv
Content-Length: length

{
	success: False,
	id: 0
}