post
http://{{url}}/api/method/emotive_app.api.sales.create_wizard.create_quote
This API creates a Quote using basic inputs such as Stock Number, Customer ID, Lender, Credit Application ID, Type of Sale, and Company Branch. It initializes a quote record and optionally attempts to create a sales contract.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Example Response
{
"message": "2026-QTE-01-00781",
"_server_messages": "[\"{\\\"message\\\": \\\"With Installment Contracts and Solve For Term you must set the Sale Price, Rate, Payment, Frequency and Days to First Payment\\\", \\\"title\\\": \\\"Message\\\", \\\"indicator\\\": \\\"red\\\", \\\"raise_exception\\\": 1, \\\"__frappe_exc_id\\\": \\\"520e55c3a2c84c1547ca0c181aff6228067b4dbc9fceea1ba4a9f0d5\\\"}\"]"
}Response Structure
Top-Level Fields
-
message (string)
▸ Unique identifier of the newly created Quote
▸ Example:2026-QTE-01-00781 -
_server_messages (string)
▸ Serialized array of server-side messages returned by the backend
▸ Typically present when additional required data is missing or business rules are violatedMay include:
- validation errors
- warnings
- business rule messages
