PUT /quotes/create
Creates a new quote record.
Roles that can access this endpoint are Users, Customers.
Parameters
name |
description |
type |
default |
type |
quote |
the data to use when creating the new quote |
body of type: application/xml application/json
|
|
RowQuote
|
Result
RowQuote
of type:
application/xml
application/json
the posted quote record
Try It Out
Request