latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
Quotes
Create a quote
Create a new quote (required scope finance:write)
post/v1/finance/quotes
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"jobId": 12345,
"jobGroupId": 54321,
"contactId": 1234,
"createdAt": "2022-11-29T16:50:16.0000000+00:00",
"reference": "quoteNote101",
"currencyCode": "EUR",
"deliverySiteContactId": 56789,
"departmentCodeId": 23456,
"clientNotes": "Please pay within 30 days",
"internalNotes": "Follow up in two weeks",
"daysValidFor": 7,
"customFields": [
{
"definitionId": 5514123,
"value": "High net worth"
}
]
}Response
Created