{ "info": { "_postman_id": "e2ca880d-8819-4e45-8d19-87d43605e7b2", "name": "Unified.to account bill 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:51.000Z", "updatedAt": "2026-07-28T03:22:51.000Z", "lastUpdatedBy": "35240", "uid": "35240-e2ca880d-8819-4e45-8d19-87d43605e7b2" }, "item": [ { "name": "accounting", "item": [ { "name": "{connection_id}", "item": [ { "name": "bill", "item": [ { "name": "{id}", "item": [ { "name": "Remove a bill", "id": "00dffc53-4bce-4ff7-b449-80ad5793a8fc", "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": "6800d214-da2c-4b40-ab62-7ae438d94922", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "75f92b2a-af35-4f8f-aa8b-5c6bf2c646cc", "key": "id", "value": "", "description": "(Required) ID of the Bill" } ] } }, "response": [ { "id": "24b3f1a7-601a-4a0f-bb5e-01117570f06e", "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:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-24b3f1a7-601a-4a0f-bb5e-01117570f06e" }, { "id": "e968b4ac-2202-4dd6-881f-ae9b6c377a73", "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:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-e968b4ac-2202-4dd6-881f-ae9b6c377a73" } ], "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-00dffc53-4bce-4ff7-b449-80ad5793a8fc" }, { "name": "Retrieve a bill", "id": "813ed552-35fe-4259-9239-4918d3ed005e", "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=bill_number&fields=refund_amount&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "bill_number" }, { "description": "Fields to return", "key": "fields", "value": "refund_amount" }, { "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": "fd01bfb2-b3c0-46ad-9467-4264d7f5f84c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "810c1732-feca-415d-9a47-d3de541a243c", "key": "id", "value": "", "description": "(Required) ID of the Bill" } ] } }, "response": [ { "id": "9fe5b6e3-671c-4111-84ec-0276f7e37250", "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=refund_amount&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "refund_amount" }, { "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 \"officia_c8f\": -58098392.42737995,\n \"sunt8dc\": \"consectetur aliquip ei\",\n \"nostruded6\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"OVERDUE\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-9fe5b6e3-671c-4111-84ec-0276f7e37250" } ], "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-813ed552-35fe-4259-9239-4918d3ed005e" }, { "name": "Update a bill", "id": "71705753-1bb2-4c8f-ad17-0e86ebceaad5", "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 \"officia_c8f\": -58098392.42737995,\n \"sunt8dc\": \"consectetur aliquip ei\",\n \"nostruded6\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"OVERDUE\",\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=bill_number&fields=refund_amount&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "bill_number" }, { "description": "Fields to return", "key": "fields", "value": "refund_amount" }, { "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": "59608385-0826-40f8-b776-c1d85a2ed3ef", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "c1463741-c4a4-4a1c-a5aa-95f5e7ee2d92", "key": "id", "value": "", "description": "(Required) ID of the Bill" } ] } }, "response": [ { "id": "076726ae-913b-48d0-847c-9796ad3366d4", "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 \"officia_c8f\": -58098392.42737995,\n \"sunt8dc\": \"consectetur aliquip ei\",\n \"nostruded6\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"OVERDUE\",\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=refund_amount&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "refund_amount" }, { "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 \"officia_c8f\": -58098392.42737995,\n \"sunt8dc\": \"consectetur aliquip ei\",\n \"nostruded6\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"OVERDUE\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-076726ae-913b-48d0-847c-9796ad3366d4" } ], "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-71705753-1bb2-4c8f-ad17-0e86ebceaad5" }, { "name": "Update a bill", "id": "d650033a-8fac-4467-87b2-3fe291036614", "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 \"officia_c8f\": -58098392.42737995,\n \"sunt8dc\": \"consectetur aliquip ei\",\n \"nostruded6\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"OVERDUE\",\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=bill_number&fields=refund_amount&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "bill_number" }, { "description": "Fields to return", "key": "fields", "value": "refund_amount" }, { "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": "ee7d68e9-6e49-4866-8db8-a8a084345654", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d8819894-4580-4dcb-9d91-b2f3ce1a59d3", "key": "id", "value": "", "description": "(Required) ID of the Bill" } ] } }, "response": [ { "id": "ff7e28ee-4ade-4989-ae99-54c27fb27d9e", "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 \"officia_c8f\": -58098392.42737995,\n \"sunt8dc\": \"consectetur aliquip ei\",\n \"nostruded6\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"OVERDUE\",\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=refund_amount&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "refund_amount" }, { "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 \"officia_c8f\": -58098392.42737995,\n \"sunt8dc\": \"consectetur aliquip ei\",\n \"nostruded6\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"OVERDUE\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-ff7e28ee-4ade-4989-ae99-54c27fb27d9e" } ], "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-d650033a-8fac-4467-87b2-3fe291036614" } ], "id": "60df4acf-d259-4319-ab53-96b38454cec5", "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-60df4acf-d259-4319-ab53-96b38454cec5" }, { "name": "List all bills", "id": "85703463-384d-4558-8014-3df30d64c812", "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=bill_number&fields=refund_amount&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": "bill_number" }, { "description": "Fields to return", "key": "fields", "value": "refund_amount" }, { "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": "848d0aff-2d12-4802-aa7c-7e5757237874", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "f6480dd2-8ece-46ae-a80c-6ac608c8c965", "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=refund_amount&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": "refund_amount" }, { "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\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"do_dbc\": 14421125.018743291,\n \"Loremd68\": true\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 {\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 \"reprehenderit_622\": true\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"OVERDUE\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-f6480dd2-8ece-46ae-a80c-6ac608c8c965" } ], "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-85703463-384d-4558-8014-3df30d64c812" }, { "name": "Create a bill", "id": "c94ad239-6570-4117-95fb-c9e8d853a41e", "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 \"officia_c8f\": -58098392.42737995,\n \"sunt8dc\": \"consectetur aliquip ei\",\n \"nostruded6\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"OVERDUE\",\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=bill_number&fields=refund_amount&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "bill_number" }, { "description": "Fields to return", "key": "fields", "value": "refund_amount" }, { "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": "2fc7b971-6a1d-447c-bddc-b3bb2a6c802b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "043b4e93-9022-4d0f-b0dd-628568b7b0b5", "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 \"officia_c8f\": -58098392.42737995,\n \"sunt8dc\": \"consectetur aliquip ei\",\n \"nostruded6\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"OVERDUE\",\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=refund_amount&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "bill" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "refund_amount" }, { "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 \"officia_c8f\": -58098392.42737995,\n \"sunt8dc\": \"consectetur aliquip ei\",\n \"nostruded6\": false\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"OVERDUE\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-043b4e93-9022-4d0f-b0dd-628568b7b0b5" } ], "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-c94ad239-6570-4117-95fb-c9e8d853a41e" } ], "id": "9889dadc-0f0c-4737-af5b-179e8ea65ae0", "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-9889dadc-0f0c-4737-af5b-179e8ea65ae0" } ], "id": "5731477d-dbcd-42df-a006-90732585b58c", "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-5731477d-dbcd-42df-a006-90732585b58c" } ], "id": "ddbfa360-6ba3-4f1e-8442-7d4159424560", "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-ddbfa360-6ba3-4f1e-8442-7d4159424560" } ], "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" } ] }