{ "info": { "_postman_id": "4f31388f-5839-4b64-b19a-a12895327a7d", "name": "Clients AR Account reports Proforma Invoices API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T10:08:39.000Z", "updatedAt": "2026-07-28T10:08:39.000Z", "lastUpdatedBy": "35240", "uid": "35240-4f31388f-5839-4b64-b19a-a12895327a7d" }, "item": [ { "name": "public", "item": [ { "name": "business-documents", "item": [ { "name": "v1", "item": [ { "name": "entities", "item": [ { "name": "{entityid}", "item": [ { "name": "connections", "item": [ { "name": "{connectionid}", "item": [ { "name": "proforma-invoices", "item": [ { "name": "Get proforma invoices", "id": "71c5d1ab-7b46-45a6-ae2c-b17c4b4b5d6c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "query": [ { "description": "Number of items per page (max 10 000)", "key": "pagesize", "value": "" }, { "description": "Page index", "key": "pageindex", "value": "" }, { "description": "Unique identifier of the document in the data source", "key": "externalids", "value": "," }, { "description": "Will return only documents updated **after** this date", "key": "updatedsince", "value": "" }, { "description": "Filter on status. Possible values : draft, sent, accepted, refused, expired, partiallyinvoiced, invoiced, cancelled, deleted", "key": "status", "value": "," } ], "variable": [ { "id": "61d1e60a-a9ed-4b47-8406-b4c7ae56746b", "key": "entityid", "value": "", "description": "(Required) Agicap entity unique identifier" }, { "id": "af7c153c-76ff-4098-bf57-dac8b6f9f715", "key": "connectionid", "value": "", "description": "(Required) The connection unique identifier" } ] } }, "response": [ { "id": "2042efef-3647-41a7-807c-af14401e43c5", "name": "Proforma invoices", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "query": [ { "description": "Number of items per page (max 10 000)", "key": "pagesize", "value": "" }, { "description": "Page index", "key": "pageindex", "value": "" }, { "description": "Unique identifier of the document in the data source", "key": "externalids", "value": "," }, { "description": "Will return only documents updated **after** this date", "key": "updatedsince", "value": "" }, { "description": "Filter on status. Possible values : draft, sent, accepted, refused, expired, partiallyinvoiced, invoiced, cancelled, deleted", "key": "status", "value": "," } ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"laborum8a2\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"tempor_0_7\": \"\",\n \"dolor_b\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"qui_279\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"deserunt76b\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n }\n ],\n \"pagination\": {\n \"pageIndex\": \"\",\n \"pageItemsCount\": \"\",\n \"pageSize\": \"\",\n \"totalItemsCount\": \"\"\n }\n}", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-2042efef-3647-41a7-807c-af14401e43c5" }, { "id": "dbaea386-360d-44df-997e-a199a2d16a16", "name": "Unauthorized request.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "query": [ { "description": "Number of items per page (max 10 000)", "key": "pagesize", "value": "" }, { "description": "Page index", "key": "pageindex", "value": "" }, { "description": "Unique identifier of the document in the data source", "key": "externalids", "value": "," }, { "description": "Will return only documents updated **after** this date", "key": "updatedsince", "value": "" }, { "description": "Filter on status. Possible values : draft, sent, accepted, refused, expired, partiallyinvoiced, invoiced, cancelled, deleted", "key": "status", "value": "," } ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-dbaea386-360d-44df-997e-a199a2d16a16" }, { "id": "89e0739c-aeda-4718-b987-dc2589de968e", "name": "Forbidden request.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "query": [ { "description": "Number of items per page (max 10 000)", "key": "pagesize", "value": "" }, { "description": "Page index", "key": "pageindex", "value": "" }, { "description": "Unique identifier of the document in the data source", "key": "externalids", "value": "," }, { "description": "Will return only documents updated **after** this date", "key": "updatedsince", "value": "" }, { "description": "Filter on status. Possible values : draft, sent, accepted, refused, expired, partiallyinvoiced, invoiced, cancelled, deleted", "key": "status", "value": "," } ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-89e0739c-aeda-4718-b987-dc2589de968e" }, { "id": "ce3ffe0c-a5d2-415f-9e77-f65b9d96f92b", "name": "Too many requests. Please try again later.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "query": [ { "description": "Number of items per page (max 10 000)", "key": "pagesize", "value": "" }, { "description": "Page index", "key": "pageindex", "value": "" }, { "description": "Unique identifier of the document in the data source", "key": "externalids", "value": "," }, { "description": "Will return only documents updated **after** this date", "key": "updatedsince", "value": "" }, { "description": "Filter on status. Possible values : draft, sent, accepted, refused, expired, partiallyinvoiced, invoiced, cancelled, deleted", "key": "status", "value": "," } ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-ce3ffe0c-a5d2-415f-9e77-f65b9d96f92b" }, { "id": "3b9f6878-9b26-4701-8786-624bc2278abb", "name": "An internal server occurred.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "query": [ { "description": "Number of items per page (max 10 000)", "key": "pagesize", "value": "" }, { "description": "Page index", "key": "pageindex", "value": "" }, { "description": "Unique identifier of the document in the data source", "key": "externalids", "value": "," }, { "description": "Will return only documents updated **after** this date", "key": "updatedsince", "value": "" }, { "description": "Filter on status. Possible values : draft, sent, accepted, refused, expired, partiallyinvoiced, invoiced, cancelled, deleted", "key": "status", "value": "," } ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-3b9f6878-9b26-4701-8786-624bc2278abb" } ], "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-71c5d1ab-7b46-45a6-ae2c-b17c4b4b5d6c" }, { "name": "Create proforma invoices", "id": "f0ee6b8f-2dfc-4ec5-a3ae-83a0736e310a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"dolor_a\": \"\",\n \"incididunt_a\": \"\",\n \"sint1\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"consequata9d\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"deserunt_063\": \"\",\n \"incididunt_f\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"incididunt236\": \"\",\n \"velit_c_1\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "id": "9a57a472-bda2-4701-a634-176a0920d7c6", "key": "entityid", "value": "", "description": "(Required) Agicap entity unique identifier" }, { "id": "c32a2e44-2a55-4260-8c0e-80ff6ac41df8", "key": "connectionid", "value": "", "description": "(Required) The connection unique identifier" } ] } }, "response": [ { "id": "9cedaff9-b33e-438d-b264-3475b0260b09", "name": "Ids of the created documents, associated with the provided external identifiers", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"dolor_a\": \"\",\n \"incididunt_a\": \"\",\n \"sint1\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"consequata9d\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"deserunt_063\": \"\",\n \"incididunt_f\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"incididunt236\": \"\",\n \"velit_c_1\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"externalId\": \"\",\n \"id\": \"\"\n },\n {\n \"externalId\": \"\",\n \"id\": \"\"\n }\n]", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-9cedaff9-b33e-438d-b264-3475b0260b09" }, { "id": "92b4294a-ec63-4054-ba8a-489847cde142", "name": "Unauthorized request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"dolor_a\": \"\",\n \"incididunt_a\": \"\",\n \"sint1\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"consequata9d\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"deserunt_063\": \"\",\n \"incididunt_f\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"incididunt236\": \"\",\n \"velit_c_1\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-92b4294a-ec63-4054-ba8a-489847cde142" }, { "id": "7534bd02-fa47-44c7-a1ef-4fd34fb64d27", "name": "Forbidden request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"dolor_a\": \"\",\n \"incididunt_a\": \"\",\n \"sint1\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"consequata9d\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"deserunt_063\": \"\",\n \"incididunt_f\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"incididunt236\": \"\",\n \"velit_c_1\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-7534bd02-fa47-44c7-a1ef-4fd34fb64d27" }, { "id": "c2336e52-3ad9-421f-9ee1-8f0a0fc76a5d", "name": "Too many requests. Please try again later.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"dolor_a\": \"\",\n \"incididunt_a\": \"\",\n \"sint1\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"consequata9d\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"deserunt_063\": \"\",\n \"incididunt_f\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"incididunt236\": \"\",\n \"velit_c_1\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-c2336e52-3ad9-421f-9ee1-8f0a0fc76a5d" }, { "id": "d9293d7d-a543-495c-a222-71104e1eec88", "name": "An internal server occurred.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"dolor_a\": \"\",\n \"incididunt_a\": \"\",\n \"sint1\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"consequata9d\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"deserunt_063\": \"\",\n \"incididunt_f\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"incididunt236\": \"\",\n \"velit_c_1\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-d9293d7d-a543-495c-a222-71104e1eec88" } ], "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-f0ee6b8f-2dfc-4ec5-a3ae-83a0736e310a" }, { "name": "Update proforma invoices", "id": "d32a8bbc-8cfa-45c9-9631-440cb500f4ae", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"nostrude\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"elit3fc\": \"\",\n \"proident_9_6\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"nostrud_4\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"magnae9f\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "id": "bbd49fa4-24d5-4dfe-8b37-40d497ffe82a", "key": "entityid", "value": "", "description": "(Required) Agicap entity unique identifier" }, { "id": "a6241131-baee-425a-b7ce-08dffc93f9e0", "key": "connectionid", "value": "", "description": "(Required) The connection unique identifier" } ] } }, "response": [ { "id": "4f8a3663-0a80-4ccf-aa21-d6bef1fd5774", "name": "Unauthorized request.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"nostrude\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"elit3fc\": \"\",\n \"proident_9_6\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"nostrud_4\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"magnae9f\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-4f8a3663-0a80-4ccf-aa21-d6bef1fd5774" }, { "id": "c56f88dc-70ee-422d-b5a9-b90374b60798", "name": "Forbidden request.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"nostrude\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"elit3fc\": \"\",\n \"proident_9_6\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"nostrud_4\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"magnae9f\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-c56f88dc-70ee-422d-b5a9-b90374b60798" }, { "id": "b320d4cc-ffc7-4f3d-8987-543d23a8c080", "name": "Too many requests. Please try again later.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"nostrude\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"elit3fc\": \"\",\n \"proident_9_6\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"nostrud_4\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"magnae9f\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-b320d4cc-ffc7-4f3d-8987-543d23a8c080" }, { "id": "ac95a773-3d37-4d0e-8a92-9834457c6522", "name": "An internal server occurred.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"nostrude\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"elit3fc\": \"\",\n \"proident_9_6\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"nostrud_4\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"magnae9f\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-ac95a773-3d37-4d0e-8a92-9834457c6522" } ], "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-d32a8bbc-8cfa-45c9-9631-440cb500f4ae" } ], "id": "e96aa368-eca7-4eea-9d9b-8a03483d4885", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-e96aa368-eca7-4eea-9d9b-8a03483d4885" } ], "id": "f71b9fdb-96d9-4bc3-8c0d-b02b2284af2d", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-f71b9fdb-96d9-4bc3-8c0d-b02b2284af2d" } ], "id": "5c81cbbe-fbd8-473b-a093-eceae89e1bae", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-5c81cbbe-fbd8-473b-a093-eceae89e1bae" } ], "id": "6bcef640-d857-4995-92d5-9cdd3940cd4c", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-6bcef640-d857-4995-92d5-9cdd3940cd4c" } ], "id": "96f91d18-6a97-4f02-b6a8-6862c40f53c6", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-96f91d18-6a97-4f02-b6a8-6862c40f53c6" } ], "id": "c4c2c082-c1ab-4cbb-80eb-fd57a1fbff09", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-c4c2c082-c1ab-4cbb-80eb-fd57a1fbff09" }, { "name": "v2", "item": [ { "name": "entities", "item": [ { "name": "{entityid}", "item": [ { "name": "connections", "item": [ { "name": "{connectionid}", "item": [ { "name": "proforma-invoices", "item": [ { "name": "Get proforma invoices", "id": "e3db2632-079c-492e-8008-0de4c347237f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "query": [ { "description": "Number of items per page (max 10 000)", "key": "pagesize", "value": "" }, { "description": "Page index", "key": "pageindex", "value": "" }, { "description": "Unique identifier of the document in the data source", "key": "externalids", "value": "," }, { "description": "Will return only documents updated **after** this date", "key": "updatedsince", "value": "" }, { "description": "Filter on status. Possible values : draft, sent, accepted, refused, expired, partiallyinvoiced, invoiced, cancelled, deleted", "key": "status", "value": "," } ], "variable": [ { "id": "81a0ef23-dc77-41f0-b325-09050d4b417d", "key": "entityid", "value": "", "description": "(Required) Agicap entity unique identifier" }, { "id": "5b2e5113-1529-4b60-9d48-2f17227e0968", "key": "connectionid", "value": "", "description": "(Required) The connection unique identifier" } ] } }, "response": [ { "id": "c9704bb7-37dd-47dc-8199-a8c4a4bc0de7", "name": "Proforma invoices", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "query": [ { "description": "Number of items per page (max 10 000)", "key": "pagesize", "value": "" }, { "description": "Page index", "key": "pageindex", "value": "" }, { "description": "Unique identifier of the document in the data source", "key": "externalids", "value": "," }, { "description": "Will return only documents updated **after** this date", "key": "updatedsince", "value": "" }, { "description": "Filter on status. Possible values : draft, sent, accepted, refused, expired, partiallyinvoiced, invoiced, cancelled, deleted", "key": "status", "value": "," } ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"laborum8a2\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"tempor_0_7\": \"\",\n \"dolor_b\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"qui_279\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"deserunt76b\": \"\"\n },\n \"proformaInvoiceNumber\": \"\"\n }\n ],\n \"pagination\": {\n \"pageIndex\": \"\",\n \"pageItemsCount\": \"\",\n \"pageSize\": \"\",\n \"totalItemsCount\": \"\"\n }\n}", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-c9704bb7-37dd-47dc-8199-a8c4a4bc0de7" }, { "id": "b4fe2bdc-adb3-4f06-ba60-a4a3aca8cf9c", "name": "Unauthorized request.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "query": [ { "description": "Number of items per page (max 10 000)", "key": "pagesize", "value": "" }, { "description": "Page index", "key": "pageindex", "value": "" }, { "description": "Unique identifier of the document in the data source", "key": "externalids", "value": "," }, { "description": "Will return only documents updated **after** this date", "key": "updatedsince", "value": "" }, { "description": "Filter on status. Possible values : draft, sent, accepted, refused, expired, partiallyinvoiced, invoiced, cancelled, deleted", "key": "status", "value": "," } ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-b4fe2bdc-adb3-4f06-ba60-a4a3aca8cf9c" }, { "id": "0831cd51-4569-478e-ac0f-90fd37992049", "name": "Forbidden request.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "query": [ { "description": "Number of items per page (max 10 000)", "key": "pagesize", "value": "" }, { "description": "Page index", "key": "pageindex", "value": "" }, { "description": "Unique identifier of the document in the data source", "key": "externalids", "value": "," }, { "description": "Will return only documents updated **after** this date", "key": "updatedsince", "value": "" }, { "description": "Filter on status. Possible values : draft, sent, accepted, refused, expired, partiallyinvoiced, invoiced, cancelled, deleted", "key": "status", "value": "," } ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-0831cd51-4569-478e-ac0f-90fd37992049" }, { "id": "ad29ee7e-a2ca-479b-a3dc-37ecd29e4c69", "name": "Too many requests. Please try again later.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "query": [ { "description": "Number of items per page (max 10 000)", "key": "pagesize", "value": "" }, { "description": "Page index", "key": "pageindex", "value": "" }, { "description": "Unique identifier of the document in the data source", "key": "externalids", "value": "," }, { "description": "Will return only documents updated **after** this date", "key": "updatedsince", "value": "" }, { "description": "Filter on status. Possible values : draft, sent, accepted, refused, expired, partiallyinvoiced, invoiced, cancelled, deleted", "key": "status", "value": "," } ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-ad29ee7e-a2ca-479b-a3dc-37ecd29e4c69" }, { "id": "138f54b6-3397-48df-a461-eaa2c9c20313", "name": "An internal server occurred.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "query": [ { "description": "Number of items per page (max 10 000)", "key": "pagesize", "value": "" }, { "description": "Page index", "key": "pageindex", "value": "" }, { "description": "Unique identifier of the document in the data source", "key": "externalids", "value": "," }, { "description": "Will return only documents updated **after** this date", "key": "updatedsince", "value": "" }, { "description": "Filter on status. Possible values : draft, sent, accepted, refused, expired, partiallyinvoiced, invoiced, cancelled, deleted", "key": "status", "value": "," } ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-138f54b6-3397-48df-a461-eaa2c9c20313" } ], "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-e3db2632-079c-492e-8008-0de4c347237f" }, { "name": "Create proforma invoices", "id": "9835e5ca-3709-440c-951f-567bde957141", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"cupidatat_162\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"est35\": \"\"\n }\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"occaecat__4\": \"\",\n \"mollit__b3\": \"\",\n \"id_4\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"commodo2\": \"\",\n \"id2\": \"\"\n }\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "id": "8b244fd4-617c-4db0-9597-85d45d09c97e", "key": "entityid", "value": "", "description": "(Required) Agicap entity unique identifier" }, { "id": "9d590342-a57e-45d3-aed8-8a55a9befa58", "key": "connectionid", "value": "", "description": "(Required) The connection unique identifier" } ] } }, "response": [ { "id": "724cee84-fd1a-491b-87c5-9ff3c045a865", "name": "Ids of the created documents, associated with the provided external identifiers", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"cupidatat_162\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"est35\": \"\"\n }\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"occaecat__4\": \"\",\n \"mollit__b3\": \"\",\n \"id_4\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"commodo2\": \"\",\n \"id2\": \"\"\n }\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"externalId\": \"\",\n \"id\": \"\"\n },\n {\n \"externalId\": \"\",\n \"id\": \"\"\n }\n]", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-724cee84-fd1a-491b-87c5-9ff3c045a865" }, { "id": "70f54381-824c-47bf-8b4e-1387dae40bc8", "name": "Unauthorized request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"cupidatat_162\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"est35\": \"\"\n }\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"occaecat__4\": \"\",\n \"mollit__b3\": \"\",\n \"id_4\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"commodo2\": \"\",\n \"id2\": \"\"\n }\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-70f54381-824c-47bf-8b4e-1387dae40bc8" }, { "id": "293ec294-f59d-471a-8d80-50f0537457d2", "name": "Forbidden request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"cupidatat_162\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"est35\": \"\"\n }\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"occaecat__4\": \"\",\n \"mollit__b3\": \"\",\n \"id_4\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"commodo2\": \"\",\n \"id2\": \"\"\n }\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-293ec294-f59d-471a-8d80-50f0537457d2" }, { "id": "2b8af37d-04ec-4c0b-8db6-454f7c0401ef", "name": "Too many requests. Please try again later.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"cupidatat_162\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"est35\": \"\"\n }\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"occaecat__4\": \"\",\n \"mollit__b3\": \"\",\n \"id_4\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"commodo2\": \"\",\n \"id2\": \"\"\n }\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-2b8af37d-04ec-4c0b-8db6-454f7c0401ef" }, { "id": "789c88d0-afb3-4985-8c40-1870b317f9f9", "name": "An internal server occurred.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"cupidatat_162\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"est35\": \"\"\n }\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"occaecat__4\": \"\",\n \"mollit__b3\": \"\",\n \"id_4\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"commodo2\": \"\",\n \"id2\": \"\"\n }\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-789c88d0-afb3-4985-8c40-1870b317f9f9" } ], "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-9835e5ca-3709-440c-951f-567bde957141" }, { "name": "Update proforma invoices", "id": "fd588c25-a3bf-4bba-9a30-1f851f3d12a8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"ad9b\": \"\",\n \"esseec\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"essed\": \"\",\n \"esse_6b\": \"\",\n \"estbb\": \"\",\n \"suntf0\": \"\"\n }\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"laboris_59\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"elit_cbb\": \"\",\n \"dolor46\": \"\",\n \"laborumdb\": \"\",\n \"dolore_9\": \"\"\n }\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "id": "0a25e2c3-e955-435c-bf6c-b1701d951703", "key": "entityid", "value": "", "description": "(Required) Agicap entity unique identifier" }, { "id": "49b3f5ef-b399-43c3-a397-6f925900ca86", "key": "connectionid", "value": "", "description": "(Required) The connection unique identifier" } ] } }, "response": [ { "id": "d9fa254a-6029-4bf3-bdd2-c4501ac84173", "name": "Unauthorized request.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"ad9b\": \"\",\n \"esseec\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"essed\": \"\",\n \"esse_6b\": \"\",\n \"estbb\": \"\",\n \"suntf0\": \"\"\n }\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"laboris_59\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"elit_cbb\": \"\",\n \"dolor46\": \"\",\n \"laborumdb\": \"\",\n \"dolore_9\": \"\"\n }\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-d9fa254a-6029-4bf3-bdd2-c4501ac84173" }, { "id": "305722ad-ff47-440a-bc8d-d4668af8435e", "name": "Forbidden request.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"ad9b\": \"\",\n \"esseec\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"essed\": \"\",\n \"esse_6b\": \"\",\n \"estbb\": \"\",\n \"suntf0\": \"\"\n }\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"laboris_59\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"elit_cbb\": \"\",\n \"dolor46\": \"\",\n \"laborumdb\": \"\",\n \"dolore_9\": \"\"\n }\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-305722ad-ff47-440a-bc8d-d4668af8435e" }, { "id": "7ad849de-9915-4acc-a17e-68c1b756f5cf", "name": "Too many requests. Please try again later.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"ad9b\": \"\",\n \"esseec\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"essed\": \"\",\n \"esse_6b\": \"\",\n \"estbb\": \"\",\n \"suntf0\": \"\"\n }\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"laboris_59\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"elit_cbb\": \"\",\n \"dolor46\": \"\",\n \"laborumdb\": \"\",\n \"dolore_9\": \"\"\n }\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-7ad849de-9915-4acc-a17e-68c1b756f5cf" }, { "id": "f90d6b61-2c5e-401b-ba74-0765ad039569", "name": "An internal server occurred.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"ad9b\": \"\",\n \"esseec\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"essed\": \"\",\n \"esse_6b\": \"\",\n \"estbb\": \"\",\n \"suntf0\": \"\"\n }\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"currency\": \"\",\n \"dueDate\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"proformaInvoiceNumber\": \"\",\n \"status\": \"\",\n \"erpIdentificationFields\": {\n \"laboris_59\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"elit_cbb\": \"\",\n \"dolor46\": \"\",\n \"laborumdb\": \"\",\n \"dolore_9\": \"\"\n }\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/proforma-invoices", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "proforma-invoices" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": \"\",\n \"instance\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-f90d6b61-2c5e-401b-ba74-0765ad039569" } ], "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-fd588c25-a3bf-4bba-9a30-1f851f3d12a8" } ], "id": "c0c6bc92-6471-449e-a0bb-bbcb51e266bc", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-c0c6bc92-6471-449e-a0bb-bbcb51e266bc" } ], "id": "e1a80d74-41cc-44b2-8b3b-ef7de48da295", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-e1a80d74-41cc-44b2-8b3b-ef7de48da295" } ], "id": "dbd022bb-1111-4d2c-a26e-f38252366796", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-dbd022bb-1111-4d2c-a26e-f38252366796" } ], "id": "69762d9a-ec0e-4e26-9fe6-df0e3f02c611", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-69762d9a-ec0e-4e26-9fe6-df0e3f02c611" } ], "id": "b350daf1-808d-48e4-b1f2-39f9d3816630", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-b350daf1-808d-48e4-b1f2-39f9d3816630" } ], "id": "e1eda54d-76aa-41d1-9f6a-06dc93bc554b", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-e1eda54d-76aa-41d1-9f6a-06dc93bc554b" } ], "id": "a81efcab-3756-4206-9afa-711641a1b513", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-a81efcab-3756-4206-9afa-711641a1b513" } ], "id": "c511ca9b-c12a-44ba-9f80-63ef4f2945d5", "createdAt": "2026-07-28T10:08:40.000Z", "updatedAt": "2026-07-28T10:08:40.000Z", "uid": "35240-c511ca9b-c12a-44ba-9f80-63ef4f2945d5" } ], "variable": [ { "key": "baseUrl", "value": "https://api.agicap.com" } ] }