{ "info": { "_postman_id": "1944917e-a138-40e1-9af5-89004ce08466", "name": "Unified.to account accounting API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:22:31.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "lastUpdatedBy": "35240", "uid": "35240-1944917e-a138-40e1-9af5-89004ce08466" }, "item": [ { "name": "accounting", "item": [ { "name": "{connection_id}", "item": [ { "name": "account", "item": [ { "name": "{id}", "item": [ { "name": "Remove an account", "id": "beeb40b7-d7c3-4d75-8245-59b8b7fecf8b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "variable": [ { "id": "d03f0f91-f641-462c-86ad-338388c6cd77", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3ad4d34b-c6d6-44a6-bffa-3008c59cf44f", "key": "id", "value": "", "description": "(Required) ID of the Account" } ] } }, "response": [ { "id": "10e90380-be19-4917-bc0a-3e07787a2906", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-10e90380-be19-4917-bc0a-3e07787a2906" }, { "id": "07538698-2f0a-4e50-8fe2-526014d4ef1e", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-07538698-2f0a-4e50-8fe2-526014d4ef1e" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-beeb40b7-d7c3-4d75-8245-59b8b7fecf8b" }, { "name": "Retrieve an account", "id": "89df1bf7-9cda-4e4e-ae72-3e1e1f2f4b8f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account/:id?fields=subgroup&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "subgroup" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "3b119f6d-4036-4f24-931a-f81ebc1186a0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "879f09a2-2071-4d5a-a0fb-51c8e9dc5ab8", "key": "id", "value": "", "description": "(Required) ID of the Account" } ] } }, "response": [ { "id": "62a12fa4-16fd-4277-afe0-5f9d4bdcc3cb", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"officia2\": 87669239,\n \"fugiat47\": 64205086\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"OTHER\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SYSTEM_ROLE\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"LIABILITY\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-62a12fa4-16fd-4277-afe0-5f9d4bdcc3cb" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-89df1bf7-9cda-4e4e-ae72-3e1e1f2f4b8f" }, { "name": "Update an account", "id": "5579b38d-8012-4b71-9a16-02b9a45f1728", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"officia2\": 87669239,\n \"fugiat47\": 64205086\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"OTHER\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SYSTEM_ROLE\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"LIABILITY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account/:id?fields=subgroup&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "subgroup" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "06b982e9-ef95-48c5-8f1a-3ad72632dd11", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "197b10f3-e218-4882-b3cf-401c88cf7f11", "key": "id", "value": "", "description": "(Required) ID of the Account" } ] } }, "response": [ { "id": "d4688ec7-f544-4ec1-8398-035a9ec7426d", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"officia2\": 87669239,\n \"fugiat47\": 64205086\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"OTHER\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SYSTEM_ROLE\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"LIABILITY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"officia2\": 87669239,\n \"fugiat47\": 64205086\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"OTHER\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SYSTEM_ROLE\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"LIABILITY\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-d4688ec7-f544-4ec1-8398-035a9ec7426d" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-5579b38d-8012-4b71-9a16-02b9a45f1728" }, { "name": "Update an account", "id": "6812b5a6-2906-49ad-8dbd-201059ccc50f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"officia2\": 87669239,\n \"fugiat47\": 64205086\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"OTHER\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SYSTEM_ROLE\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"LIABILITY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account/:id?fields=subgroup&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "subgroup" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a70ade31-edc9-4e05-91e5-617ebaf1f95b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3602ecc0-fc42-48d2-8b1e-b15b73bf88be", "key": "id", "value": "", "description": "(Required) ID of the Account" } ] } }, "response": [ { "id": "3efb7f52-5a07-4f11-b3d4-6de4fb4a9856", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"officia2\": 87669239,\n \"fugiat47\": 64205086\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"OTHER\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SYSTEM_ROLE\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"LIABILITY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"officia2\": 87669239,\n \"fugiat47\": 64205086\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"OTHER\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SYSTEM_ROLE\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"LIABILITY\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-3efb7f52-5a07-4f11-b3d4-6de4fb4a9856" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-6812b5a6-2906-49ad-8dbd-201059ccc50f" } ], "id": "dd4cd415-30be-408e-a754-ceef6c66ec35", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-dd4cd415-30be-408e-a754-ceef6c66ec35" }, { "name": "List all accounts", "id": "f4c4ab0b-80d8-4543-91cf-85ab4bcc3b38", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&type=&fields=subgroup&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "subgroup" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "41a1127e-c9f9-4364-bf37-a4ed377dbb48", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "dc6a365f-bd7c-426d-85f1-ddd1ab27bc58", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&type=&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"nisi3\": true,\n \"ullamco_b\": true\n },\n \"section\": \"\",\n \"status\": \"ACTIVE\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"GROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SYSTEM_ROLE\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"LIABILITY\",\n \"updated_at\": \"\"\n },\n {\n \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"dolore_1f\": 69525171.27662244,\n \"eiusmod_0\": false\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"OTHER\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"GROUP\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"FIXED_ASSET\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-dc6a365f-bd7c-426d-85f1-ddd1ab27bc58" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-f4c4ab0b-80d8-4543-91cf-85ab4bcc3b38" }, { "name": "Create an account", "id": "51a3e2da-2f01-4869-a78c-c622f3a9d062", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"officia2\": 87669239,\n \"fugiat47\": 64205086\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"OTHER\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SYSTEM_ROLE\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"LIABILITY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account?fields=subgroup&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "subgroup" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "033403c0-9829-493a-9fb5-7a52b49028ce", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "29bf4026-9bfd-42a5-b0e5-be2047dd77c2", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"officia2\": 87669239,\n \"fugiat47\": 64205086\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"OTHER\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SYSTEM_ROLE\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"LIABILITY\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/account?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "account" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"balance\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_defined_code\": \"\",\n \"description\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"is_payable\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"officia2\": 87669239,\n \"fugiat47\": 64205086\n },\n \"section\": \"\",\n \"status\": \"ARCHIVED\",\n \"subgroup\": \"\",\n \"subsection\": \"\",\n \"taxonomy\": [\n {\n \"type\": \"OTHER\",\n \"value\": \"\",\n \"original_type\": \"\"\n },\n {\n \"type\": \"SYSTEM_ROLE\",\n \"value\": \"\",\n \"original_type\": \"\"\n }\n ],\n \"type\": \"LIABILITY\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-29bf4026-9bfd-42a5-b0e5-be2047dd77c2" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-51a3e2da-2f01-4869-a78c-c622f3a9d062" } ], "id": "676482d6-95a3-4247-9682-8d9fd78cf6a5", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-676482d6-95a3-4247-9682-8d9fd78cf6a5" }, { "name": "balancesheet", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a balancesheet", "id": "4b95a30e-1cc1-4f11-999f-3fd6f9f3b414", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/balancesheet/:id?fields=created_at&fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "balancesheet", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "72d9f7c4-dc9e-4b5c-bb16-f72021351132", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "dffc3365-170c-48cd-8ffb-827ccbc8c09a", "key": "id", "value": "", "description": "(Required) ID of the Balancesheet" } ] } }, "response": [ { "id": "cd1c8d46-8ceb-4221-b86f-57f07c27c653", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/balancesheet/:id?fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "balancesheet", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"assets\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"equity\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"id\": \"\",\n \"liabilities\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"name\": \"\",\n \"net_assets_amount\": \"\",\n \"raw\": {\n \"magna_3\": true,\n \"Excepteur_9bc\": -48874040.31262617,\n \"Ut_d4_\": 65092224,\n \"aliqua_b\": false\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-cd1c8d46-8ceb-4221-b86f-57f07c27c653" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-4b95a30e-1cc1-4f11-999f-3fd6f9f3b414" } ], "id": "5ccb3746-866b-4039-ad19-5b8e37ce2d11", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-5ccb3746-866b-4039-ad19-5b8e37ce2d11" }, { "name": "List all balancesheets", "id": "58cec727-5b8b-4d20-95c2-3c351a3fb387", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/balancesheet?limit=&offset=&updated_gte=&sort=&order=&query=&start_gte=&end_lt=&category_id=&contact_id=&fields=created_at&fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "balancesheet" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "The category ID to filter by (reference to AccountingCategory)", "key": "category_id", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "1f498e36-f6bd-4a95-a4ae-570dec504842", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "aefbbfef-5efe-49e8-9529-faebe18adb33", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/balancesheet?limit=&offset=&updated_gte=&sort=&order=&query=&start_gte=&end_lt=&category_id=&contact_id=&fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "balancesheet" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "The category ID to filter by (reference to AccountingCategory)", "key": "category_id", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"assets\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"equity\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"id\": \"\",\n \"liabilities\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"name\": \"\",\n \"net_assets_amount\": \"\",\n \"raw\": {\n \"proidentd7a\": \"velit minim ex eu\",\n \"sint_e\": -35916054,\n \"mollit3\": \"commodo veniam id dolore\"\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"assets\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"equity\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"id\": \"\",\n \"liabilities\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"name\": \"\",\n \"net_assets_amount\": \"\",\n \"raw\": {\n \"sinta9\": 32873680,\n \"irure21\": \"aute minim nu\",\n \"elit_2\": 64463191.055499434\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-aefbbfef-5efe-49e8-9529-faebe18adb33" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-58cec727-5b8b-4d20-95c2-3c351a3fb387" } ], "id": "4655316e-2a50-4172-9bae-abfe1bc00110", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-4655316e-2a50-4172-9bae-abfe1bc00110" }, { "name": "bill", "item": [ { "name": "{id}", "item": [ { "name": "Remove a bill", "id": "fbfe07e9-0ed6-4cb7-8688-b883860880d2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/bill/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill", ":id" ], "variable": [ { "id": "12d85e87-5977-4420-a706-54f078abfc3b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0582520a-5d4c-4e97-8ddc-d4e61fbe5c7e", "key": "id", "value": "", "description": "(Required) ID of the Bill" } ] } }, "response": [ { "id": "307df611-3838-45c8-b0d2-e8f93eb4ee0e", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/bill/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-307df611-3838-45c8-b0d2-e8f93eb4ee0e" }, { "id": "7147e5b0-0017-4e7e-b55c-6b132f546de9", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/bill/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-7147e5b0-0017-4e7e-b55c-6b132f546de9" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-fbfe07e9-0ed6-4cb7-8688-b883860880d2" }, { "name": "Retrieve a bill", "id": "bc2ace56-e9c6-4e36-b7bb-aca42ac3f848", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/bill/:id?fields=currency&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "bf3ba722-44c0-4171-83df-13749e59cdec", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "58013342-958d-427c-9f86-81c6f4f8ddf7", "key": "id", "value": "", "description": "(Required) ID of the Bill" } ] } }, "response": [ { "id": "940564d0-e3d3-44d9-9d10-440e6e189af7", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/bill/:id?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"bill_number\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"amet_bb\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"SUBMITTED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-940564d0-e3d3-44d9-9d10-440e6e189af7" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-bc2ace56-e9c6-4e36-b7bb-aca42ac3f848" }, { "name": "Update a bill", "id": "e32ebd0b-f291-4e90-9a4a-f5c32d3299a3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"bill_number\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"amet_bb\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"SUBMITTED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/bill/:id?fields=currency&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "9a0cbe5e-18cf-4487-a220-870acd7c11c3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ae659c5e-b84a-4b02-88d9-5386971418d2", "key": "id", "value": "", "description": "(Required) ID of the Bill" } ] } }, "response": [ { "id": "7ece998d-6acf-4bac-89db-bc15213c148d", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"bill_number\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"amet_bb\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"SUBMITTED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/bill/:id?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"bill_number\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"amet_bb\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"SUBMITTED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-7ece998d-6acf-4bac-89db-bc15213c148d" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-e32ebd0b-f291-4e90-9a4a-f5c32d3299a3" }, { "name": "Update a bill", "id": "40cb015a-fb4b-4d20-bca6-c3bdb7702868", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"bill_number\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"amet_bb\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"SUBMITTED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/bill/:id?fields=currency&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "49164173-5fac-42ee-93bc-871c5218c2c8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "cc177084-71f4-4e6f-9867-7e1f3a0f0b0f", "key": "id", "value": "", "description": "(Required) ID of the Bill" } ] } }, "response": [ { "id": "4e336524-f728-47be-8057-454c5aac4f2c", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"bill_number\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"amet_bb\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"SUBMITTED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/bill/:id?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"bill_number\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"amet_bb\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"SUBMITTED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-4e336524-f728-47be-8057-454c5aac4f2c" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-40cb015a-fb4b-4d20-bca6-c3bdb7702868" } ], "id": "df3bb185-26e9-4a95-9fcd-0ad3d6128742", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-df3bb185-26e9-4a95-9fcd-0ad3d6128742" }, { "name": "List all bills", "id": "e78ddf7a-4d13-4770-ad0a-b9a82e7dc337", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/bill?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&org_id=&fields=currency&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "e13da20b-fbfc-4186-a4b9-8296d6614cea", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "88d8f913-2c1f-437f-9073-f0d542d64968", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/bill?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&org_id=&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"bill_number\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"mollit8_\": 34864703.645379156\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"DELETED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n },\n {\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"bill_number\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"minim_122\": \"aliquip enim Duis \",\n \"quis_7b\": true\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"PAID\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-88d8f913-2c1f-437f-9073-f0d542d64968" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-e78ddf7a-4d13-4770-ad0a-b9a82e7dc337" }, { "name": "Create a bill", "id": "987c25ee-6cdf-4493-b547-7f90f86c551c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"bill_number\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"amet_bb\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"SUBMITTED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/bill?fields=currency&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "5a00a83f-7b84-4ff2-8e30-8d1978fd4dcc", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "a353b5eb-0a86-4d8d-97fc-b0ca898cf454", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"bill_number\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"amet_bb\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"SUBMITTED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/bill?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"bill_number\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"amet_bb\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"SUBMITTED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-a353b5eb-0a86-4d8d-97fc-b0ca898cf454" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-987c25ee-6cdf-4493-b547-7f90f86c551c" } ], "id": "af4c9c8a-1313-4bef-936c-a7950957d711", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-af4c9c8a-1313-4bef-936c-a7950957d711" }, { "name": "cashflow", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a cashflow", "id": "1a7d4a26-134e-4686-8c3a-2eccafb39463", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/cashflow/:id?fields=net_change_in_cash_amount&fields=category_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "cashflow", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "net_change_in_cash_amount" }, { "description": "Fields to return", "key": "fields", "value": "category_ids" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "df97dd27-7382-4faf-ae96-ae61c55f1ad5", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5b0b521a-115c-4a18-832e-c376d143cd40", "key": "id", "value": "", "description": "(Required) ID of the Cashflow" } ] } }, "response": [ { "id": "22b1edde-c5b6-43ee-b843-b961d2fe5dc1", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/cashflow/:id?fields=category_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "cashflow", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "category_ids" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"cash_beginning_amount\": \"\",\n \"cash_ending_amount\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"financing_sections\": [\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"id\": \"\",\n \"investing_sections\": [\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"name\": \"\",\n \"net_change_in_cash_amount\": \"\",\n \"operating_sections\": [\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"raw\": {\n \"consequatc\": 68540808.46335825,\n \"laboris_0\": \"elit\"\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-22b1edde-c5b6-43ee-b843-b961d2fe5dc1" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-1a7d4a26-134e-4686-8c3a-2eccafb39463" } ], "id": "69721988-e665-4ff9-b043-e4321d947127", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-69721988-e665-4ff9-b043-e4321d947127" }, { "name": "List all cashflows", "id": "99eb2fe9-de04-4bf5-a394-0a9a8b471d6a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/cashflow?limit=&offset=&updated_gte=&sort=&order=&query=&start_gte=&end_lt=&contact_id=&category_id=&fields=net_change_in_cash_amount&fields=category_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "cashflow" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The category ID to filter by (reference to AccountingCategory)", "key": "category_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "net_change_in_cash_amount" }, { "description": "Fields to return", "key": "fields", "value": "category_ids" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "e469bcbe-14a9-4466-ba85-0495ebcdc821", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "251ee1a6-49b5-4886-b5fb-09bb4323db71", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/cashflow?limit=&offset=&updated_gte=&sort=&order=&query=&start_gte=&end_lt=&contact_id=&category_id=&fields=category_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "cashflow" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The category ID to filter by (reference to AccountingCategory)", "key": "category_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "category_ids" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"cash_beginning_amount\": \"\",\n \"cash_ending_amount\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"financing_sections\": [\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"id\": \"\",\n \"investing_sections\": [\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"name\": \"\",\n \"net_change_in_cash_amount\": \"\",\n \"operating_sections\": [\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"raw\": {\n \"dolore_b75\": \"tempor consectetur voluptate eu\"\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"cash_beginning_amount\": \"\",\n \"cash_ending_amount\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"financing_sections\": [\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"id\": \"\",\n \"investing_sections\": [\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"name\": \"\",\n \"net_change_in_cash_amount\": \"\",\n \"operating_sections\": [\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"items\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"raw\": {\n \"non_2f\": \"Lorem\",\n \"consectetur553\": \"sed id veniam incididunt\",\n \"amet91\": false\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-251ee1a6-49b5-4886-b5fb-09bb4323db71" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-99eb2fe9-de04-4bf5-a394-0a9a8b471d6a" } ], "id": "890a1c3e-6df3-4fd7-a7d2-7152f4d05a14", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-890a1c3e-6df3-4fd7-a7d2-7152f4d05a14" }, { "name": "category", "item": [ { "name": "{id}", "item": [ { "name": "Remove a category", "id": "b3e37d93-e822-4518-8287-47a9f557cd40", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "variable": [ { "id": "a53417c1-9435-4041-8e6b-fe0584814538", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "743e010e-e510-4f9d-b55b-14108df959ed", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "374c5368-fdd0-4595-b33a-17ae16ab4b90", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-374c5368-fdd0-4595-b33a-17ae16ab4b90" }, { "id": "f35ad8df-7234-4611-9968-b042b0c5e899", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-f35ad8df-7234-4611-9968-b042b0c5e899" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-b3e37d93-e822-4518-8287-47a9f557cd40" }, { "name": "Retrieve a category", "id": "b75cf8d9-e9e7-400f-8fc9-7afc8e399ade", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category/:id?fields=raw&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "846eaf93-de24-456d-a7cf-20e944b620ca", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "4f76344f-eb24-47c9-bde6-30ce8c62d29f", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "5de7fd49-7c9d-4360-b4bb-66e50f296050", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"consectetur_6d4\": true\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-5de7fd49-7c9d-4360-b4bb-66e50f296050" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-b75cf8d9-e9e7-400f-8fc9-7afc8e399ade" }, { "name": "Update a category", "id": "76afcfaa-be24-4a49-ab6a-76889440df9e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"consectetur_6d4\": true\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category/:id?fields=raw&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "f46632f4-a4b9-4e1c-8ae5-619111da6299", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1336530d-4973-4d4b-bf25-fb6eaf3be256", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "bc5a1f3f-6d27-4305-b6d8-8fefa98ef3ab", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"consectetur_6d4\": true\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"consectetur_6d4\": true\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-bc5a1f3f-6d27-4305-b6d8-8fefa98ef3ab" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-76afcfaa-be24-4a49-ab6a-76889440df9e" }, { "name": "Update a category", "id": "cf26d55c-a078-401e-96f1-335926293fbd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"consectetur_6d4\": true\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category/:id?fields=raw&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "198f56f8-b8ba-4f68-bacf-9bc17494b645", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "126ef65c-b924-425f-bc0b-7d0390d2aa1b", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "c6f14bf3-b3d1-4dc1-bee6-7b862b6edb0d", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"consectetur_6d4\": true\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"consectetur_6d4\": true\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-c6f14bf3-b3d1-4dc1-bee6-7b862b6edb0d" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-cf26d55c-a078-401e-96f1-335926293fbd" } ], "id": "9cddb897-0b7a-45da-9382-946d07dcc66d", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-9cddb897-0b7a-45da-9382-946d07dcc66d" }, { "name": "List all categories", "id": "7e1d9130-3138-44f0-be1b-eaf59086e6a3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&fields=raw&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "57620dd3-d972-4bae-8bfd-37e6f146f1be", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "52d0f993-7385-43cb-9a5f-510760840284", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ea_43\": 50652683.27878055,\n \"eae\": true,\n \"eu_a\": \"labore in cupidatat\"\n },\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sed1_\": 58535334,\n \"in691\": -8530124.314856827\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-52d0f993-7385-43cb-9a5f-510760840284" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-7e1d9130-3138-44f0-be1b-eaf59086e6a3" }, { "name": "Create a category", "id": "30813e9e-c287-4c37-9a39-80202a438b9a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"consectetur_6d4\": true\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category?fields=raw&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "5c1d7820-de18-4dc2-9966-ce6db5efa839", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e853f19a-114a-4e59-87f0-c5c70c80a633", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"consectetur_6d4\": true\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"consectetur_6d4\": true\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-e853f19a-114a-4e59-87f0-c5c70c80a633" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-30813e9e-c287-4c37-9a39-80202a438b9a" } ], "id": "a04acd62-d1fe-4a8f-a279-555a7f3d8a8d", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-a04acd62-d1fe-4a8f-a279-555a7f3d8a8d" }, { "name": "contact", "item": [ { "name": "{id}", "item": [ { "name": "Remove a contact", "id": "891f6cee-258f-4421-94a5-052522a47f25", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "variable": [ { "id": "bfe507d3-6be2-4e9a-88e9-3e165df304df", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "550e4f61-fc3a-4d84-b8d2-846d113d3142", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "f49cc9dd-1f8b-4a48-b8b2-3b52167c89c3", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-f49cc9dd-1f8b-4a48-b8b2-3b52167c89c3" }, { "id": "ad261492-fa19-4bf0-bd0d-47e3e62375a3", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-ad261492-fa19-4bf0-bd0d-47e3e62375a3" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-891f6cee-258f-4421-94a5-052522a47f25" }, { "name": "Retrieve a contact", "id": "d4a876bd-9f72-4958-899a-87775772bbb1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact/:id?fields=updated_at&fields=associated_contacts&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "associated_contacts" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "20c70dbb-5a42-4168-b0b0-d96387f30bb8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e5512a7a-33f5-461c-9ac0-44052cacde43", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "80fff34d-5c01-4c50-bf4f-2f54014d4284", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact/:id?fields=associated_contacts&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "associated_contacts" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"OTHER\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"ACH\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"dolore282\": \"exercitation consectetur qui proident in\",\n \"cillum9ab\": \"voluptate ad eu cupidatat\"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"FOREIGN\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-80fff34d-5c01-4c50-bf4f-2f54014d4284" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-d4a876bd-9f72-4958-899a-87775772bbb1" }, { "name": "Update a contact", "id": "739c3b89-dd42-4648-9def-99f3b28798dc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"OTHER\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"ACH\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"dolore282\": \"exercitation consectetur qui proident in\",\n \"cillum9ab\": \"voluptate ad eu cupidatat\"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"FOREIGN\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact/:id?fields=updated_at&fields=associated_contacts&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "associated_contacts" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "43352611-5e00-43b0-9a04-a2f23a15a708", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1192f18f-0877-4742-b690-0bd9297fe6c6", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "711e9c23-3512-4fca-b8fc-f2fdcea8d72b", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"OTHER\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"ACH\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"dolore282\": \"exercitation consectetur qui proident in\",\n \"cillum9ab\": \"voluptate ad eu cupidatat\"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"FOREIGN\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact/:id?fields=associated_contacts&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "associated_contacts" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"OTHER\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"ACH\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"dolore282\": \"exercitation consectetur qui proident in\",\n \"cillum9ab\": \"voluptate ad eu cupidatat\"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"FOREIGN\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-711e9c23-3512-4fca-b8fc-f2fdcea8d72b" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-739c3b89-dd42-4648-9def-99f3b28798dc" }, { "name": "Update a contact", "id": "f10adb07-9d5d-4193-a685-9cfe906fe7e1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"OTHER\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"ACH\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"dolore282\": \"exercitation consectetur qui proident in\",\n \"cillum9ab\": \"voluptate ad eu cupidatat\"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"FOREIGN\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact/:id?fields=updated_at&fields=associated_contacts&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "associated_contacts" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "b9f4d901-9444-46a0-b4e4-56fdd972dad3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "702db303-27fe-401b-b145-f44c2cad0cf4", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "21e1f56e-fdea-44e3-9eca-d848deff0eee", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"OTHER\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"ACH\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"dolore282\": \"exercitation consectetur qui proident in\",\n \"cillum9ab\": \"voluptate ad eu cupidatat\"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"FOREIGN\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact/:id?fields=associated_contacts&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "associated_contacts" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"OTHER\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"ACH\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"dolore282\": \"exercitation consectetur qui proident in\",\n \"cillum9ab\": \"voluptate ad eu cupidatat\"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"FOREIGN\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-21e1f56e-fdea-44e3-9eca-d848deff0eee" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-f10adb07-9d5d-4193-a685-9cfe906fe7e1" } ], "id": "b77f6664-14a2-48cd-ae53-a79f2f2415a2", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-b77f6664-14a2-48cd-ae53-a79f2f2415a2" }, { "name": "List all contacts", "id": "6de6cc1a-ab09-49b0-91f3-10e52eb51daf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact?limit=&offset=&updated_gte=&sort=&order=&query=&type=&org_id=&fields=updated_at&fields=associated_contacts&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "key": "type", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "associated_contacts" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "5223d3c2-e429-499e-b963-9eaca8f60c2b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "87493206-806e-43b9-a7ac-861bb538987c", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact?limit=&offset=&updated_gte=&sort=&order=&query=&type=&org_id=&fields=associated_contacts&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "key": "type", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "associated_contacts" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"ALIPAY\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"WIRE\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"nonefb\": 49543556.798975855,\n \"eiusmodcb\": -58197063\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"EDUCATIONAL_ORG\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"IDEAL\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"CHECK\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"in9f4\": -28561322.28474593,\n \"pariatur_a\": \"pariatur ullamco\"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"TRIBAL_GOV\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-87493206-806e-43b9-a7ac-861bb538987c" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-6de6cc1a-ab09-49b0-91f3-10e52eb51daf" }, { "name": "Create a contact", "id": "c86b96cf-0358-431e-9981-b9531c934899", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"OTHER\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"ACH\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"dolore282\": \"exercitation consectetur qui proident in\",\n \"cillum9ab\": \"voluptate ad eu cupidatat\"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"FOREIGN\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact?fields=updated_at&fields=associated_contacts&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "associated_contacts" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "8d0908ed-e9cc-4036-aebd-1a6a924edb2e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "c889baeb-f046-4c6a-8804-7a399227d853", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"OTHER\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"ACH\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"dolore282\": \"exercitation consectetur qui proident in\",\n \"cillum9ab\": \"voluptate ad eu cupidatat\"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"FOREIGN\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact?fields=associated_contacts&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "associated_contacts" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"OTHER\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"ACH\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"dolore282\": \"exercitation consectetur qui proident in\",\n \"cillum9ab\": \"voluptate ad eu cupidatat\"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"FOREIGN\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-c889baeb-f046-4c6a-8804-7a399227d853" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-c86b96cf-0358-431e-9981-b9531c934899" } ], "id": "2d910ca9-02f2-41c5-afa0-33ac97b634b3", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-2d910ca9-02f2-41c5-afa0-33ac97b634b3" }, { "name": "creditmemo", "item": [ { "name": "{id}", "item": [ { "name": "Remove a creditmemo", "id": "3424c5b5-ab39-4ad8-ad5d-5ec45e5c39c5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/creditmemo/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo", ":id" ], "variable": [ { "id": "90ea12ee-0df6-41d8-99e4-0bb7255e5532", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b9e0a279-188c-49f7-a3c2-a22f34abea52", "key": "id", "value": "", "description": "(Required) ID of the Creditmemo" } ] } }, "response": [ { "id": "9a185a72-6074-45f1-92b3-fe195ce8c11e", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/creditmemo/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-9a185a72-6074-45f1-92b3-fe195ce8c11e" }, { "id": "f98dbb30-efb9-4103-999e-b94f4e93eecd", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/creditmemo/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-f98dbb30-efb9-4103-999e-b94f4e93eecd" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-3424c5b5-ab39-4ad8-ad5d-5ec45e5c39c5" }, { "name": "Retrieve a creditmemo", "id": "87fd5b12-d91f-4c27-bddc-0ef7d8061217", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/creditmemo/:id?fields=id&fields=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a8b3caed-0c76-496b-9f76-4ced4008488a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1a4d85af-9436-4692-8b17-fd9706d71c69", "key": "id", "value": "", "description": "(Required) ID of the Creditmemo" } ] } }, "response": [ { "id": "686a2f20-cbf5-4b12-bde8-7f47dbcbb0ca", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/creditmemo/:id?fields=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creditmemo_number\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"non__\": true,\n \"anim__61\": 5679929.809888318,\n \"eu4dc\": 64546257\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"PARTIALLY_PAID\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-686a2f20-cbf5-4b12-bde8-7f47dbcbb0ca" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-87fd5b12-d91f-4c27-bddc-0ef7d8061217" }, { "name": "Update a creditmemo", "id": "e112c2c2-2b18-4886-bf78-ae0b7c06a482", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creditmemo_number\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"non__\": true,\n \"anim__61\": 5679929.809888318,\n \"eu4dc\": 64546257\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"PARTIALLY_PAID\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/creditmemo/:id?fields=id&fields=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "d1024370-6407-411c-bba0-f50bfad1286a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7289e394-e7b4-481d-90ae-a901927d21d3", "key": "id", "value": "", "description": "(Required) ID of the Creditmemo" } ] } }, "response": [ { "id": "8c44035d-59c2-4f47-9253-31bb2253095b", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creditmemo_number\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"non__\": true,\n \"anim__61\": 5679929.809888318,\n \"eu4dc\": 64546257\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"PARTIALLY_PAID\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/creditmemo/:id?fields=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creditmemo_number\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"non__\": true,\n \"anim__61\": 5679929.809888318,\n \"eu4dc\": 64546257\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"PARTIALLY_PAID\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-8c44035d-59c2-4f47-9253-31bb2253095b" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-e112c2c2-2b18-4886-bf78-ae0b7c06a482" }, { "name": "Update a creditmemo", "id": "214a0243-40b1-4edb-a5c7-be5314ba20af", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creditmemo_number\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"non__\": true,\n \"anim__61\": 5679929.809888318,\n \"eu4dc\": 64546257\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"PARTIALLY_PAID\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/creditmemo/:id?fields=id&fields=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "908113e3-ed33-4428-a088-a109f0b04f16", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "fd9a4478-82df-42eb-a475-ffa361b5a29f", "key": "id", "value": "", "description": "(Required) ID of the Creditmemo" } ] } }, "response": [ { "id": "4660bdd8-a820-4906-af57-db796dfcc479", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creditmemo_number\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"non__\": true,\n \"anim__61\": 5679929.809888318,\n \"eu4dc\": 64546257\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"PARTIALLY_PAID\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/creditmemo/:id?fields=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creditmemo_number\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"non__\": true,\n \"anim__61\": 5679929.809888318,\n \"eu4dc\": 64546257\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"PARTIALLY_PAID\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-4660bdd8-a820-4906-af57-db796dfcc479" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-214a0243-40b1-4edb-a5c7-be5314ba20af" } ], "id": "30029898-372c-41ed-a189-2bfa51012b56", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-30029898-372c-41ed-a189-2bfa51012b56" }, { "name": "List all creditmemoes", "id": "4ee51b7c-ec86-419a-8839-49a04e7888d6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/creditmemo?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&org_id=&fields=id&fields=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "5154ea17-9d41-4808-984f-a02b1924ef80", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b06af6bb-ce1d-46ae-9efd-85e4b2a9f730", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/creditmemo?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&org_id=&fields=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creditmemo_number\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"inb\": -5085336.668672904,\n \"ea_b24\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"DELETED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n },\n {\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creditmemo_number\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"qui528\": 6841293.798604876,\n \"ea_3\": \"ut sint aliquip\"\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"PARTIALLY_REFUNDED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-b06af6bb-ce1d-46ae-9efd-85e4b2a9f730" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-4ee51b7c-ec86-419a-8839-49a04e7888d6" }, { "name": "Create a creditmemo", "id": "94beabb6-8bfd-490e-aa11-ae99d9e6cada", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creditmemo_number\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"non__\": true,\n \"anim__61\": 5679929.809888318,\n \"eu4dc\": 64546257\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"PARTIALLY_PAID\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/creditmemo?fields=id&fields=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "203bd821-f55b-45e0-b698-79f1401fdc2c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "a08f0973-2cdc-42f4-9cf3-51717216fc30", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creditmemo_number\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"non__\": true,\n \"anim__61\": 5679929.809888318,\n \"eu4dc\": 64546257\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"PARTIALLY_PAID\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/creditmemo?fields=lineitems&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "lineitems" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creditmemo_number\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"non__\": true,\n \"anim__61\": 5679929.809888318,\n \"eu4dc\": 64546257\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"PARTIALLY_PAID\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-a08f0973-2cdc-42f4-9cf3-51717216fc30" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-94beabb6-8bfd-490e-aa11-ae99d9e6cada" } ], "id": "7465950e-dea2-40f5-8366-6cbc63d9a580", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-7465950e-dea2-40f5-8366-6cbc63d9a580" }, { "name": "expense", "item": [ { "name": "{id}", "item": [ { "name": "Remove an expense", "id": "ce42a965-e615-4c38-8d10-c50894f07e74", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "variable": [ { "id": "349318b9-b9c8-4335-9cff-038115763bbe", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "cdfad5c2-c8b8-4cc5-bb36-c634d5177bb3", "key": "id", "value": "", "description": "(Required) ID of the Expense" } ] } }, "response": [ { "id": "fec94489-6be9-498a-a57c-8d3413653e79", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-fec94489-6be9-498a-a57c-8d3413653e79" }, { "id": "43a1fcc1-2e6e-4e26-b477-85b23bd7eb10", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-43a1fcc1-2e6e-4e26-b477-85b23bd7eb10" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-ce42a965-e615-4c38-8d10-c50894f07e74" }, { "name": "Retrieve an expense", "id": "afdcb1af-05f2-419e-adae-6e771eccd956", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense/:id?fields=approver_user_id&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "approver_user_id" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "3231c130-820d-44ea-bf6f-308c6c28ced0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1d121d19-a0c4-4878-aaed-58384d4337ed", "key": "id", "value": "", "description": "(Required) ID of the Expense" } ] } }, "response": [ { "id": "21159b3c-c655-44bb-9009-f411832e9525", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"animdfa\": -84615495.07664196,\n \"ut0e\": true\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-21159b3c-c655-44bb-9009-f411832e9525" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-afdcb1af-05f2-419e-adae-6e771eccd956" }, { "name": "Update an expense", "id": "9fc8c2be-686f-4a0c-9659-4af3517a61a4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"animdfa\": -84615495.07664196,\n \"ut0e\": true\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense/:id?fields=approver_user_id&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "approver_user_id" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "502da8e7-70e0-4e57-996f-f0abb670bf37", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "00c002a3-88e6-4922-86be-4f50a8f71a2a", "key": "id", "value": "", "description": "(Required) ID of the Expense" } ] } }, "response": [ { "id": "bdb45eab-85df-4342-b45a-072ee9c0b857", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"animdfa\": -84615495.07664196,\n \"ut0e\": true\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"animdfa\": -84615495.07664196,\n \"ut0e\": true\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-bdb45eab-85df-4342-b45a-072ee9c0b857" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-9fc8c2be-686f-4a0c-9659-4af3517a61a4" }, { "name": "Update an expense", "id": "1c3b86cd-ac44-425e-80ea-8e44456de682", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"animdfa\": -84615495.07664196,\n \"ut0e\": true\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense/:id?fields=approver_user_id&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "approver_user_id" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "45351c0b-03ba-442c-9a8a-3dd66e268e90", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8ed1c394-adb3-4a8a-90c4-d096db7e8fab", "key": "id", "value": "", "description": "(Required) ID of the Expense" } ] } }, "response": [ { "id": "0a1bfdae-39e8-4e06-b0c8-1ef73d3aa539", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"animdfa\": -84615495.07664196,\n \"ut0e\": true\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"animdfa\": -84615495.07664196,\n \"ut0e\": true\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-0a1bfdae-39e8-4e06-b0c8-1ef73d3aa539" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-1c3b86cd-ac44-425e-80ea-8e44456de682" } ], "id": "81c9eefe-1e5d-4fe4-ae4d-648ba92f5b11", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-81c9eefe-1e5d-4fe4-ae4d-648ba92f5b11" }, { "name": "List all expenses", "id": "1bd5c23b-fe9b-40d5-9747-5e1fbcb2d837", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&start_gte=&end_lt=&contact_id=&category_id=&group_id=&org_id=&fields=approver_user_id&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The category ID to filter by (reference to AccountingCategory)", "key": "category_id", "value": "" }, { "description": "The group ID to filter by (reference to HrisGroup)", "key": "group_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "approver_user_id" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "44fa5c22-5d6a-496c-a654-d92630c85245", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "2da32f91-10ab-4bda-a37b-4f51d17117ac", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&start_gte=&end_lt=&contact_id=&category_id=&group_id=&org_id=&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The category ID to filter by (reference to AccountingCategory)", "key": "category_id", "value": "" }, { "description": "The group ID to filter by (reference to HrisGroup)", "key": "group_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"account_id\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"cupidatat5\": 11902507.801341057,\n \"ina4\": 5716054,\n \"occaecat3b5\": false\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"account_id\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"consectetur8\": \"sit et proident\"\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-2da32f91-10ab-4bda-a37b-4f51d17117ac" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-1bd5c23b-fe9b-40d5-9747-5e1fbcb2d837" }, { "name": "Create an expense", "id": "9db0533f-3611-42db-9f3e-e5237300821e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"animdfa\": -84615495.07664196,\n \"ut0e\": true\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense?fields=approver_user_id&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "approver_user_id" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "864d48ed-d1a4-4415-b3cf-d50bb8cf0b2f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "95af48c8-aca1-4736-b760-bd5a49e9562d", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"animdfa\": -84615495.07664196,\n \"ut0e\": true\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/expense?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "expense" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"approved_at\": \"\",\n \"approver_user_id\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"animdfa\": -84615495.07664196,\n \"ut0e\": true\n },\n \"reimbursed_amount\": \"\",\n \"reimbursed_at\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-95af48c8-aca1-4736-b760-bd5a49e9562d" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-9db0533f-3611-42db-9f3e-e5237300821e" } ], "id": "0eef5e38-936f-48fb-a425-0874ae71a85b", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-0eef5e38-936f-48fb-a425-0874ae71a85b" }, { "name": "invoice", "item": [ { "name": "{id}", "item": [ { "name": "Remove an invoice", "id": "6af57c6c-d1ae-4200-b267-bd2167527621", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "variable": [ { "id": "eac8f531-e567-4b59-a0c2-33885fcb5744", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "09ec22e1-951a-4d2b-8809-9d846491155a", "key": "id", "value": "", "description": "(Required) ID of the Invoice" } ] } }, "response": [ { "id": "c4f14e15-70cc-404a-b3ed-25551e7c0cd0", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-c4f14e15-70cc-404a-b3ed-25551e7c0cd0" }, { "id": "5857178c-dc59-423e-a274-96e589a2f157", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-5857178c-dc59-423e-a274-96e589a2f157" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-6af57c6c-d1ae-4200-b267-bd2167527621" }, { "name": "Retrieve an invoice", "id": "a4288702-8ab1-4f93-83c9-13b3829e4950", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice/:id?fields=contact_id&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "contact_id" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "c9b9eb62-7efc-49d5-8d9f-8f557b657de6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "c8b4aabc-15df-4861-8038-2dbe393bd61e", "key": "id", "value": "", "description": "(Required) ID of the Invoice" } ] } }, "response": [ { "id": "9a57db1e-4a9e-4138-9fd1-fdbc4d1a77c6", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice/:id?fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"do4f\": 20738247,\n \"ea331\": \"labore culpa amet ex nostrud\",\n \"ad_a\": -1134516\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"DRAFT\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-9a57db1e-4a9e-4138-9fd1-fdbc4d1a77c6" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-a4288702-8ab1-4f93-83c9-13b3829e4950" }, { "name": "Update an invoice", "id": "df191497-684c-4d12-9f8c-33eb44b1d1aa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"do4f\": 20738247,\n \"ea331\": \"labore culpa amet ex nostrud\",\n \"ad_a\": -1134516\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"DRAFT\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice/:id?fields=contact_id&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "contact_id" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "278775f0-6536-4b35-bc21-a3b0f2261441", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7a4757ab-e2e5-4b82-bee9-85949d6dede8", "key": "id", "value": "", "description": "(Required) ID of the Invoice" } ] } }, "response": [ { "id": "2ba0df83-26a6-4a10-9446-4d60873c59bd", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"do4f\": 20738247,\n \"ea331\": \"labore culpa amet ex nostrud\",\n \"ad_a\": -1134516\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"DRAFT\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice/:id?fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"do4f\": 20738247,\n \"ea331\": \"labore culpa amet ex nostrud\",\n \"ad_a\": -1134516\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"DRAFT\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-2ba0df83-26a6-4a10-9446-4d60873c59bd" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-df191497-684c-4d12-9f8c-33eb44b1d1aa" }, { "name": "Update an invoice", "id": "0beaa6fa-7b6a-486b-8b50-e326a5495554", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"do4f\": 20738247,\n \"ea331\": \"labore culpa amet ex nostrud\",\n \"ad_a\": -1134516\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"DRAFT\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice/:id?fields=contact_id&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "contact_id" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "95c2b57d-149d-4e6c-b3c5-96134a7313a2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5d06f96e-7955-49bb-924b-be8659d7f74d", "key": "id", "value": "", "description": "(Required) ID of the Invoice" } ] } }, "response": [ { "id": "110a509b-970b-408c-a069-5a6f768f3479", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"do4f\": 20738247,\n \"ea331\": \"labore culpa amet ex nostrud\",\n \"ad_a\": -1134516\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"DRAFT\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice/:id?fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"do4f\": 20738247,\n \"ea331\": \"labore culpa amet ex nostrud\",\n \"ad_a\": -1134516\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"DRAFT\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-110a509b-970b-408c-a069-5a6f768f3479" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-0beaa6fa-7b6a-486b-8b50-e326a5495554" } ], "id": "e23125f1-a7e8-4cec-a5f0-3763cade4dba", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-e23125f1-a7e8-4cec-a5f0-3763cade4dba" }, { "name": "List all invoices", "id": "cb76d843-f5de-42f0-9cf2-70a6828e9000", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&org_id=&type=&start_gte=&end_lt=&fields=contact_id&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "key": "type", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "contact_id" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "47d1d632-bd71-42d5-8c1e-47f480a154d7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "15b32ac7-5dbb-4076-a84a-ae993facdbaf", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&org_id=&type=&start_gte=&end_lt=&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "key": "type", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"exercitationd8\": -67442134\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"DRAFT\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\",\n \"url\": \"\"\n },\n {\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"charge_automatically\",\n \"posted_at\": \"\",\n \"raw\": {\n \"mollit_4c7\": \"enim culpa id cillum\",\n \"aliquip_90\": 56757361,\n \"ad94\": true,\n \"eu_5bf\": \"\"\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"VOIDED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\",\n \"url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-15b32ac7-5dbb-4076-a84a-ae993facdbaf" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-cb76d843-f5de-42f0-9cf2-70a6828e9000" }, { "name": "Create an invoice", "id": "62dd9614-a145-4f81-a676-305e38785b46", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"do4f\": 20738247,\n \"ea331\": \"labore culpa amet ex nostrud\",\n \"ad_a\": -1134516\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"DRAFT\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice?fields=contact_id&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "contact_id" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "e47ddfb0-b766-4f33-a66c-9414757c0038", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "66c15c82-9406-446e-8f47-75d080e301ae", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"do4f\": 20738247,\n \"ea331\": \"labore culpa amet ex nostrud\",\n \"ad_a\": -1134516\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"DRAFT\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/invoice?fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "invoice" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attachments\": [\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n },\n {\n \"download_url\": \"\",\n \"id\": \"\",\n \"mime_type\": \"\",\n \"name\": \"\"\n }\n ],\n \"balance_amount\": \"\",\n \"cancelled_at\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"discount_amount\": \"\",\n \"due_at\": \"\",\n \"id\": \"\",\n \"invoice_number\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"notes\": \"\",\n \"organization_id\": \"\",\n \"paid_amount\": \"\",\n \"paid_at\": \"\",\n \"payment_collection_method\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"do4f\": 20738247,\n \"ea331\": \"labore culpa amet ex nostrud\",\n \"ad_a\": -1134516\n },\n \"reference\": \"\",\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"DRAFT\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"BILL\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-66c15c82-9406-446e-8f47-75d080e301ae" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-62dd9614-a145-4f81-a676-305e38785b46" } ], "id": "d67d1a65-6315-47ae-b694-fc42b9d976f4", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-d67d1a65-6315-47ae-b694-fc42b9d976f4" }, { "name": "journal", "item": [ { "name": "{id}", "item": [ { "name": "Remove a journal", "id": "0f4da229-abb6-447c-970f-4c5d97dddcd7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "variable": [ { "id": "78aad4f6-a999-497d-9401-9786f4d64c59", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "27541dd9-8229-4fdb-bb97-84bf75e785b1", "key": "id", "value": "", "description": "(Required) ID of the Journal" } ] } }, "response": [ { "id": "9f0866b2-b6cd-4b1f-8933-6a43dbe02678", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-9f0866b2-b6cd-4b1f-8933-6a43dbe02678" }, { "id": "10dd2d64-2045-4f8f-b681-36cb45c02972", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-10dd2d64-2045-4f8f-b681-36cb45c02972" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-0f4da229-abb6-447c-970f-4c5d97dddcd7" }, { "name": "Retrieve a journal", "id": "386ecb9c-1379-4ffc-b7f8-e8a6ab8e7e4d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal/:id?fields=description&fields=source&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "description": "Fields to return", "key": "fields", "value": "source" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "96bf3662-6d98-4b6d-a475-7d9e31ec11e8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7dfa2079-98e3-4797-83b5-d59f58c47571", "key": "id", "value": "", "description": "(Required) ID of the Journal" } ] } }, "response": [ { "id": "6f3e7fdb-2ec8-4d40-b140-417a3a1d62f3", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal/:id?fields=source&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "source" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"sed1b\": -83402351\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-6f3e7fdb-2ec8-4d40-b140-417a3a1d62f3" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-386ecb9c-1379-4ffc-b7f8-e8a6ab8e7e4d" }, { "name": "Update a journal", "id": "2d6471ff-1686-454e-80d3-d56720a255cf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"sed1b\": -83402351\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal/:id?fields=description&fields=source&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "description": "Fields to return", "key": "fields", "value": "source" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "59c70f40-1c63-4166-bb96-11605ea007f1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "88925be7-ffdf-45b0-b75b-106b03758c74", "key": "id", "value": "", "description": "(Required) ID of the Journal" } ] } }, "response": [ { "id": "05d2028d-d0be-40fa-a0f7-6ecfbebbe139", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"sed1b\": -83402351\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal/:id?fields=source&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "source" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"sed1b\": -83402351\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-05d2028d-d0be-40fa-a0f7-6ecfbebbe139" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-2d6471ff-1686-454e-80d3-d56720a255cf" }, { "name": "Update a journal", "id": "a5584b15-f639-4b87-ab82-d51e90a12058", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"sed1b\": -83402351\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal/:id?fields=description&fields=source&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "description": "Fields to return", "key": "fields", "value": "source" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "36b34899-fc44-4b19-9933-4960465e3c3a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a8bc4107-5b1c-4954-9b11-006d1aea710f", "key": "id", "value": "", "description": "(Required) ID of the Journal" } ] } }, "response": [ { "id": "bf4e976f-657e-42ef-8a89-33373440951a", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"sed1b\": -83402351\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal/:id?fields=source&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "source" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"sed1b\": -83402351\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-bf4e976f-657e-42ef-8a89-33373440951a" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-a5584b15-f639-4b87-ab82-d51e90a12058" } ], "id": "a0113561-334b-4a88-9bb9-51ef9233abc4", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-a0113561-334b-4a88-9bb9-51ef9233abc4" }, { "name": "List all journals", "id": "df083e19-39d7-4d5d-a2ce-54166142c103", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&account_id=&fields=description&fields=source&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "The account ID to filter by (reference to AccountingAccount)", "key": "account_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "description" }, { "description": "Fields to return", "key": "fields", "value": "source" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "2aae1c9d-5817-42b8-b301-a8e850d08cc8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "7dad42bf-271d-4714-95d0-757e17b3a83f", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&account_id=&fields=source&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "The account ID to filter by (reference to AccountingAccount)", "key": "account_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "source" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"reprehenderit_c\": \"nisi con\",\n \"quis_7\": 80034858\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"eab2\": false,\n \"aliqua6\": 58740100.87432486\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-7dad42bf-271d-4714-95d0-757e17b3a83f" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-df083e19-39d7-4d5d-a2ce-54166142c103" }, { "name": "Create a journal", "id": "53f46091-8df1-469f-b19e-ed52d34009aa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"sed1b\": -83402351\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal?fields=description&fields=source&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "description": "Fields to return", "key": "fields", "value": "source" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "116c87fb-b1c4-48c3-a106-8c38bd034418", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e06d6717-1619-4ffa-98c2-c96a3551f810", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"sed1b\": -83402351\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/journal?fields=source&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "journal" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "source" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"contact_id\": \"\",\n \"credit_amount\": \"\",\n \"debit_amount\": \"\",\n \"description\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"invoice_id\": \"\",\n \"organization_id\": \"\",\n \"payment_id\": \"\",\n \"project_id\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"sed1b\": -83402351\n },\n \"reference\": \"\",\n \"source\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-e06d6717-1619-4ffa-98c2-c96a3551f810" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-53f46091-8df1-469f-b19e-ed52d34009aa" } ], "id": "f2cde676-4550-4042-96c5-3f34edafc7aa", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-f2cde676-4550-4042-96c5-3f34edafc7aa" }, { "name": "order", "item": [ { "name": "{id}", "item": [ { "name": "Remove an order", "id": "4155b82d-4d5a-4d2b-be4c-2ee146ccb142", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "variable": [ { "id": "5838d671-50cd-4a71-aee2-85256d468c14", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "4a0e0297-c0d8-461e-ab88-06878db60e8c", "key": "id", "value": "", "description": "(Required) ID of the Order" } ] } }, "response": [ { "id": "04709be6-3d5f-4fa5-a8d7-4169159abb48", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-04709be6-3d5f-4fa5-a8d7-4169159abb48" }, { "id": "db01e098-f623-43af-940a-26cd134833ac", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-db01e098-f623-43af-940a-26cd134833ac" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-4155b82d-4d5a-4d2b-be4c-2ee146ccb142" }, { "name": "Retrieve an order", "id": "95b437e2-55dd-4ae7-bbde-458501a6b5c2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order/:id?fields=updated_at&fields=posted_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "posted_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "21ce8010-52c5-44f7-a766-367ecd90c9c1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e264e3bd-c00f-4b06-9b20-c999f3173aab", "key": "id", "value": "", "description": "(Required) ID of the Order" } ] } }, "response": [ { "id": "25aec6cb-ae05-4032-a16b-80ad8e582438", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order/:id?fields=posted_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "posted_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"labore_d8\": 39356913.12820998,\n \"sunt_3\": 62862419.29670134\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"VOIDED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-25aec6cb-ae05-4032-a16b-80ad8e582438" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-95b437e2-55dd-4ae7-bbde-458501a6b5c2" }, { "name": "Update an order", "id": "73c039e7-3cc3-47be-ba54-8f67ee5b3b3b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"labore_d8\": 39356913.12820998,\n \"sunt_3\": 62862419.29670134\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"VOIDED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order/:id?fields=updated_at&fields=posted_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "posted_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "cb7514de-2fc2-49b6-9796-b94349926a61", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "fc5bf570-ef87-43ea-8542-75a1fb560769", "key": "id", "value": "", "description": "(Required) ID of the Order" } ] } }, "response": [ { "id": "865a4ed4-e88b-4582-a368-9e2d8d7c177a", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"labore_d8\": 39356913.12820998,\n \"sunt_3\": 62862419.29670134\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"VOIDED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order/:id?fields=posted_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "posted_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"labore_d8\": 39356913.12820998,\n \"sunt_3\": 62862419.29670134\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"VOIDED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-865a4ed4-e88b-4582-a368-9e2d8d7c177a" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-73c039e7-3cc3-47be-ba54-8f67ee5b3b3b" }, { "name": "Update an order", "id": "67293fc7-1100-49bb-9dd7-18c7e14f090c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"labore_d8\": 39356913.12820998,\n \"sunt_3\": 62862419.29670134\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"VOIDED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order/:id?fields=updated_at&fields=posted_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "posted_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "0a58ac13-4d68-4332-aa4f-414793307f1d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d5299056-6dce-481b-b675-76322fd2960b", "key": "id", "value": "", "description": "(Required) ID of the Order" } ] } }, "response": [ { "id": "39a1b478-f03d-40d1-b841-eaa64da2883f", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"labore_d8\": 39356913.12820998,\n \"sunt_3\": 62862419.29670134\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"VOIDED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order/:id?fields=posted_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "posted_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"labore_d8\": 39356913.12820998,\n \"sunt_3\": 62862419.29670134\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"VOIDED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-39a1b478-f03d-40d1-b841-eaa64da2883f" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-67293fc7-1100-49bb-9dd7-18c7e14f090c" } ], "id": "f6ac8581-a11b-46b0-9971-f5440f608b94", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-f6ac8581-a11b-46b0-9971-f5440f608b94" }, { "name": "List all orders", "id": "2a53cc06-63c4-4ee7-b98a-8a120aacccbf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&type=&org_id=&fields=updated_at&fields=posted_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "key": "type", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "posted_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "b0b04f58-c3fb-44cb-a297-d24617ae48bc", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "94fe2319-bf8f-4c92-93f4-0fccf50637a9", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&type=&org_id=&fields=posted_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "key": "type", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "posted_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"tempor_768\": -40908827.47788016,\n \"tempor728\": -62125542.534700796\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"VOIDED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"qui61\": \"consequat dolore Duis deserunt\",\n \"consectetur_edc\": -39440603.87108723,\n \"nostrud_1\": true\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"AUTHORIZED\",\n \"total_amount\": \"\",\n \"type\": \"PURCHASE\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-94fe2319-bf8f-4c92-93f4-0fccf50637a9" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-2a53cc06-63c4-4ee7-b98a-8a120aacccbf" }, { "name": "Create an order", "id": "167b4db5-5884-43c2-9dc9-51b863ae756d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"labore_d8\": 39356913.12820998,\n \"sunt_3\": 62862419.29670134\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"VOIDED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order?fields=updated_at&fields=posted_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "posted_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "82854dc9-880d-49d1-9031-5c753c4879cf", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "3d548542-bef7-4d88-9f91-c4a4b1eea2b8", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"labore_d8\": 39356913.12820998,\n \"sunt_3\": 62862419.29670134\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"VOIDED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order?fields=posted_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "posted_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"labore_d8\": 39356913.12820998,\n \"sunt_3\": 62862419.29670134\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"VOIDED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-3d548542-bef7-4d88-9f91-c4a4b1eea2b8" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-167b4db5-5884-43c2-9dc9-51b863ae756d" } ], "id": "d2834917-a150-415c-9cbc-c4df75afdb7c", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-d2834917-a150-415c-9cbc-c4df75afdb7c" }, { "name": "organization", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve an organization", "id": "24381b56-1e4f-4996-8ee2-2a8bc984a6e0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/organization/:id?fields=currency&fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "dcf64e27-8ed6-4122-851f-bddc6bf0f62f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7fb44b91-e7da-4a4e-8b68-df1e5053c942", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "c0b1ba14-bb8f-4119-a28e-449b7471cb98", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/organization/:id?fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"currency\": \"\",\n \"fiscal_year_end_month\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"organization_code\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ex_89\": 21108454,\n \"cillum91c\": \"sit veniam in ipsum\",\n \"Excepteur7c\": true\n },\n \"tax_number\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"website\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-c0b1ba14-bb8f-4119-a28e-449b7471cb98" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-24381b56-1e4f-4996-8ee2-2a8bc984a6e0" } ], "id": "65fff14e-15b4-41d9-94b0-6ed3474aafd5", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-65fff14e-15b4-41d9-94b0-6ed3474aafd5" }, { "name": "List all organizations", "id": "e7c4e82b-d1db-4bca-847f-e20f7f6c984c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/organization?limit=&offset=&updated_gte=&sort=&order=&query=&fields=currency&fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "organization" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "59ed8687-8300-434e-a6b3-daf9d8b4e538", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e61047e5-ac8f-4d25-80fa-8da79fc78c31", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/organization?limit=&offset=&updated_gte=&sort=&order=&query=&fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "organization" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"currency\": \"\",\n \"fiscal_year_end_month\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"organization_code\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"exe3f\": true,\n \"velit__\": true\n },\n \"tax_number\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"website\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"currency\": \"\",\n \"fiscal_year_end_month\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"organization_code\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"id_94_\": 63101948,\n \"elit_b2\": false\n },\n \"tax_number\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"website\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-e61047e5-ac8f-4d25-80fa-8da79fc78c31" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-e7c4e82b-d1db-4bca-847f-e20f7f6c984c" } ], "id": "399096be-95d1-43e6-82ac-9b6ff8efb193", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-399096be-95d1-43e6-82ac-9b6ff8efb193" }, { "name": "profitloss", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a profitloss", "id": "23d4f14b-eb40-4428-a0f8-71d603d02839", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/profitloss/:id?fields=income_sections&fields=expenses&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "profitloss", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "income_sections" }, { "description": "Fields to return", "key": "fields", "value": "expenses" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "96986842-5548-42f1-8076-465e95f2dce7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "af9d4da3-59d8-4f12-aa8b-2214326f4e29", "key": "id", "value": "", "description": "(Required) ID of the Profitloss" } ] } }, "response": [ { "id": "c2f35665-2620-4c6e-afb2-167b6780a0d0", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/profitloss/:id?fields=expenses&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "profitloss", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "expenses" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"cost_of_goods_sold\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"cost_of_goods_sold_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"cost_of_goods_sold_total_amount\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"expenses\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"expenses_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"expenses_total_amount\": \"\",\n \"gross_profit_amount\": \"\",\n \"id\": \"\",\n \"income\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"income_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"income_total_amount\": \"\",\n \"name\": \"\",\n \"net_income_amount\": \"\",\n \"net_profit_amount\": \"\",\n \"raw\": {\n \"nullaa1\": false,\n \"veniamd9\": \"eu tempor\",\n \"incididunt_780\": 43971007\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-c2f35665-2620-4c6e-afb2-167b6780a0d0" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-23d4f14b-eb40-4428-a0f8-71d603d02839" } ], "id": "60a95fc3-1c4d-4ca1-b309-4e0db77c214f", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-60a95fc3-1c4d-4ca1-b309-4e0db77c214f" }, { "name": "List all profitlosses", "id": "e1fa5b25-832d-47a5-baac-f3096828d2aa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/profitloss?limit=&offset=&updated_gte=&sort=&order=&query=&start_gte=&end_lt=&category_id=&contact_id=&fields=income_sections&fields=expenses&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "profitloss" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "The category ID to filter by (reference to AccountingCategory)", "key": "category_id", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "income_sections" }, { "description": "Fields to return", "key": "fields", "value": "expenses" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "b278abed-efd5-40bb-a7c7-ee819093bc52", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "fe634043-7c8d-42b4-ab71-793ab835e23c", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/profitloss?limit=&offset=&updated_gte=&sort=&order=&query=&start_gte=&end_lt=&category_id=&contact_id=&fields=expenses&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "profitloss" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "The category ID to filter by (reference to AccountingCategory)", "key": "category_id", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "expenses" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"cost_of_goods_sold\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"cost_of_goods_sold_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"cost_of_goods_sold_total_amount\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"expenses\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"expenses_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"expenses_total_amount\": \"\",\n \"gross_profit_amount\": \"\",\n \"id\": \"\",\n \"income\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"income_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"income_total_amount\": \"\",\n \"name\": \"\",\n \"net_income_amount\": \"\",\n \"net_profit_amount\": \"\",\n \"raw\": {\n \"consequat2d9\": 33888918,\n \"nulla_\": 61846551,\n \"Ut1d\": \"reprehenderit id adipisicing\",\n \"cupidatate1\": false\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"cost_of_goods_sold\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"cost_of_goods_sold_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"cost_of_goods_sold_total_amount\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"expenses\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"expenses_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"expenses_total_amount\": \"\",\n \"gross_profit_amount\": \"\",\n \"id\": \"\",\n \"income\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"income_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"income_total_amount\": \"\",\n \"name\": \"\",\n \"net_income_amount\": \"\",\n \"net_profit_amount\": \"\",\n \"raw\": {\n \"laboris_1\": 39653839.1426101\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-fe634043-7c8d-42b4-ab71-793ab835e23c" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-e1fa5b25-832d-47a5-baac-f3096828d2aa" } ], "id": "2ed9ad3b-a6c3-406c-8f3d-f5f7c902f02a", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-2ed9ad3b-a6c3-406c-8f3d-f5f7c902f02a" }, { "name": "purchaseorder", "item": [ { "name": "{id}", "item": [ { "name": "Remove a purchaseorder", "id": "3b6274fd-6ad9-408c-9f33-922119baf0cf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/purchaseorder/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "purchaseorder", ":id" ], "variable": [ { "id": "b9c3883a-8e1d-49e2-80e4-99e88b5fb0dc", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "c7bdc264-ac5e-4e4e-9fac-d52386587abc", "key": "id", "value": "", "description": "(Required) ID of the Purchaseorder" } ] } }, "response": [ { "id": "89d61a9c-4dc0-4382-8e24-3f8537cd8db1", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/purchaseorder/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "purchaseorder", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-89d61a9c-4dc0-4382-8e24-3f8537cd8db1" }, { "id": "c1402b35-a9ba-4e27-bfde-1f6d5eb8dc3d", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/purchaseorder/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "purchaseorder", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-c1402b35-a9ba-4e27-bfde-1f6d5eb8dc3d" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-3b6274fd-6ad9-408c-9f33-922119baf0cf" }, { "name": "Retrieve a purchaseorder", "id": "0168b852-cae4-4b8e-8db4-76fa3225d271", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/purchaseorder/:id?fields=status&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "purchaseorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "30b20ffd-f294-4ebb-90c5-8353795b7725", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "dd35bf09-4f47-4b3c-b50d-01266f78b608", "key": "id", "value": "", "description": "(Required) ID of the Purchaseorder" } ] } }, "response": [ { "id": "dc290d12-1734-4f1c-9051-6a8e3586a7d6", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/purchaseorder/:id?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "purchaseorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"et7e4\": true\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"AUTHORIZED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-dc290d12-1734-4f1c-9051-6a8e3586a7d6" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-0168b852-cae4-4b8e-8db4-76fa3225d271" }, { "name": "Update a purchaseorder", "id": "0eb0d349-1147-4597-911e-20dc5f7aa983", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"et7e4\": true\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"AUTHORIZED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/purchaseorder/:id?fields=status&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "purchaseorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "4c78c9d2-9f0a-4f38-8f54-9a5183f3cacc", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "96b82915-282b-499b-a5ca-d2ef65247275", "key": "id", "value": "", "description": "(Required) ID of the Purchaseorder" } ] } }, "response": [ { "id": "006cc43e-83e3-4bfd-920e-79d9cc820abb", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"et7e4\": true\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"AUTHORIZED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/purchaseorder/:id?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "purchaseorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"et7e4\": true\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"AUTHORIZED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-006cc43e-83e3-4bfd-920e-79d9cc820abb" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-0eb0d349-1147-4597-911e-20dc5f7aa983" }, { "name": "Update a purchaseorder", "id": "9307f718-d0e7-4544-8843-693cc5745efa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"et7e4\": true\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"AUTHORIZED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/purchaseorder/:id?fields=status&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "purchaseorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "8128209c-97f9-4f59-b609-07700ad75cde", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ce2e792d-205c-4893-99bf-615fc6e40286", "key": "id", "value": "", "description": "(Required) ID of the Purchaseorder" } ] } }, "response": [ { "id": "a0a148dc-daf7-4a4d-8171-dd3bdb5f0a4a", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"et7e4\": true\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"AUTHORIZED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/purchaseorder/:id?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "purchaseorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"et7e4\": true\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"AUTHORIZED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-a0a148dc-daf7-4a4d-8171-dd3bdb5f0a4a" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-9307f718-d0e7-4544-8843-693cc5745efa" } ], "id": "f91196cb-de4d-4a8f-b492-b052e84bb3f9", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-f91196cb-de4d-4a8f-b492-b052e84bb3f9" }, { "name": "List all purchaseorders", "id": "eb50f5d0-76d1-4fd1-93a1-70c13ee9e3fd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/purchaseorder?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&org_id=&fields=status&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "purchaseorder" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "abe6277f-72ec-4783-93ef-0a4ea51c3416", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "45cdb8fa-d1d5-4872-91d1-2ea956ccb84b", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/purchaseorder?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&org_id=&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "purchaseorder" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"qui_45\": -27397032\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"PARTIALLY_PAID\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"ut7\": false,\n \"est_01\": -8556315,\n \"veniam_ce9\": \"ut amet in voluptate\",\n \"dolor_276\": 22930777.525849193\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"SUBMITTED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-45cdb8fa-d1d5-4872-91d1-2ea956ccb84b" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-eb50f5d0-76d1-4fd1-93a1-70c13ee9e3fd" }, { "name": "Create a purchaseorder", "id": "49d8ca31-8b64-4c38-bddb-2dad0fcda3f1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"et7e4\": true\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"AUTHORIZED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/purchaseorder?fields=status&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "purchaseorder" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "c87cb45b-81ea-4366-87d7-777ec6f4666e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "5bb852b1-79b4-4a2b-89bc-c38b0636800d", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"et7e4\": true\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"AUTHORIZED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/purchaseorder?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "purchaseorder" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"et7e4\": true\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"AUTHORIZED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-5bb852b1-79b4-4a2b-89bc-c38b0636800d" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-49d8ca31-8b64-4c38-bddb-2dad0fcda3f1" } ], "id": "7b0367a0-3be8-4c3e-b2ab-6d97350bf396", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-7b0367a0-3be8-4c3e-b2ab-6d97350bf396" }, { "name": "report", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a report", "id": "521bc1c0-7eff-487a-9970-159ef8c5cbf3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/report/:id?fields=currency&fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "report", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "5e1c8a00-774b-4f86-8e37-aeebcd0eaa0d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "fcca20d6-b36e-4db8-ace0-729f60031a24", "key": "id", "value": "", "description": "(Required) ID of the Report" } ] } }, "response": [ { "id": "4a96a99b-40d0-4e76-a45e-0ac71c15271d", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/report/:id?fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "report", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"balance_sheet\": {\n \"assets\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"equity\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"id\": \"\",\n \"liabilities\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"name\": \"\",\n \"net_assets_amount\": \"\",\n \"raw\": {\n \"non__\": 7791412,\n \"nullaf0\": -29720454.30580224\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n },\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"profit_and_loss\": {\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"cost_of_goods_sold\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"cost_of_goods_sold_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"cost_of_goods_sold_total_amount\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"expenses\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"expenses_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"expenses_total_amount\": \"\",\n \"gross_profit_amount\": \"\",\n \"id\": \"\",\n \"income\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"income_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"income_total_amount\": \"\",\n \"name\": \"\",\n \"net_income_amount\": \"\",\n \"net_profit_amount\": \"\",\n \"raw\": {\n \"mollitbe\": \"Lorem est in\",\n \"doloredd\": -1862227.4424723536\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n },\n \"raw\": {\n \"voluptate_c\": \"nisi est \"\n },\n \"start_at\": \"\",\n \"trial_balance\": {\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"tempor_a\": -74147679.05249101,\n \"fugiat7\": -64983824\n },\n \"start_at\": \"\",\n \"sub_items\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n }\n ],\n \"total_credit_amount\": \"\",\n \"total_debit_amount\": \"\",\n \"updated_at\": \"\"\n },\n \"type\": \"TRIAL_BALANCE\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-4a96a99b-40d0-4e76-a45e-0ac71c15271d" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-521bc1c0-7eff-487a-9970-159ef8c5cbf3" } ], "id": "9f3df1c3-dc5a-43c5-a289-a025c3286730", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-9f3df1c3-dc5a-43c5-a289-a025c3286730" }, { "name": "List all reports", "id": "363eca53-2f3a-4474-a61b-7179f6894acd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/report?limit=&offset=&updated_gte=&sort=&order=&query=&type=&start_gte=&end_lt=&fields=currency&fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "report" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "key": "type", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "2e800450-88a8-4257-89d0-f3ca88d88c06", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "317d2d8b-d244-421c-8ec4-ac3524bbe777", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/report?limit=&offset=&updated_gte=&sort=&order=&query=&type=&start_gte=&end_lt=&fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "report" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "key": "type", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"balance_sheet\": {\n \"assets\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"equity\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"id\": \"\",\n \"liabilities\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"name\": \"\",\n \"net_assets_amount\": \"\",\n \"raw\": {\n \"ullamco11\": -69147778\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n },\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"profit_and_loss\": {\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"cost_of_goods_sold\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"cost_of_goods_sold_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"cost_of_goods_sold_total_amount\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"expenses\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"expenses_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"expenses_total_amount\": \"\",\n \"gross_profit_amount\": \"\",\n \"id\": \"\",\n \"income\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"income_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"income_total_amount\": \"\",\n \"name\": \"\",\n \"net_income_amount\": \"\",\n \"net_profit_amount\": \"\",\n \"raw\": {\n \"incididunt__43\": \"velit occaecat f\",\n \"in_fc_\": -45201233\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n },\n \"raw\": {\n \"euf42\": true\n },\n \"start_at\": \"\",\n \"trial_balance\": {\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"esse_98\": false,\n \"irured5e\": false,\n \"Excepteur__\": 2583900.9947695434\n },\n \"start_at\": \"\",\n \"sub_items\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n }\n ],\n \"total_credit_amount\": \"\",\n \"total_debit_amount\": \"\",\n \"updated_at\": \"\"\n },\n \"type\": \"PROFIT_AND_LOSS\",\n \"updated_at\": \"\"\n },\n {\n \"balance_sheet\": {\n \"assets\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"equity\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"id\": \"\",\n \"liabilities\": [\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"account_id\": \"\",\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"name\": \"\",\n \"net_assets_amount\": \"\",\n \"raw\": {\n \"cupidatat7\": -8050229,\n \"consequat__4\": \"sit ut voluptate nulla\",\n \"officiaf0\": 96249568.8322818,\n \"esse_80\": \"commodo occaecat\"\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n },\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"profit_and_loss\": {\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"cost_of_goods_sold\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"cost_of_goods_sold_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"cost_of_goods_sold_total_amount\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"expenses\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"expenses_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"expenses_total_amount\": \"\",\n \"gross_profit_amount\": \"\",\n \"id\": \"\",\n \"income\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"sub_items\": [\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": \"\",\n \"name\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n ],\n \"income_sections\": [\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n },\n {\n \"accounts\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"total_amount\": \"\",\n \"transaction_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"section_name\": \"\",\n \"section_type\": \"\",\n \"total_amount\": \"\"\n }\n ],\n \"income_total_amount\": \"\",\n \"name\": \"\",\n \"net_income_amount\": \"\",\n \"net_profit_amount\": \"\",\n \"raw\": {\n \"ullamcodb0\": 42746860.571287066\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n },\n \"raw\": {\n \"mollit_0d7\": true\n },\n \"start_at\": \"\",\n \"trial_balance\": {\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"exercitation_881\": -68421920,\n \"dolor_8a\": \"laboris culpa\",\n \"in214\": 50071370,\n \"Utf43\": \"Duis proident veniam\"\n },\n \"start_at\": \"\",\n \"sub_items\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n }\n ],\n \"total_credit_amount\": \"\",\n \"total_debit_amount\": \"\",\n \"updated_at\": \"\"\n },\n \"type\": \"BALANCE_SHEET\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-317d2d8b-d244-421c-8ec4-ac3524bbe777" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-363eca53-2f3a-4474-a61b-7179f6894acd" } ], "id": "9e9d9540-244a-4c5a-9575-51364c398bfd", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-9e9d9540-244a-4c5a-9575-51364c398bfd" }, { "name": "salesorder", "item": [ { "name": "{id}", "item": [ { "name": "Remove a salesorder", "id": "73bfedfa-3701-456b-8889-4548512ad904", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/salesorder/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "salesorder", ":id" ], "variable": [ { "id": "3c781d92-3286-4e51-b9b4-c6efd8e80c1b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "4087f863-2cff-4fd8-80ba-91b4f451e7d9", "key": "id", "value": "", "description": "(Required) ID of the Salesorder" } ] } }, "response": [ { "id": "d50bf735-7692-47e6-8b83-328b81be75e8", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/salesorder/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "salesorder", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-d50bf735-7692-47e6-8b83-328b81be75e8" }, { "id": "aa219823-7afa-4d5a-8bbf-0aa0141c3edf", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/salesorder/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "salesorder", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-aa219823-7afa-4d5a-8bbf-0aa0141c3edf" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-73bfedfa-3701-456b-8889-4548512ad904" }, { "name": "Retrieve a salesorder", "id": "866fee5e-21d9-4692-9703-b1aa5d1acd05", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/salesorder/:id?fields=total_amount&fields=account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "salesorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "total_amount" }, { "description": "Fields to return", "key": "fields", "value": "account_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "56d40113-40b8-4ca6-942e-57932878269d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6e8e40b2-8b55-4dbd-8c7b-15c7412abaae", "key": "id", "value": "", "description": "(Required) ID of the Salesorder" } ] } }, "response": [ { "id": "0d21fd63-14d1-4f34-8b4f-0d7ee2ad4c64", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/salesorder/:id?fields=account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "salesorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "account_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"Ut_ff9\": false,\n \"Loremb1\": \"ea reprehenderit cillum\"\n },\n \"sales_channel\": \"\",\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"REFUNDED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-0d21fd63-14d1-4f34-8b4f-0d7ee2ad4c64" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-866fee5e-21d9-4692-9703-b1aa5d1acd05" }, { "name": "Update a salesorder", "id": "a7cb6611-f53d-468c-8568-b16bf23c0247", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"Ut_ff9\": false,\n \"Loremb1\": \"ea reprehenderit cillum\"\n },\n \"sales_channel\": \"\",\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"REFUNDED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/salesorder/:id?fields=total_amount&fields=account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "salesorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "total_amount" }, { "description": "Fields to return", "key": "fields", "value": "account_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "8335f2f8-f6cc-469f-b0cc-9bc785e7838d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e71d7be1-17d2-492b-9f4f-0863d0b38de4", "key": "id", "value": "", "description": "(Required) ID of the Salesorder" } ] } }, "response": [ { "id": "b82bc47a-a955-4adc-bee2-a69e781121da", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"Ut_ff9\": false,\n \"Loremb1\": \"ea reprehenderit cillum\"\n },\n \"sales_channel\": \"\",\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"REFUNDED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/salesorder/:id?fields=account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "salesorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "account_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"Ut_ff9\": false,\n \"Loremb1\": \"ea reprehenderit cillum\"\n },\n \"sales_channel\": \"\",\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"REFUNDED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-b82bc47a-a955-4adc-bee2-a69e781121da" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-a7cb6611-f53d-468c-8568-b16bf23c0247" }, { "name": "Update a salesorder", "id": "af67a3d0-4d6a-4a3f-896c-0c88ddb9a223", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"Ut_ff9\": false,\n \"Loremb1\": \"ea reprehenderit cillum\"\n },\n \"sales_channel\": \"\",\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"REFUNDED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/salesorder/:id?fields=total_amount&fields=account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "salesorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "total_amount" }, { "description": "Fields to return", "key": "fields", "value": "account_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "f2214905-38be-4a8c-90dd-2c668446b954", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1e1d893e-d1b0-4ec9-b733-15c8fbdf2415", "key": "id", "value": "", "description": "(Required) ID of the Salesorder" } ] } }, "response": [ { "id": "6d2bade9-1d2a-4032-8e4f-644cc1bbd99d", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"Ut_ff9\": false,\n \"Loremb1\": \"ea reprehenderit cillum\"\n },\n \"sales_channel\": \"\",\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"REFUNDED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/salesorder/:id?fields=account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "salesorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "account_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"Ut_ff9\": false,\n \"Loremb1\": \"ea reprehenderit cillum\"\n },\n \"sales_channel\": \"\",\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"REFUNDED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-6d2bade9-1d2a-4032-8e4f-644cc1bbd99d" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-af67a3d0-4d6a-4a3f-896c-0c88ddb9a223" } ], "id": "2695bc26-3896-4546-8c9c-c6cad4202fa1", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-2695bc26-3896-4546-8c9c-c6cad4202fa1" }, { "name": "List all salesorders", "id": "f9e9ba69-2873-4948-bcc0-ab7ef4202a29", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/salesorder?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&org_id=&fields=total_amount&fields=account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "salesorder" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "total_amount" }, { "description": "Fields to return", "key": "fields", "value": "account_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "1ab3f0ac-1040-452b-ac5d-d31e7f63b211", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "abe9a128-5840-4196-aeb9-99183e45aaa3", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/salesorder?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&org_id=&fields=account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "salesorder" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "account_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"dolor_a\": -33624618.598376445\n },\n \"sales_channel\": \"\",\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"SUBMITTED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"ut61\": 14714778.242643997,\n \"laborum_ab7\": 55923813,\n \"culpa28\": \"Lorem do\",\n \"aute_\": 32276246\n },\n \"sales_channel\": \"\",\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"DELETED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-abe9a128-5840-4196-aeb9-99183e45aaa3" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-f9e9ba69-2873-4948-bcc0-ab7ef4202a29" }, { "name": "Create a salesorder", "id": "07c705b8-48ea-4202-ae84-b65fe4cfbd84", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"Ut_ff9\": false,\n \"Loremb1\": \"ea reprehenderit cillum\"\n },\n \"sales_channel\": \"\",\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"REFUNDED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/salesorder?fields=total_amount&fields=account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "salesorder" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "total_amount" }, { "description": "Fields to return", "key": "fields", "value": "account_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "1b2b3a79-3eb2-448b-afe4-6c9a526370e7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "f8a670de-03ff-464a-8ce9-52cccb9facfd", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"Ut_ff9\": false,\n \"Loremb1\": \"ea reprehenderit cillum\"\n },\n \"sales_channel\": \"\",\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"REFUNDED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/salesorder?fields=account_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "salesorder" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "account_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"posted_at\": \"\",\n \"raw\": {\n \"Ut_ff9\": false,\n \"Loremb1\": \"ea reprehenderit cillum\"\n },\n \"sales_channel\": \"\",\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"REFUNDED\",\n \"total_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-f8a670de-03ff-464a-8ce9-52cccb9facfd" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-07c705b8-48ea-4202-ae84-b65fe4cfbd84" } ], "id": "ee7cef70-6211-41a2-b9e1-b83db72f9016", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-ee7cef70-6211-41a2-b9e1-b83db72f9016" }, { "name": "taxrate", "item": [ { "name": "{id}", "item": [ { "name": "Remove a taxrate", "id": "559ae4bd-d3cd-4a6a-8023-a230bf1d6340", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "variable": [ { "id": "0a5c0629-6d29-4512-a336-e9670234a3a9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6e98932f-be83-4488-977a-bea99a11aefc", "key": "id", "value": "", "description": "(Required) ID of the Taxrate" } ] } }, "response": [ { "id": "92240a8b-251b-4630-8494-fb65fc87f955", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-92240a8b-251b-4630-8494-fb65fc87f955" }, { "id": "ba105a97-e63e-4989-b991-a24554f784fc", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-ba105a97-e63e-4989-b991-a24554f784fc" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-559ae4bd-d3cd-4a6a-8023-a230bf1d6340" }, { "name": "Retrieve a taxrate", "id": "68574b0e-b3ac-41e1-bea6-8d1c777d82c4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id?fields=raw&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "893eda46-22ba-42ac-a135-ee0234a5d701", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "55d37ae8-a2c9-4f2c-ad0d-1acae8066d62", "key": "id", "value": "", "description": "(Required) ID of the Taxrate" } ] } }, "response": [ { "id": "a165ef2c-c10b-4a20-9d89-d4987eebd434", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"elit171\": 23790374,\n \"non_2\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-a165ef2c-c10b-4a20-9d89-d4987eebd434" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-68574b0e-b3ac-41e1-bea6-8d1c777d82c4" }, { "name": "Update a taxrate", "id": "274b94ee-9fdf-4476-bd1f-0b79cb5cb99c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"elit171\": 23790374,\n \"non_2\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id?fields=raw&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "68d38075-ecf3-4f3f-9e15-ed01a2b7dc69", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "753914e3-503d-4993-81f0-babe688c2406", "key": "id", "value": "", "description": "(Required) ID of the Taxrate" } ] } }, "response": [ { "id": "ae590866-3d8d-422e-9c0c-681e3f7c8100", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"elit171\": 23790374,\n \"non_2\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"elit171\": 23790374,\n \"non_2\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-ae590866-3d8d-422e-9c0c-681e3f7c8100" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-274b94ee-9fdf-4476-bd1f-0b79cb5cb99c" }, { "name": "Update a taxrate", "id": "b615f356-65e6-44db-bd64-8f115697e105", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"elit171\": 23790374,\n \"non_2\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id?fields=raw&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "f361869f-e2df-4156-9930-87111e4cfabf", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3b285a74-986d-4a01-a4f0-d6dd07db5e52", "key": "id", "value": "", "description": "(Required) ID of the Taxrate" } ] } }, "response": [ { "id": "2c272ee4-c3f1-400f-aae3-973ab2aee41e", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"elit171\": 23790374,\n \"non_2\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"elit171\": 23790374,\n \"non_2\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-2c272ee4-c3f1-400f-aae3-973ab2aee41e" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-b615f356-65e6-44db-bd64-8f115697e105" } ], "id": "32796f6d-15e2-471d-af51-6635308cfdb5", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-32796f6d-15e2-471d-af51-6635308cfdb5" }, { "name": "List all taxrates", "id": "3a04cc30-8fd0-4b87-be2a-023317a467da", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&fields=raw&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "feb49cd4-8389-45da-8b46-3bed47076a41", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "6370d13a-c6b1-47a0-9425-666a5dd8179c", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"reprehenderit_d32\": \"culpa proident sint non ullamco\",\n \"culpa_00\": -45201.28291684389\n },\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"ine0c\": true\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-6370d13a-c6b1-47a0-9425-666a5dd8179c" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-3a04cc30-8fd0-4b87-be2a-023317a467da" }, { "name": "Create a taxrate", "id": "4d0034f3-9073-40c1-8498-d40a6783f7ff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"elit171\": 23790374,\n \"non_2\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate?fields=raw&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "ed93fc02-c5db-4ee1-93b8-579684bea259", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e938206c-3323-4e54-a0ed-c310403ca620", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"elit171\": 23790374,\n \"non_2\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"elit171\": 23790374,\n \"non_2\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-e938206c-3323-4e54-a0ed-c310403ca620" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-4d0034f3-9073-40c1-8498-d40a6783f7ff" } ], "id": "d24ed747-3c6d-4479-a2a9-037cb899608e", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-d24ed747-3c6d-4479-a2a9-037cb899608e" }, { "name": "transaction", "item": [ { "name": "{id}", "item": [ { "name": "Remove a transaction", "id": "47d71618-ea2e-4d6a-9d48-0fde3da4847c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "variable": [ { "id": "d0fbb214-1bac-44a8-80a1-aa6f73a0d652", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1e26cb48-46ea-4b8e-b489-98015a1ab371", "key": "id", "value": "", "description": "(Required) ID of the Transaction" } ] } }, "response": [ { "id": "1a73151f-fdd2-457b-8f84-337a3326d2ff", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-1a73151f-fdd2-457b-8f84-337a3326d2ff" }, { "id": "cfb31c66-a38b-47ac-9ae3-10197c1436a5", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-cfb31c66-a38b-47ac-9ae3-10197c1436a5" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-47d71618-ea2e-4d6a-9d48-0fde3da4847c" }, { "name": "Retrieve a transaction", "id": "a8b62569-98ca-4820-8d4c-76218123805f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction/:id?fields=updated_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a9f1bed1-ef2c-4dc3-8e89-18ca1e95efd6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "aa15ca77-c3e0-4d9e-b9be-881474817018", "key": "id", "value": "", "description": "(Required) ID of the Transaction" } ] } }, "response": [ { "id": "a3d0f952-a298-49c7-a8f5-fedbb1a023f5", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"minim9\": -99065117.8780603,\n \"commodo8a4\": \"elit anim\",\n \"dolore8\": \"et\"\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-a3d0f952-a298-49c7-a8f5-fedbb1a023f5" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-a8b62569-98ca-4820-8d4c-76218123805f" }, { "name": "Update a transaction", "id": "1a685a2d-ecb2-4acc-b011-6471f554b721", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"minim9\": -99065117.8780603,\n \"commodo8a4\": \"elit anim\",\n \"dolore8\": \"et\"\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction/:id?fields=updated_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "0730d6b8-670d-488e-abca-d9ac0f823884", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8dd26799-183d-4cfe-86de-2057c2f1c113", "key": "id", "value": "", "description": "(Required) ID of the Transaction" } ] } }, "response": [ { "id": "27714361-adb1-4fa4-9aee-216bad119bb1", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"minim9\": -99065117.8780603,\n \"commodo8a4\": \"elit anim\",\n \"dolore8\": \"et\"\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"minim9\": -99065117.8780603,\n \"commodo8a4\": \"elit anim\",\n \"dolore8\": \"et\"\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-27714361-adb1-4fa4-9aee-216bad119bb1" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-1a685a2d-ecb2-4acc-b011-6471f554b721" }, { "name": "Update a transaction", "id": "439db2f9-17cb-4b6c-ad35-15f2b3a9273a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"minim9\": -99065117.8780603,\n \"commodo8a4\": \"elit anim\",\n \"dolore8\": \"et\"\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction/:id?fields=updated_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "4dbaf2ff-3bd1-4d1b-a044-24478eca0fe6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "91e08b3e-c335-4df6-b3d2-b020f5c0df6a", "key": "id", "value": "", "description": "(Required) ID of the Transaction" } ] } }, "response": [ { "id": "1021310d-116c-49c2-a843-48189c27eeda", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"minim9\": -99065117.8780603,\n \"commodo8a4\": \"elit anim\",\n \"dolore8\": \"et\"\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"minim9\": -99065117.8780603,\n \"commodo8a4\": \"elit anim\",\n \"dolore8\": \"et\"\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-1021310d-116c-49c2-a843-48189c27eeda" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-439db2f9-17cb-4b6c-ad35-15f2b3a9273a" } ], "id": "d5976106-c4b6-4f6b-aef4-d1c2d69c1d8f", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-d5976106-c4b6-4f6b-aef4-d1c2d69c1d8f" }, { "name": "List all transactions", "id": "d8a03d4c-6e92-4d74-baa8-494b4dded2cd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&start_gte=&end_lt=&org_id=&account_id=&fields=updated_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "The account ID to filter by (reference to AccountingAccount)", "key": "account_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a14cd5b8-ea12-499d-88d2-7289799ba908", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "19595cf5-4a45-45c1-bb0e-2b09855994ab", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&start_gte=&end_lt=&org_id=&account_id=&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "The account ID to filter by (reference to AccountingAccount)", "key": "account_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"account_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"dolor27a\": \"quis laborum irure ea\"\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"aliquipb\": -84370406.01548596,\n \"nostrud_66\": -32021084,\n \"laboruma8_\": true\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-19595cf5-4a45-45c1-bb0e-2b09855994ab" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-d8a03d4c-6e92-4d74-baa8-494b4dded2cd" }, { "name": "Create a transaction", "id": "286bf7fd-256b-447f-8ced-5c3d224af22f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"minim9\": -99065117.8780603,\n \"commodo8a4\": \"elit anim\",\n \"dolore8\": \"et\"\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction?fields=updated_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "aed6624e-3b4b-4966-9990-37a5d0a34006", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "9c6c6a0a-0c96-499a-821a-bfd6208f7a96", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"minim9\": -99065117.8780603,\n \"commodo8a4\": \"elit anim\",\n \"dolore8\": \"et\"\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/transaction?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "transaction" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\",\n \"contacts\": [\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n },\n {\n \"id\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer_message\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n },\n {\n \"account_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"object_type\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\"\n }\n ],\n \"memo\": \"\",\n \"organization_id\": \"\",\n \"payment_method\": \"\",\n \"payment_terms\": \"\",\n \"raw\": {\n \"minim9\": -99065117.8780603,\n \"commodo8a4\": \"elit anim\",\n \"dolore8\": \"et\"\n },\n \"reference\": \"\",\n \"split_account_id\": \"\",\n \"sub_total_amount\": \"\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-9c6c6a0a-0c96-499a-821a-bfd6208f7a96" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-286bf7fd-256b-447f-8ced-5c3d224af22f" } ], "id": "80728a64-8dfe-4f70-88d9-c4f5e6319c71", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-80728a64-8dfe-4f70-88d9-c4f5e6319c71" }, { "name": "trialbalance", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a trialbalance", "id": "f95351db-e5bb-4fa6-98cf-24b95e19d5c9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/trialbalance/:id?fields=updated_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "trialbalance", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "5f595895-1177-4f87-82b5-9278fc3843de", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "13fc3578-1473-4261-ac81-92611f987578", "key": "id", "value": "", "description": "(Required) ID of the Trialbalance" } ] } }, "response": [ { "id": "16dd70ed-29e1-47ae-bf60-ddba9d5c5b85", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/trialbalance/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "trialbalance", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"nulla388\": 34746128,\n \"incididunt40\": 49803366.69315708,\n \"aliqua272\": \"voluptate pariatur\"\n },\n \"start_at\": \"\",\n \"sub_items\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n }\n ],\n \"total_credit_amount\": \"\",\n \"total_debit_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-16dd70ed-29e1-47ae-bf60-ddba9d5c5b85" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-f95351db-e5bb-4fa6-98cf-24b95e19d5c9" } ], "id": "d9aae826-605c-4ac7-abf2-15691be3e45f", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-d9aae826-605c-4ac7-abf2-15691be3e45f" }, { "name": "List all trialbalances", "id": "9d0ea69c-2a3d-4570-a923-8f5126ce70b7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/trialbalance?limit=&offset=&updated_gte=&sort=&order=&query=&start_gte=&end_lt=&fields=updated_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "trialbalance" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a816ecfb-c602-42cd-a1fd-487c8db0eae0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "9241e6bc-e3d5-4dd9-bdee-e51fd6f87858", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/trialbalance?limit=&offset=&updated_gte=&sort=&order=&query=&start_gte=&end_lt=&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "trialbalance" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"dolor96\": 94618662.13496602,\n \"reprehenderitae\": -30792463.406745836\n },\n \"start_at\": \"\",\n \"sub_items\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n }\n ],\n \"total_credit_amount\": \"\",\n \"total_debit_amount\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"proident_c73\": -17535357.475281626,\n \"minim_08\": 67424469,\n \"velit_27\": \"id culpa voluptate sit\"\n },\n \"start_at\": \"\",\n \"sub_items\": [\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n },\n {\n \"account_id\": \"\",\n \"account_name\": \"\",\n \"amount\": \"\"\n }\n ],\n \"total_credit_amount\": \"\",\n \"total_debit_amount\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-9241e6bc-e3d5-4dd9-bdee-e51fd6f87858" } ], "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-9d0ea69c-2a3d-4570-a923-8f5126ce70b7" } ], "id": "cbdcb263-2667-44ff-9893-21b3cee2bf06", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-cbdcb263-2667-44ff-9893-21b3cee2bf06" } ], "id": "5ea4fa19-7a00-4da2-a557-76af3f2c86d2", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-5ea4fa19-7a00-4da2-a557-76af3f2c86d2" } ], "id": "f16d6dfa-6136-48a2-b4bf-932b23d8d0cf", "createdAt": "2026-07-28T03:22:32.000Z", "updatedAt": "2026-07-28T03:22:32.000Z", "uid": "35240-f16d6dfa-6136-48a2-b4bf-932b23d8d0cf" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }