latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
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