{ "info": { "_postman_id": "bc1114c8-71b2-449b-87b4-fd2b0614af60", "name": "Unified.to account creditmemo 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:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "lastUpdatedBy": "35240", "uid": "35240-bc1114c8-71b2-449b-87b4-fd2b0614af60" }, "item": [ { "name": "accounting", "item": [ { "name": "{connection_id}", "item": [ { "name": "creditmemo", "item": [ { "name": "{id}", "item": [ { "name": "Remove a creditmemo", "id": "422ef76f-8f12-4da7-a98d-ed5e09d7fb39", "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": "ecd33bec-5291-48bd-93a6-e89e6e63b730", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "97eeb3b9-dc4a-471e-9f6c-1ca180aceb23", "key": "id", "value": "", "description": "(Required) ID of the Creditmemo" } ] } }, "response": [ { "id": "a5fe4d86-aca4-4ff5-9a05-6c8ff08299b7", "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:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-a5fe4d86-aca4-4ff5-9a05-6c8ff08299b7" }, { "id": "0d620436-594e-4ab7-8ec4-8d1ddbfd8ac2", "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:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-0d620436-594e-4ab7-8ec4-8d1ddbfd8ac2" } ], "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-422ef76f-8f12-4da7-a98d-ed5e09d7fb39" }, { "name": "Retrieve a creditmemo", "id": "9df55237-b0ca-4005-9334-c074594f2301", "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=updated_at&fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "28469095-b379-4b63-bb41-771a6b0a7721", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6a6d1e6c-6c2e-470d-9cbf-577872586eee", "key": "id", "value": "", "description": "(Required) ID of the Creditmemo" } ] } }, "response": [ { "id": "bbd0d638-5d9f-4f22-939a-3f802ad4ddd8", "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=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo", ":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 \"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 \"voluptate4c\": 75010082\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:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-bbd0d638-5d9f-4f22-939a-3f802ad4ddd8" } ], "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-9df55237-b0ca-4005-9334-c074594f2301" }, { "name": "Update a creditmemo", "id": "89e9add8-e945-448e-84c1-ea83f814bfde", "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\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"voluptate4c\": 75010082\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/creditmemo/:id?fields=updated_at&fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "735ac982-3fce-4e3d-aa65-c76392abf488", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "db10b9e7-0d35-4ecd-b4d0-dadf4eeb9752", "key": "id", "value": "", "description": "(Required) ID of the Creditmemo" } ] } }, "response": [ { "id": "44d5f9a7-8bb1-404f-8467-b7b178021da0", "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\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"voluptate4c\": 75010082\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/creditmemo/:id?fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo", ":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 \"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 \"voluptate4c\": 75010082\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:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-44d5f9a7-8bb1-404f-8467-b7b178021da0" } ], "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-89e9add8-e945-448e-84c1-ea83f814bfde" }, { "name": "Update a creditmemo", "id": "c6a52305-0570-443c-93f8-2cdc185a8b8a", "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\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"voluptate4c\": 75010082\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/creditmemo/:id?fields=updated_at&fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "1ff3aca8-c064-408e-82bb-60cf2d80e5fa", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "783aac3d-85b4-4ebc-8ffe-2696618e805f", "key": "id", "value": "", "description": "(Required) ID of the Creditmemo" } ] } }, "response": [ { "id": "15c069cc-7244-4f91-91a3-d450945f415d", "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\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"voluptate4c\": 75010082\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/creditmemo/:id?fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo", ":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 \"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 \"voluptate4c\": 75010082\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:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-15c069cc-7244-4f91-91a3-d450945f415d" } ], "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-c6a52305-0570-443c-93f8-2cdc185a8b8a" } ], "id": "eccb572b-bd13-4a7b-a0dc-e9298fe9230a", "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-eccb572b-bd13-4a7b-a0dc-e9298fe9230a" }, { "name": "List all creditmemoes", "id": "a83f5a5b-b1c1-4deb-a60e-128a763d3854", "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=updated_at&fields=currency&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": "updated_at" }, { "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": "d98126ce-9638-419e-8675-e2602545eac6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "ae1ab322-629f-4152-aa9e-b247b86289eb", "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=currency&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": "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 \"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 \"cupidatat_4c2\": 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 },\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 \"adipisicing_0\": -8711092.472283661\n },\n \"refund_amount\": \"\",\n \"refund_reason\": \"\",\n \"refunded_at\": \"\",\n \"send\": \"\",\n \"status\": \"VOIDED\",\n \"tax_amount\": \"\",\n \"total_amount\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-ae1ab322-629f-4152-aa9e-b247b86289eb" } ], "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-a83f5a5b-b1c1-4deb-a60e-128a763d3854" }, { "name": "Create a creditmemo", "id": "aed16308-9517-4f9f-964c-537818004a2c", "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\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"voluptate4c\": 75010082\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/creditmemo?fields=updated_at&fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "b01a08b9-ad2d-4017-a12a-5b4512234a94", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "28a3d1d5-e8e1-40f9-919c-fba0ba9d1085", "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\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"voluptate4c\": 75010082\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/creditmemo?fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "creditmemo" ], "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" } ] } }, "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\": \"send_invoice\",\n \"posted_at\": \"\",\n \"raw\": {\n \"voluptate4c\": 75010082\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:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-28a3d1d5-e8e1-40f9-919c-fba0ba9d1085" } ], "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-aed16308-9517-4f9f-964c-537818004a2c" } ], "id": "0d7934d0-c64e-4c84-a2f3-8ab2d3b1468d", "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-0d7934d0-c64e-4c84-a2f3-8ab2d3b1468d" } ], "id": "59e5e694-351b-4383-b942-68b14bd5975c", "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-59e5e694-351b-4383-b942-68b14bd5975c" } ], "id": "6cf04d4d-63f8-430d-9077-531df328cff9", "createdAt": "2026-07-28T03:23:47.000Z", "updatedAt": "2026-07-28T03:23:47.000Z", "uid": "35240-6cf04d4d-63f8-430d-9077-531df328cff9" } ], "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" } ] }