FaxStore
The Quotes API for FaxStore allows issuing and retrieving quotes for users. It streamlines the process of managing and delivering price estimates directly to your customers.
GET /api/quotes
Returns all quotes created in an array.
authorization | [Header] A valid API token |
GET /api/quotes/:id
Returns an object of the specified quote.
authorization | [Header] A valid API token |
id | [URL] The ID of a quote to fetch |
POST /api/quote
Creates a quote with the provided data and returns it. Note agree field can't be entered via the API as it is for user agreement in a quote.
authorization | [Header] A valid API token |
title | [Body] The title of the quote |
description | [Body] An optional description of the quote |
price | [Body] The proposed price to include |