Quotation API
API for retrieving quotation information and PDF.
Endpoints
List quotations
GET /api/v1/quotations
Authentication: X-AUTHORIZATION Parameters:
- company_profile_id (required)
- page (optional, default = 0)
- per_page (optional, default = 50)
Fetch Quotation PDF
GET /api/v1/quotations/pdf
Authentication: X-AUTHORIZATION Parameters:
- id (required)
- company_profile_id (required)
Fetch Quotation JSON
GET /api/v1/quotations/info
Authentication: X-AUTHORIZATION Parameters:
- id (required)
- company_profile_id (required)
Todo
- Add endpoint to create contacts and quotations for "API" use