GET quote/document/token/{id}
Generate a one time use token that is valid for 10 minutes in order to download a document
Request Information
URI
https://penlon-api.xaitcpq.net/quote/document/token/{id}
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Document Identifier. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
A Token Guid.
globally unique identifierResponse Formats
application/json, text/json, text/html
Sample:
"c5accf12-90fb-4c4e-9363-3ac76e6cd6d2"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c5accf12-90fb-4c4e-9363-3ac76e6cd6d2</guid>