Procuration Token
How to generate the document
This document can be generated by printing an pending procuration.
This is available from the link Procurations and access rights
in the user profile menu :
Select List of procurations
and print one of the existing procuration to generate the document.
Template location
The document template is stored in the API Document Rendering storage. It is possible to replace it using the API's endpoint POST/Templates/
or by physically replacing it.
Data
Here is the data injected into the template to generate the document :
{
"DataSource.ReportTitle", // Translation term: GV.Portal.Account.Private.Rights.Report.ReportTitle
"DataSource.MandatorName", // Name of the person or organization giving this procuration
"DataSource.MandatorEmail",// Email of the person or organization giving this procuration
"DataSource.SummaryText", // Translation term: GV.Portal.Account.Private.View.Report.SummaryText
"DataSource.TokenIdLabel", // Translation term: GV.Portal.Account.Private.Rights.Report.TokenIdLabel
"DataSource.TokenID", // The token ID generated when creating the procuration
"DataSource.LinkText", // Translation term: GV.Portal.Account.Private.Rights.Report.UrlText
"DataSource.ConsumeUrl" // Link to consume the token ({Request.Url.Scheme}://{Request.Url.Authority}/Pages/Procuration/ConsumeToken.aspx)
}