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://highlandfleets-api.xaitcpq.net/quote/document/token/{id}

URI Parameters

NameDescriptionTypeAdditional information
id

Document Identifier.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

A Token Guid.

globally unique identifier

Response Formats

application/json, text/json, text/html

Sample:
"f0ef4f36-50fb-49c7-a0ce-11a5443cc1a7"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">f0ef4f36-50fb-49c7-a0ce-11a5443cc1a7</guid>