Skip to main content

Performs a custom action on an Quote

GET 

/api/v1/quotes/:id/:action

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Performs a custom action on an Quote.

The current range of actions are as follows

  • clone_to_quote
  • history
  • delivery_note
  • mark_paid
  • download
  • archive
  • delete
  • convert
  • convert_to_invoice
  • email

Request

Responses

Returns the Quote object

Response Headers
    X-MINIMUM-CLIENT-VERSION

    The API version

    X-RateLimit-Remaining

    The number of requests left for the time window.

    X-RateLimit-Limit

    The total number of requests in a given time window.