Frontend | Backend | Api

Quotes routes (Backend)

Name Request Response variables Description
editQuote

GET /cdna-admin/quotes/quote/{id}

id \d+
Name Type Description
quote Quote Retrieved Quote record
Retrieve a single record and display the edit page for the record
manageQuotes

GET /cdna-admin/quotes/quotes

Name Type Description
quotes Collection (Quote) Collection of Quotes
Retrieve available records and assign them to the template for editing.