### Query Client Portal Documentation Source: https://docs.zwapgrid.com/client-portal To ask a question and get a dynamic answer from the documentation, perform an HTTP GET request on the page URL with the 'ask' query parameter. The question should be specific and in natural language. ```http GET https://docs.zwapgrid.com/client-portal.md?ask= ``` -------------------------------- ### Query Documentation via HTTP GET Source: https://docs.zwapgrid.com/changelog/july-2024 Perform an HTTP GET request on the current page URL with the `ask` query parameter to dynamically query the documentation. The question should be specific and self-contained. ```http GET https://docs.zwapgrid.com/changelog/july-2024.md?ask= ``` -------------------------------- ### Query Documentation via HTTP GET Source: https://docs.zwapgrid.com/changelog/january-2025/2025-01-20.md To ask questions about the documentation, perform an HTTP GET request to the page URL with an 'ask' query parameter. The response will include an answer and relevant excerpts. ```http GET https://docs.zwapgrid.com/changelog/january-2025/2025-01-20.md?ask= ``` -------------------------------- ### Query Documentation with GET Request Source: https://docs.zwapgrid.com/client-portal/client-portal.md To get additional information not present on the current page, make an HTTP GET request to the page URL with the 'ask' query parameter. The question should be specific and self-contained. ```http GET https://docs.zwapgrid.com/client-portal/client-portal.md?ask= ``` -------------------------------- ### Query Documentation with GET Request Source: https://docs.zwapgrid.com/changelog/august-2025 Perform an HTTP GET request on the current page URL with the `ask` query parameter to dynamically query the documentation. The question should be specific and in natural language. Use this when the answer is not explicitly present, for clarification, or to retrieve related sections. ```http GET https://docs.zwapgrid.com/changelog/august-2025.md?ask= ``` -------------------------------- ### Query Documentation via HTTP GET Source: https://docs.zwapgrid.com/client-portal/systems/zwapgrid-managed-connection.md Perform an HTTP GET request on the current page URL with the `ask` query parameter to dynamically query the documentation. The question should be specific and in natural language. Use this when the answer is not explicitly present, for clarification, or to retrieve related documentation. ```http GET https://docs.zwapgrid.com/client-portal/systems/zwapgrid-managed-connection.md?ask= ``` -------------------------------- ### GET /proxy/{systemUrl} Source: https://docs.zwapgrid.com/systems-in-the-grid.md Proxies a GET request to the specified underlying system URL. ```APIDOC ## GET /proxy/{systemUrl} ### Description Proxy a GET request to the underlying system. ### Method GET ### Endpoint /proxy/{systemUrl} ``` -------------------------------- ### Query Documentation via HTTP GET Source: https://docs.zwapgrid.com/changelog/february-2025 To get specific information not directly on a page, make an HTTP GET request to the page URL with an 'ask' query parameter. The question should be in natural language. ```http GET https://docs.zwapgrid.com/changelog/february-2025.md?ask= ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/api.1 Perform an HTTP GET request to query the documentation dynamically. Use the 'ask' query parameter with a specific question in natural language to get direct answers and relevant excerpts. ```http GET https://docs.zwapgrid.com/api.1.md?ask= ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/changelog/april-2025/2025-04-24.md Perform an HTTP GET request on the current page URL with the `ask` query parameter to query documentation dynamically. ```http GET https://docs.zwapgrid.com/changelog/april-2025/2025-04-24.md?ask= ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/changelog/may-2025 Perform an HTTP GET request to query the documentation with a natural language question. Use this to get direct answers, clarifications, or related documentation sections. ```http GET https://docs.zwapgrid.com/changelog/may-2025.md?ask= ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/get-started/onboard-your-customer.md To get additional information not directly on the page, perform an HTTP GET request with the 'ask' query parameter. The question should be specific and in natural language. ```http GET https://docs.zwapgrid.com/get-started/onboard-your-customer.md?ask= ``` -------------------------------- ### GET /customers/{customerId} Source: https://docs.zwapgrid.com/systems-in-the-grid.md Get a specific customer by their ID. Supported by Fortnox, Visma e-conomic, and Xero. ```APIDOC ## GET /customers/{customerId} ### Description Get a customer by ID. ### Method GET ### Endpoint /customers/{customerId} ### Parameters #### Path Parameters - **customerId** (string) - Required - The unique identifier of the customer to retrieve. ### Response #### Success Response (200) - **customer** (object) - The customer object. - **id** (string) - The unique identifier for the customer. - **name** (string) - The name of the customer. - **organizationNumber** (string) - The customer's organization number (if applicable). - **email** (string) - The customer's email address. - **address** (string) - The customer's address. #### Error Response (404) - **message** (string) - "Customer not found." ### Response Example { "customer": { "id": "CUST-001", "name": "Acme Inc.", "organizationNumber": "987654-3210", "email": "contact@acme.com", "address": "123 Main St, Anytown, USA" } } ``` -------------------------------- ### GET /trialBalances V1 Source: https://docs.zwapgrid.com/deprecation-schedule/2026-06/removal-of-trialbalances-v1.md The `GET /trialBalances` V1 endpoint is being removed. Users should migrate to the V2 endpoint. ```APIDOC ## GET /trialBalances V1 ### Description This endpoint is deprecated and will be removed. It was used for retrieving trial balances. ### Method GET ### Endpoint /trialBalances ### Replacement Users should migrate to `GET /trialBalances` V2. ``` -------------------------------- ### Querying Documentation Dynamically Source: https://docs.zwapgrid.com/deprecation-schedule/2026-06/removal-of-accountbalances-endpoint.md To get information not explicitly on the page, perform an HTTP GET request to the page URL with the 'ask' query parameter. The question should be specific and in natural language. ```http GET https://docs.zwapgrid.com/deprecation-schedule/2026-06/removal-of-accountbalances-endpoint.md?ask= ``` -------------------------------- ### Add GET /incomestatement Support for Visma Netvisor Source: https://docs.zwapgrid.com/changelog/2026.md Introduces support for the GET /incomestatement endpoint for Visma Netvisor system. ```plaintext GET /incomestatement ``` -------------------------------- ### Add GET /balancesheet Support for Visma Netvisor Source: https://docs.zwapgrid.com/changelog/2026.md Introduces support for the GET /balancesheet endpoint for Visma Netvisor system. ```plaintext GET /balancesheet ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/security To get specific information not readily available on a page, make an HTTP GET request to the page URL with an 'ask' query parameter. The question should be clear and in natural language. ```HTTP GET https://docs.zwapgrid.com/security.md?ask= ``` -------------------------------- ### Query Documentation with HTTP GET Source: https://docs.zwapgrid.com/changelog/october-2024/8th-october.md Use this method to ask questions about the documentation when the answer is not explicitly present on the page. The question should be specific and self-contained. ```http GET https://docs.zwapgrid.com/changelog/october-2024/8th-october.md?ask= ``` -------------------------------- ### GET /customers Source: https://docs.zwapgrid.com/systems-in-the-grid.md Lists customers. Supported by Fortnox, Bjorn Lunden, Spiris, Visma e-conomic, Procountor, and Xero. ```APIDOC ## GET /customers ### Description List customers. ### Method GET ### Endpoint /customers ### Parameters #### Query Parameters - **limit** (integer) - Optional - Maximum number of customers to return. - **offset** (integer) - Optional - Number of customers to skip before returning results. - **search** (string) - Optional - Filter customers by name or organization number. ### Response #### Success Response (200) - **customers** (array) - A list of customer objects. - **id** (string) - The unique identifier for the customer. - **name** (string) - The name of the customer. - **organizationNumber** (string) - The customer's organization number (if applicable). - **email** (string) - The customer's email address. ### Response Example { "customers": [ { "id": "CUST-001", "name": "Acme Inc.", "organizationNumber": "987654-3210", "email": "contact@acme.com" }, { "id": "CUST-002", "name": "Beta LLC", "organizationNumber": null, "email": "info@beta.com" } ] } ``` -------------------------------- ### Visma e-conomic - Get Trial Balances Source: https://docs.zwapgrid.com/changelog/march-2025/2025-03-04.md Introduces the headingLevel parameter in v2 of the trial balance API for Visma e-conomic. ```APIDOC ## GET /trialbalances ### Description Introduced headingLevel parameter in v2 of trial balance API for Visma e-conomic. ### Method GET ### Endpoint /trialbalances ### Parameters #### Query Parameters - **headingLevel** (integer) - Optional - Specifies the heading level for the trial balance. ### Response #### Success Response (200) - **trialBalanceData** (object) - The trial balance data. ``` -------------------------------- ### Procountor: Get Customers Source: https://docs.zwapgrid.com/changelog/2026.md Added support for GET /customers in Procountor. ```http GET /customers ``` -------------------------------- ### Query Documentation via HTTP GET Source: https://docs.zwapgrid.com/changelog/july-2025 Use this method to ask questions about the documentation dynamically. The response includes direct answers and relevant excerpts. ```http GET https://docs.zwapgrid.com/changelog/july-2025.md?ask= ``` -------------------------------- ### Get Accounting Accounts Source: https://docs.zwapgrid.com/changelog/december-2025/readme-7-1.md New support has been added for the GET /accountingAccounts endpoint. ```http GET /accountingAccounts ``` -------------------------------- ### Onboarding Flow URL for System Choice Source: https://docs.zwapgrid.com/onboarding-flow/accounting-systems.md Use this URL to allow users to choose from supported accounting systems during onboarding. Replace `` and `` with your specific values. ```url https://onboarding.zwapgrid.com/consent//?otc= ``` -------------------------------- ### Querying Documentation with 'ask' Parameter Source: https://docs.zwapgrid.com/deprecation-schedule/2026-10/removel-of-creditamount-debitamount-paymentid-from-payments.md Demonstrates how to query this documentation dynamically using the 'ask' query parameter in an HTTP GET request. This is useful for retrieving specific information or clarification not explicitly present on the page. ```http GET https://docs.zwapgrid.com/deprecation-schedule/2026-10/removel-of-creditamount-debitamount-paymentid-from-payments.md?ask= ``` -------------------------------- ### Onboarding Flow URL for Specific System Source: https://docs.zwapgrid.com/onboarding-flow/accounting-systems.md Use this URL to directly link users to a specific accounting system. Replace ``, ``, and `` with your specific values. ```url https://onboarding.zwapgrid.com/consent///?otc= ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/changelog/september-2024/6th-september.md Use this method to ask questions about the documentation. The response includes direct answers and relevant excerpts. ```http GET https://docs.zwapgrid.com/changelog/september-2024/6th-september.md?ask= ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/key-concepts/fair-usage-policy.md To ask questions about the documentation and receive direct answers with relevant excerpts, perform an HTTP GET request on the page URL with the 'ask' query parameter. The question should be specific and self-contained. ```HTTP GET https://docs.zwapgrid.com/key-concepts/fair-usage-policy.md?ask= ``` -------------------------------- ### GET /suppliers/{supplierId} Source: https://docs.zwapgrid.com/systems-in-the-grid.md Get a supplier by ID. This endpoint retrieves details for a specific supplier identified by their ID. ```APIDOC ## GET /suppliers/{supplierId} ### Description Get a supplier by ID. ### Method GET ### Endpoint /suppliers/{supplierId} ### Parameters #### Path Parameters - **supplierId** (string) - Required - The ID of the supplier to retrieve. ``` -------------------------------- ### Query Documentation via HTTP GET Source: https://docs.zwapgrid.com/key-concepts Use this method to ask specific questions about the documentation. The response includes direct answers and relevant excerpts. ```http GET https://docs.zwapgrid.com/key-concepts.md?ask= ``` -------------------------------- ### Query Documentation Page Source: https://docs.zwapgrid.com/changelog/february-2025/2025-02-11.md To ask questions about the documentation, perform an HTTP GET request on the page URL with the 'ask' query parameter. The question should be specific and self-contained. ```http GET https://docs.zwapgrid.com/changelog/february-2025/2025-02-11.md?ask= ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/changelog/march-2025/2025-03-17.md Perform an HTTP GET request on the current page URL with the `ask` query parameter to dynamically query the documentation. The question should be specific, self-contained, and written in natural language. The response will contain a direct answer to the question and relevant excerpts and sources from the documentation. ```http GET https://docs.zwapgrid.com/changelog/march-2025/2025-03-17.md?ask= ``` -------------------------------- ### Query Documentation Source: https://docs.zwapgrid.com/changelog/march-2025/2025-03-13.md To ask questions about this documentation, perform an HTTP GET request on the current page URL with the 'ask' query parameter. The question should be specific and in natural language. ```http GET https://docs.zwapgrid.com/changelog/march-2025/2025-03-13.md?ask= ``` -------------------------------- ### Query Documentation with 'ask' Parameter Source: https://docs.zwapgrid.com/key-concepts/terminology.md Perform an HTTP GET request on the current page URL with the `ask` query parameter to dynamically query the documentation. The question should be specific and self-contained. ```http GET https://docs.zwapgrid.com/key-concepts/terminology.md?ask= ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/deprecation-schedule/2026-03/readme-2.md Perform an HTTP GET request on the current page URL with the 'ask' query parameter to dynamically query the documentation. The question should be specific and self-contained. ```http GET https://docs.zwapgrid.com/deprecation-schedule/2026-03/readme-2.md?ask= ``` -------------------------------- ### GET /supplierinvoices Source: https://docs.zwapgrid.com/systems-in-the-grid.md Retrieves a list of all supplier invoices. ```APIDOC ## GET /supplierinvoices ### Description List supplier invoices. ### Method GET ### Endpoint /supplierinvoices ### Response #### Success Response (200) - **[Response fields not specified in source]** ``` -------------------------------- ### Query Documentation Page Source: https://docs.zwapgrid.com/deprecation-schedule/2025-01/deprecation-of-accountbalances-endpoint.md To ask questions about the documentation, perform an HTTP GET request on the page URL with the 'ask' query parameter. The question should be specific and in natural language. ```http GET https://docs.zwapgrid.com/deprecation-schedule/2025-01/deprecation-of-accountbalances-endpoint.md?ask= ``` -------------------------------- ### Query Documentation Page Source: https://docs.zwapgrid.com/client-portal/users.md To ask questions about the documentation dynamically, perform an HTTP GET request to the page URL with the 'ask' query parameter. The response includes a direct answer and relevant excerpts. ```HTTP GET https://docs.zwapgrid.com/client-portal/users.md?ask= ``` -------------------------------- ### GET /salesinvoices Source: https://docs.zwapgrid.com/changelog/june-2025/2025-06-16.md Updated mapping for sales invoices. ```APIDOC ## GET /salesinvoices ### Description Retrieves a list of sales invoices with updated mapping. ### Method GET ### Endpoint /api/v1/consents/{consentId}/salesinvoices ### Parameters #### Path Parameters - **consentId** (string) - Required - The ID of the consent. ### Response #### Success Response (200) - **salesInvoices** (array) - A list of sales invoices. #### Response Example { "salesInvoices": [] } ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/changelog/march-2025 Perform an HTTP GET request on the current page URL with the `ask` query parameter to dynamically query the documentation. The question should be specific and self-contained. Use this when the answer is not explicitly present, for clarification, or to retrieve related sections. ```http GET https://docs.zwapgrid.com/changelog/march-2025.md?ask= ``` -------------------------------- ### GET /supplierinvoices Source: https://docs.zwapgrid.com/changelog/june-2025/2025-06-16.md Updated mapping for supplier invoices. ```APIDOC ## GET /supplierinvoices ### Description Retrieves a list of supplier invoices with updated mapping. ### Method GET ### Endpoint /api/v1/consents/{consentId}/supplierinvoices ### Parameters #### Path Parameters - **consentId** (string) - Required - The ID of the consent. ### Response #### Success Response (200) - **supplierInvoices** (array) - A list of supplier invoices. #### Response Example { "supplierInvoices": [] } ``` -------------------------------- ### Query Documentation with 'ask' Parameter Source: https://docs.zwapgrid.com/changelog/september-2024/10th-september.md To ask questions about the documentation, perform an HTTP GET request on the page URL with the 'ask' query parameter. The question should be specific and in natural language. ```http GET https://docs.zwapgrid.com/changelog/september-2024/10th-september.md?ask= ``` -------------------------------- ### GET /salesinvoices Source: https://docs.zwapgrid.com/systems-in-the-grid.md Lists all sales invoices available in the system. ```APIDOC ## GET /salesinvoices ### Description List sales invoices. ### Method GET ### Endpoint /salesinvoices ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/changelog/january-2025 Perform an HTTP GET request on the current page URL with the `ask` query parameter to dynamically query the documentation. The question should be specific and in natural language. Use this when the answer is not explicitly present or for clarification. ```http GET https://docs.zwapgrid.com/changelog/january-2025.md?ask= ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/resources/demos.md Perform an HTTP GET request on the current page URL with the `ask` query parameter to dynamically query the documentation. The question should be specific and in natural language. ```HTTP GET https://docs.zwapgrid.com/resources/demos.md?ask= ``` -------------------------------- ### GET /supplierinvoices/{supplierInvoiceId} Source: https://docs.zwapgrid.com/systems-in-the-grid.md Retrieves a specific supplier invoice by its ID. ```APIDOC ## GET /supplierinvoices/{supplierInvoiceId} ### Description Get a supplier invoice by ID. ### Method GET ### Endpoint /supplierinvoices/{supplierInvoiceId} ### Parameters #### Path Parameters - **supplierInvoiceId** (string) - Required - The ID of the supplier invoice. ### Response #### Success Response (200) - **[Response fields not specified in source]** ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/changelog/june-2025 Perform an HTTP GET request to query the documentation. Use this when the answer is not explicitly present, you need clarification, or want to retrieve related sections. ```http GET https://docs.zwapgrid.com/changelog/june-2025.md?ask= ``` -------------------------------- ### GET /salesinvoices/payments Source: https://docs.zwapgrid.com/systems-in-the-grid.md Lists all payments made across all sales invoices. ```APIDOC ## GET /salesinvoices/payments ### Description List payments across sales invoices. ### Method GET ### Endpoint /salesinvoices/payments ### Response #### Success Response (200) - **[Response fields not specified in source]** ``` -------------------------------- ### Query Documentation Index with GET Request Source: https://docs.zwapgrid.com/llms.txt Use this method to ask a specific question about the documentation. The question should be self-contained and in natural language. The response includes an answer and relevant excerpts. ```http GET https://docs.zwapgrid.com/systems-in-the-grid.md?ask= ``` -------------------------------- ### GET /journals/{journalId} Source: https://docs.zwapgrid.com/systems-in-the-grid.md Retrieves a specific journal by its unique identifier. ```APIDOC ## GET /journals/{journalId} ### Description Get a journal by ID. ### Method GET ### Endpoint /journals/{journalId} ``` -------------------------------- ### GET /suppliers Source: https://docs.zwapgrid.com/systems-in-the-grid.md List suppliers. This endpoint retrieves a list of all registered suppliers. ```APIDOC ## GET /suppliers ### Description List suppliers. ### Method GET ### Endpoint /suppliers ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/changelog/march-2025/2025-03-20.md Perform an HTTP GET request on a documentation page URL with the 'ask' query parameter to dynamically query the documentation. The question should be specific and self-contained. ```http GET https://docs.zwapgrid.com/changelog/march-2025/2025-03-20.md?ask= ``` -------------------------------- ### GET /supplierinvoices/{supplierInvoiceId}/attachments Source: https://docs.zwapgrid.com/systems-in-the-grid.md Lists all attachments for a given supplier invoice. ```APIDOC ## GET /supplierinvoices/{supplierInvoiceId}/attachments ### Description List supplier invoice attachments. ### Method GET ### Endpoint /supplierinvoices/{supplierInvoiceId}/attachments ### Parameters #### Path Parameters - **supplierInvoiceId** (string) - Required - The ID of the supplier invoice. ### Response #### Success Response (200) - **[Response fields not specified in source]** ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/changelog/2025-07-01.md Perform an HTTP GET request to query documentation dynamically. The question should be specific and in natural language. Use this when the answer is not explicitly present or for clarification. ```http GET https://docs.zwapgrid.com/changelog/2025-07-01.md?ask= ``` -------------------------------- ### GET /salesinvoices/{salesInvoiceId} Source: https://docs.zwapgrid.com/systems-in-the-grid.md Retrieves a specific sales invoice by its unique identifier. ```APIDOC ## GET /salesinvoices/{salesInvoiceId} ### Description Get a sales invoice by ID. ### Method GET ### Endpoint /salesinvoices/{salesInvoiceId} ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.zwapgrid.com/changelog/september-2024/19th-september.md Perform an HTTP GET request on the current page URL with the `ask` query parameter to retrieve specific information. The question should be specific, self-contained, and written in natural language. ```http GET https://docs.zwapgrid.com/changelog/september-2024/19th-september.md?ask= ```