Accounting
Retrieves history records of a specific quote
get/Quotes/{QuoteID}/History
Path parameters
QuoteIDstring uuid required
Unique identifier for an Quote
Response
Success - return response of HistoryRecords array of 0 to N HistoryRecord
Example response
{
"HistoryRecords": [
{
"DateUTC": "/Date(1573755038314)/"
}
]
}