Quotes
Create a new flag for a quote
Create a new flag for a quote (required scope finance:write)
post/v1/finance/quotes/{quoteId}/flags
Path parameters
quoteIdinteger required
The quote id
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"flagId": 12345,
"owner": "john.doe@example.com",
"comments": "Requires special attention"
}Response
Created
Changes
No recorded changes to this endpoint across all 4 revisions of this API.