Save Quote via Zoho & IMG API
A successful quote save requires four sequential API calls. Each step depends on identifiers returned by the previous one.
| # | Step | Purpose |
|---|---|---|
| 1 | Create Contact | POST to Zoho Contacts — returns a Contact ID |
| 2 | Create Opportunity | POST to Zoho Potentials — returns a Zoho Opportunity ID |
| 3 | Retrieve Opportunity | GET the Deal — extracts the CMN_ID |
| 4 | Save Quote | POST to IMG API — saves the selected product quote |