{ "info": { "_postman_id": "bf5ff2bb-3682-4931-9e68-5a634c3c9d16", "name": "Resolve API Reference Access Keys Invoices API", "description": "API Support: [accounts@resolvepay.com](mailto:accounts@resolvepay.com?subject=API)\n\nLegacy (v2) API documentation: [https://app.resolvepay.com/docs/api/v2](https://app.resolvepay.com/docs/api/v2)\n", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "lastUpdatedBy": "35240", "uid": "35240-bf5ff2bb-3682-4931-9e68-5a634c3c9d16" }, "item": [ { "name": "invoices", "item": [ { "name": "{invoice_id}", "item": [ { "name": "send", "item": [ { "name": "Send an invoice", "id": "0ab80f37-f6e1-4400-93a8-73983ed332b2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/send", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "send" ], "variable": [ { "id": "c591fb98-a53d-40be-adae-18824ce05ea6", "key": "invoice_id", "value": "", "description": "(Required) ID of the invoice to send" } ] }, "description": "Send an invoice to the customer." }, "response": [ { "id": "f7c1e69e-9413-46d7-a409-88ccdfc39089", "name": "An object representing an invoice.", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/send", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "send" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"source\": \"ADMIN_USER\",\n \"customer_id\": \"\",\n \"order_number\": \"\",\n \"number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"line_items\": \"\",\n \"merchant_invoice_url\": \"\",\n \"resolve_invoice_url\": \"\",\n \"resolve_invoice_status\": \"processing\",\n \"fully_paid\": \"\",\n \"fully_paid_at\": \"\",\n \"advanced\": \"\",\n \"due_at\": \"\",\n \"original_due_at\": \"\",\n \"invoiced_at\": \"\",\n \"advance_requested\": \"\",\n \"terms\": \"net15\",\n \"amount_payout_due\": \"\",\n \"amount_payout_paid\": \"\",\n \"amount_payout_pending\": \"\",\n \"amount_payout_refunded\": \"\",\n \"amount_payout_balance\": \"\",\n \"payout_fully_paid\": \"\",\n \"payout_fully_paid_at\": \"\",\n \"amount_balance\": \"\",\n \"amount_due\": \"\",\n \"amount_refunded\": \"\",\n \"amount_pending\": \"\",\n \"amount_paid\": \"\",\n \"amount_advance\": \"\",\n \"amount_additional_advance\": \"\",\n \"amount_advance_fee\": \"\",\n \"amount_advance_fee_refund\": \"\",\n \"advance_rate\": \"\",\n \"advanced_at\": \"\",\n \"amount_customer_fee_total\": \"\",\n \"amount_customer_fee_waived\": \"\",\n \"amount_customer_fee_paid\": \"\",\n \"amount_customer_fee_balance\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"archived\": \"\",\n \"invoice_payment_url\": \"\",\n \"canceled\": \"\",\n \"canceled_at\": \"\",\n \"voided\": \"\",\n \"voided_at\": \"\",\n \"amount_canceled\": \"\",\n \"amount_voided\": \"\"\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-f7c1e69e-9413-46d7-a409-88ccdfc39089" }, { "id": "fb545640-0742-4b19-add0-87c92774a1b2", "name": "Bad request error", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/send", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "send" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"validation_error\",\n \"details\": [\n {\n \"path\": \"\",\n \"message\": \"\"\n },\n {\n \"path\": \"\",\n \"message\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-fb545640-0742-4b19-add0-87c92774a1b2" }, { "id": "1e05bf1c-febd-4fca-9c5a-2599e068ffbb", "name": "Unauthorized error", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/send", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "send" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"authentication_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-1e05bf1c-febd-4fca-9c5a-2599e068ffbb" }, { "id": "b65c7eed-0857-4f56-bd6e-06654685991b", "name": "Not found error", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/send", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "send" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"not_found_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-b65c7eed-0857-4f56-bd6e-06654685991b" }, { "id": "542136ab-9a81-4d9c-8684-68f1d41fedf0", "name": "Rate limit error", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/send", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "send" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"rate_limit_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-542136ab-9a81-4d9c-8684-68f1d41fedf0" } ], "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-0ab80f37-f6e1-4400-93a8-73983ed332b2" } ], "id": "35e63d1b-8c98-49b1-8ba6-66a523461131", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-35e63d1b-8c98-49b1-8ba6-66a523461131" }, { "name": "void", "item": [ { "name": "Void an invoice", "id": "39f7442d-2d43-4131-9181-13d6a42771d9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/void", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "void" ], "variable": [ { "id": "f0bfd46c-cdfb-443e-b690-95db55d32f62", "key": "invoice_id", "value": "", "description": "(Required) ID of the invoice to void" } ] }, "description": "Void an invoice." }, "response": [ { "id": "dd5f6706-6fbb-46cc-9de1-ec7fa2ec4229", "name": "An object representing an invoice.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/void", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "void" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"source\": \"ADMIN_USER\",\n \"customer_id\": \"\",\n \"order_number\": \"\",\n \"number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"line_items\": \"\",\n \"merchant_invoice_url\": \"\",\n \"resolve_invoice_url\": \"\",\n \"resolve_invoice_status\": \"processing\",\n \"fully_paid\": \"\",\n \"fully_paid_at\": \"\",\n \"advanced\": \"\",\n \"due_at\": \"\",\n \"original_due_at\": \"\",\n \"invoiced_at\": \"\",\n \"advance_requested\": \"\",\n \"terms\": \"net15\",\n \"amount_payout_due\": \"\",\n \"amount_payout_paid\": \"\",\n \"amount_payout_pending\": \"\",\n \"amount_payout_refunded\": \"\",\n \"amount_payout_balance\": \"\",\n \"payout_fully_paid\": \"\",\n \"payout_fully_paid_at\": \"\",\n \"amount_balance\": \"\",\n \"amount_due\": \"\",\n \"amount_refunded\": \"\",\n \"amount_pending\": \"\",\n \"amount_paid\": \"\",\n \"amount_advance\": \"\",\n \"amount_additional_advance\": \"\",\n \"amount_advance_fee\": \"\",\n \"amount_advance_fee_refund\": \"\",\n \"advance_rate\": \"\",\n \"advanced_at\": \"\",\n \"amount_customer_fee_total\": \"\",\n \"amount_customer_fee_waived\": \"\",\n \"amount_customer_fee_paid\": \"\",\n \"amount_customer_fee_balance\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"archived\": \"\",\n \"invoice_payment_url\": \"\",\n \"canceled\": \"\",\n \"canceled_at\": \"\",\n \"voided\": \"\",\n \"voided_at\": \"\",\n \"amount_canceled\": \"\",\n \"amount_voided\": \"\"\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-dd5f6706-6fbb-46cc-9de1-ec7fa2ec4229" }, { "id": "78b9fc59-9fa4-4391-b554-1dfb54a0ce18", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/void", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "void" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"validation_error\",\n \"details\": [\n {\n \"path\": \"\",\n \"message\": \"\"\n },\n {\n \"path\": \"\",\n \"message\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-78b9fc59-9fa4-4391-b554-1dfb54a0ce18" }, { "id": "1f813daa-66fb-4ba1-9eab-e1ad5d102532", "name": "Unauthorized error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/void", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "void" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"authentication_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-1f813daa-66fb-4ba1-9eab-e1ad5d102532" }, { "id": "a0a51cff-e771-4f7f-8b23-7a77d29ea15e", "name": "Not found error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/void", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "void" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"not_found_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-a0a51cff-e771-4f7f-8b23-7a77d29ea15e" }, { "id": "d75383d3-02cb-48c9-a791-57c118086e23", "name": "Rate limit error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/void", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "void" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"rate_limit_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-d75383d3-02cb-48c9-a791-57c118086e23" } ], "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-39f7442d-2d43-4131-9181-13d6a42771d9" } ], "id": "0c1f6422-b185-4602-92c4-414c7519abd0", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-0c1f6422-b185-4602-92c4-414c7519abd0" }, { "name": "cancel", "item": [ { "name": "Cancel an invoice", "id": "7ea4f3fb-a2bf-423b-916f-7c22c284aa86", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "cancel" ], "variable": [ { "id": "728194a6-f743-4903-880b-e3950e4fadb1", "key": "invoice_id", "value": "", "description": "(Required) ID of the invoice to cancel" } ] }, "description": "Cancel an invoice." }, "response": [ { "id": "f7d7ba5c-c712-49c1-9ec9-fe6c79bb6b01", "name": "An object representing an invoice.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "cancel" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"source\": \"ADMIN_USER\",\n \"customer_id\": \"\",\n \"order_number\": \"\",\n \"number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"line_items\": \"\",\n \"merchant_invoice_url\": \"\",\n \"resolve_invoice_url\": \"\",\n \"resolve_invoice_status\": \"processing\",\n \"fully_paid\": \"\",\n \"fully_paid_at\": \"\",\n \"advanced\": \"\",\n \"due_at\": \"\",\n \"original_due_at\": \"\",\n \"invoiced_at\": \"\",\n \"advance_requested\": \"\",\n \"terms\": \"net15\",\n \"amount_payout_due\": \"\",\n \"amount_payout_paid\": \"\",\n \"amount_payout_pending\": \"\",\n \"amount_payout_refunded\": \"\",\n \"amount_payout_balance\": \"\",\n \"payout_fully_paid\": \"\",\n \"payout_fully_paid_at\": \"\",\n \"amount_balance\": \"\",\n \"amount_due\": \"\",\n \"amount_refunded\": \"\",\n \"amount_pending\": \"\",\n \"amount_paid\": \"\",\n \"amount_advance\": \"\",\n \"amount_additional_advance\": \"\",\n \"amount_advance_fee\": \"\",\n \"amount_advance_fee_refund\": \"\",\n \"advance_rate\": \"\",\n \"advanced_at\": \"\",\n \"amount_customer_fee_total\": \"\",\n \"amount_customer_fee_waived\": \"\",\n \"amount_customer_fee_paid\": \"\",\n \"amount_customer_fee_balance\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"archived\": \"\",\n \"invoice_payment_url\": \"\",\n \"canceled\": \"\",\n \"canceled_at\": \"\",\n \"voided\": \"\",\n \"voided_at\": \"\",\n \"amount_canceled\": \"\",\n \"amount_voided\": \"\"\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-f7d7ba5c-c712-49c1-9ec9-fe6c79bb6b01" }, { "id": "f4599a6a-4bb1-43e8-a540-af6fc287f1b6", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "cancel" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"validation_error\",\n \"details\": [\n {\n \"path\": \"\",\n \"message\": \"\"\n },\n {\n \"path\": \"\",\n \"message\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-f4599a6a-4bb1-43e8-a540-af6fc287f1b6" }, { "id": "e6fd2111-4010-460b-b7bb-b732bd5e27db", "name": "Unauthorized error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "cancel" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"authentication_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-e6fd2111-4010-460b-b7bb-b732bd5e27db" }, { "id": "f889a210-490a-4284-8bb3-5c6218054ce9", "name": "Not found error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "cancel" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"not_found_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-f889a210-490a-4284-8bb3-5c6218054ce9" }, { "id": "aaa86a3a-e300-4d13-b987-cd734bbbc02c", "name": "Rate limit error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id", "cancel" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"rate_limit_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-aaa86a3a-e300-4d13-b987-cd734bbbc02c" } ], "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-7ea4f3fb-a2bf-423b-916f-7c22c284aa86" } ], "id": "f39b864f-bae8-4e2b-ae03-842a5fb175c4", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-f39b864f-bae8-4e2b-ae03-842a5fb175c4" }, { "name": "Fetch an invoice", "id": "ac032f6b-dd14-4afb-83ab-fba61e8deda7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "id": "bdcccc69-394e-4a86-98d3-9856c7d7ace3", "key": "invoice_id", "value": "", "description": "(Required) ID of the invoice to retrieve" } ] }, "description": "Retrieve an existing invoice by its ID." }, "response": [ { "id": "12dfd95b-1f45-441d-9127-68f9169be713", "name": "An object representing an invoice.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"source\": \"ADMIN_USER\",\n \"customer_id\": \"\",\n \"order_number\": \"\",\n \"number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"line_items\": \"\",\n \"merchant_invoice_url\": \"\",\n \"resolve_invoice_url\": \"\",\n \"resolve_invoice_status\": \"processing\",\n \"fully_paid\": \"\",\n \"fully_paid_at\": \"\",\n \"advanced\": \"\",\n \"due_at\": \"\",\n \"original_due_at\": \"\",\n \"invoiced_at\": \"\",\n \"advance_requested\": \"\",\n \"terms\": \"net15\",\n \"amount_payout_due\": \"\",\n \"amount_payout_paid\": \"\",\n \"amount_payout_pending\": \"\",\n \"amount_payout_refunded\": \"\",\n \"amount_payout_balance\": \"\",\n \"payout_fully_paid\": \"\",\n \"payout_fully_paid_at\": \"\",\n \"amount_balance\": \"\",\n \"amount_due\": \"\",\n \"amount_refunded\": \"\",\n \"amount_pending\": \"\",\n \"amount_paid\": \"\",\n \"amount_advance\": \"\",\n \"amount_additional_advance\": \"\",\n \"amount_advance_fee\": \"\",\n \"amount_advance_fee_refund\": \"\",\n \"advance_rate\": \"\",\n \"advanced_at\": \"\",\n \"amount_customer_fee_total\": \"\",\n \"amount_customer_fee_waived\": \"\",\n \"amount_customer_fee_paid\": \"\",\n \"amount_customer_fee_balance\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"archived\": \"\",\n \"invoice_payment_url\": \"\",\n \"canceled\": \"\",\n \"canceled_at\": \"\",\n \"voided\": \"\",\n \"voided_at\": \"\",\n \"amount_canceled\": \"\",\n \"amount_voided\": \"\"\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-12dfd95b-1f45-441d-9127-68f9169be713" }, { "id": "ee627a2b-86bd-4146-a03d-c20401eba92a", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"validation_error\",\n \"details\": [\n {\n \"path\": \"\",\n \"message\": \"\"\n },\n {\n \"path\": \"\",\n \"message\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-ee627a2b-86bd-4146-a03d-c20401eba92a" }, { "id": "90e528f7-d6d9-4b97-92c1-08d6e36de6aa", "name": "Unauthorized error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"authentication_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-90e528f7-d6d9-4b97-92c1-08d6e36de6aa" }, { "id": "fce14e8e-4cf0-4638-8524-11daaf01bb56", "name": "Not found error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"not_found_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-fce14e8e-4cf0-4638-8524-11daaf01bb56" }, { "id": "2a5db36c-e7bd-4004-a50a-635d8d441707", "name": "Rate limit error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"rate_limit_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-2a5db36c-e7bd-4004-a50a-635d8d441707" } ], "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-ac032f6b-dd14-4afb-83ab-fba61e8deda7" }, { "name": "Update an invoice", "id": "399cd41a-c3b6-4dcc-be99-5e63a3007b2b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"terms\": \"due_upon_receipt\",\n \"merchant_invoice_url\": \"\",\n \"number\": \"\",\n \"order_number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"customer_id\": \"\",\n \"advance_requested\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "id": "a3bf5cbd-614e-422e-8303-8a286bb76287", "key": "invoice_id", "value": "", "description": "(Required) ID of the invoice to update" } ] }, "description": "Update an invoice." }, "response": [ { "id": "3227007b-688b-40bc-9495-c65d837c1fc2", "name": "An object representing an invoice.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"terms\": \"due_upon_receipt\",\n \"merchant_invoice_url\": \"\",\n \"number\": \"\",\n \"order_number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"customer_id\": \"\",\n \"advance_requested\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"source\": \"ADMIN_USER\",\n \"customer_id\": \"\",\n \"order_number\": \"\",\n \"number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"line_items\": \"\",\n \"merchant_invoice_url\": \"\",\n \"resolve_invoice_url\": \"\",\n \"resolve_invoice_status\": \"processing\",\n \"fully_paid\": \"\",\n \"fully_paid_at\": \"\",\n \"advanced\": \"\",\n \"due_at\": \"\",\n \"original_due_at\": \"\",\n \"invoiced_at\": \"\",\n \"advance_requested\": \"\",\n \"terms\": \"net15\",\n \"amount_payout_due\": \"\",\n \"amount_payout_paid\": \"\",\n \"amount_payout_pending\": \"\",\n \"amount_payout_refunded\": \"\",\n \"amount_payout_balance\": \"\",\n \"payout_fully_paid\": \"\",\n \"payout_fully_paid_at\": \"\",\n \"amount_balance\": \"\",\n \"amount_due\": \"\",\n \"amount_refunded\": \"\",\n \"amount_pending\": \"\",\n \"amount_paid\": \"\",\n \"amount_advance\": \"\",\n \"amount_additional_advance\": \"\",\n \"amount_advance_fee\": \"\",\n \"amount_advance_fee_refund\": \"\",\n \"advance_rate\": \"\",\n \"advanced_at\": \"\",\n \"amount_customer_fee_total\": \"\",\n \"amount_customer_fee_waived\": \"\",\n \"amount_customer_fee_paid\": \"\",\n \"amount_customer_fee_balance\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"archived\": \"\",\n \"invoice_payment_url\": \"\",\n \"canceled\": \"\",\n \"canceled_at\": \"\",\n \"voided\": \"\",\n \"voided_at\": \"\",\n \"amount_canceled\": \"\",\n \"amount_voided\": \"\"\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-3227007b-688b-40bc-9495-c65d837c1fc2" }, { "id": "f1d10c5a-cdfd-400a-99db-80367c09a374", "name": "Bad request error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"terms\": \"due_upon_receipt\",\n \"merchant_invoice_url\": \"\",\n \"number\": \"\",\n \"order_number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"customer_id\": \"\",\n \"advance_requested\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"validation_error\",\n \"details\": [\n {\n \"path\": \"\",\n \"message\": \"\"\n },\n {\n \"path\": \"\",\n \"message\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-f1d10c5a-cdfd-400a-99db-80367c09a374" }, { "id": "7561db71-8531-4ab5-b8b1-caebbae34be1", "name": "Unauthorized error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"terms\": \"due_upon_receipt\",\n \"merchant_invoice_url\": \"\",\n \"number\": \"\",\n \"order_number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"customer_id\": \"\",\n \"advance_requested\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"authentication_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-7561db71-8531-4ab5-b8b1-caebbae34be1" }, { "id": "0ec738b9-656d-4e90-a8fe-ba912baa4443", "name": "Not found error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"terms\": \"due_upon_receipt\",\n \"merchant_invoice_url\": \"\",\n \"number\": \"\",\n \"order_number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"customer_id\": \"\",\n \"advance_requested\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"not_found_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-0ec738b9-656d-4e90-a8fe-ba912baa4443" }, { "id": "f2e13647-992b-487a-b914-5383cf71af02", "name": "Rate limit error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"terms\": \"due_upon_receipt\",\n \"merchant_invoice_url\": \"\",\n \"number\": \"\",\n \"order_number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"customer_id\": \"\",\n \"advance_requested\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"rate_limit_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-f2e13647-992b-487a-b914-5383cf71af02" } ], "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-399cd41a-c3b6-4dcc-be99-5e63a3007b2b" }, { "name": "Delete an invoice", "id": "3389a240-c6d2-4881-8ec3-8e1991476894", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "id": "544b1124-8d25-4a3a-8792-62261513d013", "key": "invoice_id", "value": "", "description": "(Required) ID of the invoice to delete" } ] }, "description": "Delete an invoice." }, "response": [ { "id": "1d34b245-bd2d-4a75-aecf-78e2d5499732", "name": "An object representing an invoice.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"source\": \"ADMIN_USER\",\n \"customer_id\": \"\",\n \"order_number\": \"\",\n \"number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"line_items\": \"\",\n \"merchant_invoice_url\": \"\",\n \"resolve_invoice_url\": \"\",\n \"resolve_invoice_status\": \"processing\",\n \"fully_paid\": \"\",\n \"fully_paid_at\": \"\",\n \"advanced\": \"\",\n \"due_at\": \"\",\n \"original_due_at\": \"\",\n \"invoiced_at\": \"\",\n \"advance_requested\": \"\",\n \"terms\": \"net15\",\n \"amount_payout_due\": \"\",\n \"amount_payout_paid\": \"\",\n \"amount_payout_pending\": \"\",\n \"amount_payout_refunded\": \"\",\n \"amount_payout_balance\": \"\",\n \"payout_fully_paid\": \"\",\n \"payout_fully_paid_at\": \"\",\n \"amount_balance\": \"\",\n \"amount_due\": \"\",\n \"amount_refunded\": \"\",\n \"amount_pending\": \"\",\n \"amount_paid\": \"\",\n \"amount_advance\": \"\",\n \"amount_additional_advance\": \"\",\n \"amount_advance_fee\": \"\",\n \"amount_advance_fee_refund\": \"\",\n \"advance_rate\": \"\",\n \"advanced_at\": \"\",\n \"amount_customer_fee_total\": \"\",\n \"amount_customer_fee_waived\": \"\",\n \"amount_customer_fee_paid\": \"\",\n \"amount_customer_fee_balance\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"archived\": \"\",\n \"invoice_payment_url\": \"\",\n \"canceled\": \"\",\n \"canceled_at\": \"\",\n \"voided\": \"\",\n \"voided_at\": \"\",\n \"amount_canceled\": \"\",\n \"amount_voided\": \"\"\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-1d34b245-bd2d-4a75-aecf-78e2d5499732" }, { "id": "1a9182f3-b138-4766-a09e-b10a37bffe7d", "name": "Bad request error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"validation_error\",\n \"details\": [\n {\n \"path\": \"\",\n \"message\": \"\"\n },\n {\n \"path\": \"\",\n \"message\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-1a9182f3-b138-4766-a09e-b10a37bffe7d" }, { "id": "861a2db7-d8bc-436d-ab3d-5cf7c3e3894b", "name": "Unauthorized error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"authentication_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-861a2db7-d8bc-436d-ab3d-5cf7c3e3894b" }, { "id": "4efd06c2-2ddd-4b24-a52c-7d0a0103ecf6", "name": "Not found error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"not_found_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-4efd06c2-2ddd-4b24-a52c-7d0a0103ecf6" }, { "id": "66fcec06-f7a9-49ab-b86e-af55ff76d4a2", "name": "Rate limit error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "invoices", ":invoice_id" ], "variable": [ { "key": "invoice_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"rate_limit_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-66fcec06-f7a9-49ab-b86e-af55ff76d4a2" } ], "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-3389a240-c6d2-4881-8ec3-8e1991476894" } ], "id": "6b7cac0d-0c6a-4b68-a86a-e1e6de0200fa", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-6b7cac0d-0c6a-4b68-a86a-e1e6de0200fa" }, { "name": "List all invoices", "id": "b72f4f92-20a8-4772-a001-8b9513ca87ea", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/invoices?limit=25&page=1&filter[number][eq]=&filter[order_number][eq]=&filter[po_number][eq]=&filter[customer_id][eq]=&filter[created_at][eq]=&filter[created_at][gt]=&filter[created_at][lt]=&filter[created_at][gte]=&filter[created_at][lte]=&filter[fully_paid][eq]=&filter[fully_paid][ne]=&filter[fully_paid_at][eq]=&filter[fully_paid_at][gt]=&filter[fully_paid_at][lt]=&filter[fully_paid_at][gte]=&filter[fully_paid_at][lte]=&filter[amount_due][eq]=&filter[amount_due][gt]=&filter[amount_due][lt]=&filter[amount_due][gte]=&filter[amount_due][lte]=&filter[amount_balance][eq]=&filter[amount_balance][gt]=&filter[amount_balance][lt]=&filter[amount_balance][gte]=&filter[amount_balance][lte]=&filter[amount_pending][eq]=&filter[amount_pending][gt]=&filter[amount_pending][lt]=&filter[amount_pending][gte]=&filter[amount_pending][lte]=&filter[amount_refunded][eq]=&filter[amount_refunded][gt]=&filter[amount_refunded][lt]=&filter[amount_refunded][gte]=&filter[amount_refunded][lte]=&filter[archived][eq]=&filter[archived][ne]=", "host": [ "{{baseUrl}}" ], "path": [ "invoices" ], "query": [ { "description": "Limit the number of invoices returned.", "key": "limit", "value": "25" }, { "description": "Specify the page of invoices returned.", "key": "page", "value": "1" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[number][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[order_number][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[po_number][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[customer_id][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid][ne]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][ne]", "value": "" } ] }, "description": "Return a list of invoices." }, "response": [ { "id": "46a8fd5f-0911-490b-a5a0-a53b424f5e01", "name": "An object with an array of results containing up to the limit. If no invoices are found, the results array will be empty.\n", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices?limit=25&page=1&filter[number][eq]=&filter[order_number][eq]=&filter[po_number][eq]=&filter[customer_id][eq]=&filter[created_at][eq]=&filter[created_at][gt]=&filter[created_at][lt]=&filter[created_at][gte]=&filter[created_at][lte]=&filter[fully_paid][eq]=&filter[fully_paid][ne]=&filter[fully_paid_at][eq]=&filter[fully_paid_at][gt]=&filter[fully_paid_at][lt]=&filter[fully_paid_at][gte]=&filter[fully_paid_at][lte]=&filter[amount_due][eq]=&filter[amount_due][gt]=&filter[amount_due][lt]=&filter[amount_due][gte]=&filter[amount_due][lte]=&filter[amount_balance][eq]=&filter[amount_balance][gt]=&filter[amount_balance][lt]=&filter[amount_balance][gte]=&filter[amount_balance][lte]=&filter[amount_pending][eq]=&filter[amount_pending][gt]=&filter[amount_pending][lt]=&filter[amount_pending][gte]=&filter[amount_pending][lte]=&filter[amount_refunded][eq]=&filter[amount_refunded][gt]=&filter[amount_refunded][lt]=&filter[amount_refunded][gte]=&filter[amount_refunded][lte]=&filter[archived][eq]=&filter[archived][ne]=", "host": [ "{{baseUrl}}" ], "path": [ "invoices" ], "query": [ { "description": "Limit the number of invoices returned.", "key": "limit", "value": "25" }, { "description": "Specify the page of invoices returned.", "key": "page", "value": "1" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[number][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[order_number][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[po_number][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[customer_id][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid][ne]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][ne]", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"limit\": \"\",\n \"page\": \"\",\n \"results\": [\n {\n \"id\": \"\",\n \"source\": \"API\",\n \"customer_id\": \"\",\n \"order_number\": \"\",\n \"number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"line_items\": \"\",\n \"merchant_invoice_url\": \"\",\n \"resolve_invoice_url\": \"\",\n \"resolve_invoice_status\": \"completed\",\n \"fully_paid\": \"\",\n \"fully_paid_at\": \"\",\n \"advanced\": \"\",\n \"due_at\": \"\",\n \"original_due_at\": \"\",\n \"invoiced_at\": \"\",\n \"advance_requested\": \"\",\n \"terms\": \"net75\",\n \"amount_payout_due\": \"\",\n \"amount_payout_paid\": \"\",\n \"amount_payout_pending\": \"\",\n \"amount_payout_refunded\": \"\",\n \"amount_payout_balance\": \"\",\n \"payout_fully_paid\": \"\",\n \"payout_fully_paid_at\": \"\",\n \"amount_balance\": \"\",\n \"amount_due\": \"\",\n \"amount_refunded\": \"\",\n \"amount_pending\": \"\",\n \"amount_paid\": \"\",\n \"amount_advance\": \"\",\n \"amount_additional_advance\": \"\",\n \"amount_advance_fee\": \"\",\n \"amount_advance_fee_refund\": \"\",\n \"advance_rate\": \"\",\n \"advanced_at\": \"\",\n \"amount_customer_fee_total\": \"\",\n \"amount_customer_fee_waived\": \"\",\n \"amount_customer_fee_paid\": \"\",\n \"amount_customer_fee_balance\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"archived\": \"\",\n \"invoice_payment_url\": \"\",\n \"canceled\": \"\",\n \"canceled_at\": \"\",\n \"voided\": \"\",\n \"voided_at\": \"\",\n \"amount_canceled\": \"\",\n \"amount_voided\": \"\"\n },\n {\n \"id\": \"\",\n \"source\": \"QUICKBOOKS\",\n \"customer_id\": \"\",\n \"order_number\": \"\",\n \"number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"line_items\": \"\",\n \"merchant_invoice_url\": \"\",\n \"resolve_invoice_url\": \"\",\n \"resolve_invoice_status\": \"processing\",\n \"fully_paid\": \"\",\n \"fully_paid_at\": \"\",\n \"advanced\": \"\",\n \"due_at\": \"\",\n \"original_due_at\": \"\",\n \"invoiced_at\": \"\",\n \"advance_requested\": \"\",\n \"terms\": \"net60\",\n \"amount_payout_due\": \"\",\n \"amount_payout_paid\": \"\",\n \"amount_payout_pending\": \"\",\n \"amount_payout_refunded\": \"\",\n \"amount_payout_balance\": \"\",\n \"payout_fully_paid\": \"\",\n \"payout_fully_paid_at\": \"\",\n \"amount_balance\": \"\",\n \"amount_due\": \"\",\n \"amount_refunded\": \"\",\n \"amount_pending\": \"\",\n \"amount_paid\": \"\",\n \"amount_advance\": \"\",\n \"amount_additional_advance\": \"\",\n \"amount_advance_fee\": \"\",\n \"amount_advance_fee_refund\": \"\",\n \"advance_rate\": \"\",\n \"advanced_at\": \"\",\n \"amount_customer_fee_total\": \"\",\n \"amount_customer_fee_waived\": \"\",\n \"amount_customer_fee_paid\": \"\",\n \"amount_customer_fee_balance\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"archived\": \"\",\n \"invoice_payment_url\": \"\",\n \"canceled\": \"\",\n \"canceled_at\": \"\",\n \"voided\": \"\",\n \"voided_at\": \"\",\n \"amount_canceled\": \"\",\n \"amount_voided\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-46a8fd5f-0911-490b-a5a0-a53b424f5e01" }, { "id": "30c66a34-c157-44a0-a41e-8dc79341d52e", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices?limit=25&page=1&filter[number][eq]=&filter[order_number][eq]=&filter[po_number][eq]=&filter[customer_id][eq]=&filter[created_at][eq]=&filter[created_at][gt]=&filter[created_at][lt]=&filter[created_at][gte]=&filter[created_at][lte]=&filter[fully_paid][eq]=&filter[fully_paid][ne]=&filter[fully_paid_at][eq]=&filter[fully_paid_at][gt]=&filter[fully_paid_at][lt]=&filter[fully_paid_at][gte]=&filter[fully_paid_at][lte]=&filter[amount_due][eq]=&filter[amount_due][gt]=&filter[amount_due][lt]=&filter[amount_due][gte]=&filter[amount_due][lte]=&filter[amount_balance][eq]=&filter[amount_balance][gt]=&filter[amount_balance][lt]=&filter[amount_balance][gte]=&filter[amount_balance][lte]=&filter[amount_pending][eq]=&filter[amount_pending][gt]=&filter[amount_pending][lt]=&filter[amount_pending][gte]=&filter[amount_pending][lte]=&filter[amount_refunded][eq]=&filter[amount_refunded][gt]=&filter[amount_refunded][lt]=&filter[amount_refunded][gte]=&filter[amount_refunded][lte]=&filter[archived][eq]=&filter[archived][ne]=", "host": [ "{{baseUrl}}" ], "path": [ "invoices" ], "query": [ { "description": "Limit the number of invoices returned.", "key": "limit", "value": "25" }, { "description": "Specify the page of invoices returned.", "key": "page", "value": "1" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[number][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[order_number][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[po_number][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[customer_id][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid][ne]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][ne]", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"validation_error\",\n \"details\": [\n {\n \"path\": \"\",\n \"message\": \"\"\n },\n {\n \"path\": \"\",\n \"message\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-30c66a34-c157-44a0-a41e-8dc79341d52e" }, { "id": "46753d7a-ac70-4d5f-9cfc-6ba2eba5e7da", "name": "Unauthorized error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices?limit=25&page=1&filter[number][eq]=&filter[order_number][eq]=&filter[po_number][eq]=&filter[customer_id][eq]=&filter[created_at][eq]=&filter[created_at][gt]=&filter[created_at][lt]=&filter[created_at][gte]=&filter[created_at][lte]=&filter[fully_paid][eq]=&filter[fully_paid][ne]=&filter[fully_paid_at][eq]=&filter[fully_paid_at][gt]=&filter[fully_paid_at][lt]=&filter[fully_paid_at][gte]=&filter[fully_paid_at][lte]=&filter[amount_due][eq]=&filter[amount_due][gt]=&filter[amount_due][lt]=&filter[amount_due][gte]=&filter[amount_due][lte]=&filter[amount_balance][eq]=&filter[amount_balance][gt]=&filter[amount_balance][lt]=&filter[amount_balance][gte]=&filter[amount_balance][lte]=&filter[amount_pending][eq]=&filter[amount_pending][gt]=&filter[amount_pending][lt]=&filter[amount_pending][gte]=&filter[amount_pending][lte]=&filter[amount_refunded][eq]=&filter[amount_refunded][gt]=&filter[amount_refunded][lt]=&filter[amount_refunded][gte]=&filter[amount_refunded][lte]=&filter[archived][eq]=&filter[archived][ne]=", "host": [ "{{baseUrl}}" ], "path": [ "invoices" ], "query": [ { "description": "Limit the number of invoices returned.", "key": "limit", "value": "25" }, { "description": "Specify the page of invoices returned.", "key": "page", "value": "1" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[number][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[order_number][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[po_number][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[customer_id][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid][ne]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][ne]", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"authentication_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-46753d7a-ac70-4d5f-9cfc-6ba2eba5e7da" }, { "id": "1de1d2ad-2067-4ca7-a375-3f51258518d9", "name": "Rate limit error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/invoices?limit=25&page=1&filter[number][eq]=&filter[order_number][eq]=&filter[po_number][eq]=&filter[customer_id][eq]=&filter[created_at][eq]=&filter[created_at][gt]=&filter[created_at][lt]=&filter[created_at][gte]=&filter[created_at][lte]=&filter[fully_paid][eq]=&filter[fully_paid][ne]=&filter[fully_paid_at][eq]=&filter[fully_paid_at][gt]=&filter[fully_paid_at][lt]=&filter[fully_paid_at][gte]=&filter[fully_paid_at][lte]=&filter[amount_due][eq]=&filter[amount_due][gt]=&filter[amount_due][lt]=&filter[amount_due][gte]=&filter[amount_due][lte]=&filter[amount_balance][eq]=&filter[amount_balance][gt]=&filter[amount_balance][lt]=&filter[amount_balance][gte]=&filter[amount_balance][lte]=&filter[amount_pending][eq]=&filter[amount_pending][gt]=&filter[amount_pending][lt]=&filter[amount_pending][gte]=&filter[amount_pending][lte]=&filter[amount_refunded][eq]=&filter[amount_refunded][gt]=&filter[amount_refunded][lt]=&filter[amount_refunded][gte]=&filter[amount_refunded][lte]=&filter[archived][eq]=&filter[archived][ne]=", "host": [ "{{baseUrl}}" ], "path": [ "invoices" ], "query": [ { "description": "Limit the number of invoices returned.", "key": "limit", "value": "25" }, { "description": "Specify the page of invoices returned.", "key": "page", "value": "1" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[number][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[order_number][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[po_number][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[customer_id][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid][ne]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[fully_paid_at][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_due][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_pending][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][gt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][lt]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][gte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_refunded][lte]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][eq]", "value": "" }, { "description": "Filter invoices by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `number` (`eq`)\n - `order_number` (`eq`)\n - `po_number` (`eq`)\n - `customer_id` (`eq`)\n - `advance_requested` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `fully_paid` (`eq`, `ne`)\n - `fully_paid_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_due` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_pending` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_refunded` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[number][eq]=100`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][ne]", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"rate_limit_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-1de1d2ad-2067-4ca7-a375-3f51258518d9" } ], "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-b72f4f92-20a8-4772-a001-8b9513ca87ea" }, { "name": "Create an invoice", "id": "deb799ff-2e1d-48bb-b9f0-a2d5a3138457", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"customer_id\": \"\",\n \"number\": \"\",\n \"merchant_invoice_url\": \"\",\n \"terms\": \"net20\",\n \"order_number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"advance_requested\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/invoices", "host": [ "{{baseUrl}}" ], "path": [ "invoices" ] }, "description": "Create a new advanced or non-advanced invoice with the desired terms." }, "response": [ { "id": "4d11b71b-b941-497a-9bc0-053125b7168c", "name": "An object representing an invoice.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"customer_id\": \"\",\n \"number\": \"\",\n \"merchant_invoice_url\": \"\",\n \"terms\": \"net20\",\n \"order_number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"advance_requested\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/invoices", "host": [ "{{baseUrl}}" ], "path": [ "invoices" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"source\": \"ADMIN_USER\",\n \"customer_id\": \"\",\n \"order_number\": \"\",\n \"number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"line_items\": \"\",\n \"merchant_invoice_url\": \"\",\n \"resolve_invoice_url\": \"\",\n \"resolve_invoice_status\": \"processing\",\n \"fully_paid\": \"\",\n \"fully_paid_at\": \"\",\n \"advanced\": \"\",\n \"due_at\": \"\",\n \"original_due_at\": \"\",\n \"invoiced_at\": \"\",\n \"advance_requested\": \"\",\n \"terms\": \"net15\",\n \"amount_payout_due\": \"\",\n \"amount_payout_paid\": \"\",\n \"amount_payout_pending\": \"\",\n \"amount_payout_refunded\": \"\",\n \"amount_payout_balance\": \"\",\n \"payout_fully_paid\": \"\",\n \"payout_fully_paid_at\": \"\",\n \"amount_balance\": \"\",\n \"amount_due\": \"\",\n \"amount_refunded\": \"\",\n \"amount_pending\": \"\",\n \"amount_paid\": \"\",\n \"amount_advance\": \"\",\n \"amount_additional_advance\": \"\",\n \"amount_advance_fee\": \"\",\n \"amount_advance_fee_refund\": \"\",\n \"advance_rate\": \"\",\n \"advanced_at\": \"\",\n \"amount_customer_fee_total\": \"\",\n \"amount_customer_fee_waived\": \"\",\n \"amount_customer_fee_paid\": \"\",\n \"amount_customer_fee_balance\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"archived\": \"\",\n \"invoice_payment_url\": \"\",\n \"canceled\": \"\",\n \"canceled_at\": \"\",\n \"voided\": \"\",\n \"voided_at\": \"\",\n \"amount_canceled\": \"\",\n \"amount_voided\": \"\"\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-4d11b71b-b941-497a-9bc0-053125b7168c" }, { "id": "fdb5ae40-f1be-4b7b-9009-06d0776dd375", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"customer_id\": \"\",\n \"number\": \"\",\n \"merchant_invoice_url\": \"\",\n \"terms\": \"net20\",\n \"order_number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"advance_requested\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/invoices", "host": [ "{{baseUrl}}" ], "path": [ "invoices" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"validation_error\",\n \"details\": [\n {\n \"path\": \"\",\n \"message\": \"\"\n },\n {\n \"path\": \"\",\n \"message\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-fdb5ae40-f1be-4b7b-9009-06d0776dd375" }, { "id": "acbcca00-7ea8-4590-814f-45443fc2a2fd", "name": "Unauthorized error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"customer_id\": \"\",\n \"number\": \"\",\n \"merchant_invoice_url\": \"\",\n \"terms\": \"net20\",\n \"order_number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"advance_requested\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/invoices", "host": [ "{{baseUrl}}" ], "path": [ "invoices" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"authentication_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-acbcca00-7ea8-4590-814f-45443fc2a2fd" }, { "id": "cef55842-0dcb-4c35-b188-8d9ddd49893a", "name": "Not found error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"customer_id\": \"\",\n \"number\": \"\",\n \"merchant_invoice_url\": \"\",\n \"terms\": \"net20\",\n \"order_number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"advance_requested\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/invoices", "host": [ "{{baseUrl}}" ], "path": [ "invoices" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"not_found_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-cef55842-0dcb-4c35-b188-8d9ddd49893a" }, { "id": "d61ecaca-5a3b-47d5-8ad9-191b5b698a3b", "name": "Rate limit error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"customer_id\": \"\",\n \"number\": \"\",\n \"merchant_invoice_url\": \"\",\n \"terms\": \"net20\",\n \"order_number\": \"\",\n \"po_number\": \"\",\n \"notes\": \"\",\n \"advance_requested\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/invoices", "host": [ "{{baseUrl}}" ], "path": [ "invoices" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"rate_limit_error\"\n }\n}", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-d61ecaca-5a3b-47d5-8ad9-191b5b698a3b" } ], "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-deb799ff-2e1d-48bb-b9f0-a2d5a3138457" } ], "id": "75917e80-6842-4cd9-90f9-dcb2589a9b56", "createdAt": "2026-07-28T02:46:51.000Z", "updatedAt": "2026-07-28T02:46:51.000Z", "uid": "35240-75917e80-6842-4cd9-90f9-dcb2589a9b56" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://app-sandbox.resolvepay.com/api" } ] }