Actions16
- Quote Preferences Actions
- Quotes Actions
- Quote Access List Actions
- Quote Line Items Actions
- Quote Sections Actions
Overview
This node operation allows you to add an entry to a Quote Access List in the Pax8 quoting system. It is useful when you want to grant or modify access permissions related to a specific quote by adding new entries programmatically. For example, you might use this node to automate sharing quote details with additional users or systems by updating the access list dynamically.
Properties
| Name | Meaning |
|---|---|
| Quote Id | The unique identifier of the quote to which you want to add an access list entry. |
| Additional Body Fields | Optional JSON fields that can be added to the request body for extended customization. |
The "Additional Body Fields" property accepts a JSON object where you can specify any extra parameters supported by the API for this operation.
Output
The node outputs JSON data representing the response from the API after adding the access list entry. This typically includes confirmation details such as the newly created entry's ID, status, and any relevant metadata returned by the Pax8 quoting service.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the Pax8 quoting API.
- The node uses the base URL
https://api.pax8.comfor all requests. - The HTTP headers include
Accept: application/jsonandContent-Type: application/json.
Troubleshooting
- Missing or invalid Quote Id: Ensure the "Quote Id" property is provided and correctly references an existing quote; otherwise, the API will reject the request.
- Malformed JSON in Additional Body Fields: If you provide custom JSON, it must be valid; otherwise, parsing errors may occur.
- Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
- API rate limits or network issues: These can cause request failures; check connectivity and API usage quotas.
Links and References
- Pax8 API documentation (general): https://docs.pax8.com/
- JSON formatting guide: https://www.json.org/json-en.html