get_quote
Retrieve specific quote details from Autotask PSA using the quote ID to access pricing, line items, and customer information for sales and service operations.
Instructions
Get a specific quote by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
quoteId | Yes | The quote ID to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"quoteId": {
"description": "The quote ID to retrieve",
"type": "number"
}
},
"required": [
"quoteId"
],
"type": "object"
}