Quotes
Update a quote
Update a quote (required scope finance:write)
patch/v1/finance/quotes/{quoteId}
Path parameters
quoteIdinteger required
The id of the quote to update
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"deliverySiteContactId": 56789,
"clientNotes": "Please pay within 30 days",
"internalNotes": "Follow up in two weeks",
"nominalCodeId": 45678,
"departmentCodeId": 23456,
"daysValidFor": 15,
"customFields": [
{
"definitionId": 5514123,
"value": "High net worth"
}
]
}Response
No Content
Changes
No recorded changes to this endpoint across all 3 revisions of this API.