{ "info": { "_postman_id": "baa40fd1-20cb-414b-a1b1-ba8b912f3579", "name": "Clients AR Account reports Supplier Credit Notes API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T10:08:54.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "lastUpdatedBy": "35240", "uid": "35240-baa40fd1-20cb-414b-a1b1-ba8b912f3579" }, "item": [ { "name": "public", "item": [ { "name": "business-documents", "item": [ { "name": "v1", "item": [ { "name": "entities", "item": [ { "name": "{entityid}", "item": [ { "name": "connections", "item": [ { "name": "{connectionid}", "item": [ { "name": "supplier-credit-notes", "item": [ { "name": "Get supplier credit notes", "id": "130302eb-aaf5-40fd-a409-467d781ef1ea", "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/supplier-credit-notes?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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, available, used, cancelled, deleted", "key": "status", "value": "," } ], "variable": [ { "id": "40c77bde-8fc4-46e9-ad07-53e5731cadd0", "key": "entityid", "value": "", "description": "(Required) Agicap entity unique identifier" }, { "id": "f8378078-96ed-4545-b022-dc0ce587e2df", "key": "connectionid", "value": "", "description": "(Required) The connection unique identifier" } ] } }, "response": [ { "id": "25e34617-d352-4935-a230-1d649bc28c74", "name": "Supplier credit notes", "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/supplier-credit-notes?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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, available, used, 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 \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"eiusmod_ffa\": \"\"\n },\n \"hasReadable\": \"\",\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"fugiat_4b1\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"cupidatat0\": \"\",\n \"labore2dc\": \"\"\n },\n \"hasReadable\": \"\",\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"aliquip7\": \"\",\n \"esse_0\": \"\",\n \"ea__8f\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"pagination\": {\n \"pageIndex\": \"\",\n \"pageItemsCount\": \"\",\n \"pageSize\": \"\",\n \"totalItemsCount\": \"\"\n }\n}", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-25e34617-d352-4935-a230-1d649bc28c74" }, { "id": "20739ba9-7e01-47e9-9702-f4a5a4c7aedc", "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/supplier-credit-notes?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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, available, used, 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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-20739ba9-7e01-47e9-9702-f4a5a4c7aedc" }, { "id": "84217c22-84de-4529-9e27-6648647a2e8e", "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/supplier-credit-notes?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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, available, used, 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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-84217c22-84de-4529-9e27-6648647a2e8e" }, { "id": "32629007-2f74-4f11-b7c8-2459267a55f2", "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/supplier-credit-notes?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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, available, used, 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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-32629007-2f74-4f11-b7c8-2459267a55f2" }, { "id": "c7c36705-cddc-438e-83f8-71ff57bc33b5", "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/supplier-credit-notes?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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, available, used, 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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-c7c36705-cddc-438e-83f8-71ff57bc33b5" } ], "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-130302eb-aaf5-40fd-a409-467d781ef1ea" }, { "name": "Create supplier credit notes", "id": "d39ef050-08eb-42f5-8c98-7b4c3088b3de", "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 \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"id1\": \"\",\n \"dolor_\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"sed2\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"irure_b28\": \"\",\n \"magna_99\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"in_2e4\": \"\",\n \"nostrud4e5\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "variable": [ { "id": "e1b92fd2-88a8-434d-9669-b058d98c4e56", "key": "entityid", "value": "", "description": "(Required) Agicap entity unique identifier" }, { "id": "a635c670-a0d0-468a-92cd-893abbe29199", "key": "connectionid", "value": "", "description": "(Required) The connection unique identifier" } ] } }, "response": [ { "id": "4ba73534-cc5f-4ae5-b0d4-6b45635ef3c1", "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 \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"id1\": \"\",\n \"dolor_\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"sed2\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"irure_b28\": \"\",\n \"magna_99\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"in_2e4\": \"\",\n \"nostrud4e5\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-4ba73534-cc5f-4ae5-b0d4-6b45635ef3c1" }, { "id": "d1f41c96-4ee4-4c0e-b407-9f6ccc1a45ca", "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 \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"id1\": \"\",\n \"dolor_\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"sed2\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"irure_b28\": \"\",\n \"magna_99\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"in_2e4\": \"\",\n \"nostrud4e5\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-d1f41c96-4ee4-4c0e-b407-9f6ccc1a45ca" }, { "id": "3c9342fd-ac22-48aa-ab01-26d93cfa220c", "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 \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"id1\": \"\",\n \"dolor_\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"sed2\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"irure_b28\": \"\",\n \"magna_99\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"in_2e4\": \"\",\n \"nostrud4e5\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-3c9342fd-ac22-48aa-ab01-26d93cfa220c" }, { "id": "7a2e5aea-7ef6-4e96-984e-5dbbffd94812", "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 \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"id1\": \"\",\n \"dolor_\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"sed2\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"irure_b28\": \"\",\n \"magna_99\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"in_2e4\": \"\",\n \"nostrud4e5\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-7a2e5aea-7ef6-4e96-984e-5dbbffd94812" }, { "id": "d3aa34af-cafc-45c7-bc53-af48963fb603", "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 \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"id1\": \"\",\n \"dolor_\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"sed2\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"irure_b28\": \"\",\n \"magna_99\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"in_2e4\": \"\",\n \"nostrud4e5\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-d3aa34af-cafc-45c7-bc53-af48963fb603" } ], "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-d39ef050-08eb-42f5-8c98-7b4c3088b3de" }, { "name": "Update supplier credit notes", "id": "a6930bd1-759e-4c1b-b43a-3b2da87e7a0b", "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 \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"esse89\": \"\",\n \"do_6b\": \"\",\n \"ullamco_\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"officia_cca\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"ut_2\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"ipsum_992\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "variable": [ { "id": "b9e49b9d-b880-4560-a49d-05f1cc9c6848", "key": "entityid", "value": "", "description": "(Required) Agicap entity unique identifier" }, { "id": "4729fe09-9620-42ea-a548-96431d4036a9", "key": "connectionid", "value": "", "description": "(Required) The connection unique identifier" } ] } }, "response": [ { "id": "1d069979-e4ec-45f6-9f54-5b329b645385", "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 \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"esse89\": \"\",\n \"do_6b\": \"\",\n \"ullamco_\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"officia_cca\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"ut_2\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"ipsum_992\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-1d069979-e4ec-45f6-9f54-5b329b645385" }, { "id": "f26b79be-3f3d-42a6-8435-b0a2320b2489", "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 \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"esse89\": \"\",\n \"do_6b\": \"\",\n \"ullamco_\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"officia_cca\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"ut_2\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"ipsum_992\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-f26b79be-3f3d-42a6-8435-b0a2320b2489" }, { "id": "91377af2-cec4-465d-b6eb-c9bacfab6e49", "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 \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"esse89\": \"\",\n \"do_6b\": \"\",\n \"ullamco_\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"officia_cca\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"ut_2\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"ipsum_992\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-91377af2-cec4-465d-b6eb-c9bacfab6e49" }, { "id": "027335c9-ed5a-4a59-95cc-4e41d6b6f935", "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 \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"esse89\": \"\",\n \"do_6b\": \"\",\n \"ullamco_\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"officia_cca\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"ut_2\": \"\"\n },\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"ipsum_992\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v1/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v1", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-027335c9-ed5a-4a59-95cc-4e41d6b6f935" } ], "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-a6930bd1-759e-4c1b-b43a-3b2da87e7a0b" } ], "id": "e644dfd6-6c3d-4bf0-8b8e-593c00b76262", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-e644dfd6-6c3d-4bf0-8b8e-593c00b76262" } ], "id": "da1f54b0-5b2b-42f6-a9d4-117393f2d1a0", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-da1f54b0-5b2b-42f6-a9d4-117393f2d1a0" } ], "id": "21a72549-4001-42b2-8ed3-a2e3fe9bbe8e", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-21a72549-4001-42b2-8ed3-a2e3fe9bbe8e" } ], "id": "e05edfbf-c0eb-465d-8fb2-3f807574e295", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-e05edfbf-c0eb-465d-8fb2-3f807574e295" } ], "id": "92625243-836f-49ca-8ba3-181f3c3639b5", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-92625243-836f-49ca-8ba3-181f3c3639b5" } ], "id": "b800e25d-0085-468d-95e6-a7ad1cda090a", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-b800e25d-0085-468d-95e6-a7ad1cda090a" }, { "name": "v2", "item": [ { "name": "entities", "item": [ { "name": "{entityid}", "item": [ { "name": "connections", "item": [ { "name": "{connectionid}", "item": [ { "name": "supplier-credit-notes", "item": [ { "name": "Get supplier credit notes", "id": "752350e8-f70d-491e-bf86-398f60563221", "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/supplier-credit-notes?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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, available, used, cancelled, deleted", "key": "status", "value": "," } ], "variable": [ { "id": "7b3ecc25-ebcf-4e0b-a7a7-d0a4158a9855", "key": "entityid", "value": "", "description": "(Required) Agicap entity unique identifier" }, { "id": "34b2b2c9-30b7-4449-ade1-7a48a75cf84c", "key": "connectionid", "value": "", "description": "(Required) The connection unique identifier" } ] } }, "response": [ { "id": "864cc719-1517-40d2-8892-d81934428e8f", "name": "Supplier credit notes", "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/supplier-credit-notes?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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, available, used, 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 \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"eiusmod_ffa\": \"\"\n },\n \"hasReadable\": \"\",\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"fugiat_4b1\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"totalAmount\": \"\",\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\"\n },\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"cupidatat0\": \"\",\n \"labore2dc\": \"\"\n },\n \"hasReadable\": \"\",\n \"issueDate\": \"\",\n \"label\": \"\",\n \"metadata\": {\n \"aliquip7\": \"\",\n \"esse_0\": \"\",\n \"ea__8f\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"pagination\": {\n \"pageIndex\": \"\",\n \"pageItemsCount\": \"\",\n \"pageSize\": \"\",\n \"totalItemsCount\": \"\"\n }\n}", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-864cc719-1517-40d2-8892-d81934428e8f" }, { "id": "e2d0951f-e979-49a6-bc52-33b1c1ae5653", "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/supplier-credit-notes?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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, available, used, 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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-e2d0951f-e979-49a6-bc52-33b1c1ae5653" }, { "id": "847db63e-b112-4e0c-ac47-27e877a83fbc", "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/supplier-credit-notes?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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, available, used, 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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-847db63e-b112-4e0c-ac47-27e877a83fbc" }, { "id": "ae9345b7-db91-453e-a6f5-3158c0f0446b", "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/supplier-credit-notes?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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, available, used, 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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-ae9345b7-db91-453e-a6f5-3158c0f0446b" }, { "id": "8a3480db-9dc0-4d3f-b765-814d26f8e806", "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/supplier-credit-notes?pagesize=&pageindex=&externalids=,&updatedsince=&status=,", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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, available, used, 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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-8a3480db-9dc0-4d3f-b765-814d26f8e806" } ], "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-752350e8-f70d-491e-bf86-398f60563221" }, { "name": "Create supplier credit notes", "id": "ab72f0be-327d-412c-9888-2d3e97dcc887", "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 \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"consectetur5d9\": \"\",\n \"amet_2a_\": \"\",\n \"deserunt113\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"culpa9\": \"\",\n \"autec38\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"fugiat_b\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"officia_c0\": \"\",\n \"quis_5\": \"\",\n \"ullamco_\": \"\",\n \"incididunt42f\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "variable": [ { "id": "35a62b39-d82a-4981-8723-7d0b515cc4f4", "key": "entityid", "value": "", "description": "(Required) Agicap entity unique identifier" }, { "id": "c7d18e7b-da89-4f30-ab94-a66482636b04", "key": "connectionid", "value": "", "description": "(Required) The connection unique identifier" } ] } }, "response": [ { "id": "6ff9076d-514d-44df-95cc-02edaa6164c8", "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 \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"consectetur5d9\": \"\",\n \"amet_2a_\": \"\",\n \"deserunt113\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"culpa9\": \"\",\n \"autec38\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"fugiat_b\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"officia_c0\": \"\",\n \"quis_5\": \"\",\n \"ullamco_\": \"\",\n \"incididunt42f\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-6ff9076d-514d-44df-95cc-02edaa6164c8" }, { "id": "40fb43a3-7728-4e8f-9ddc-b86447412f5c", "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 \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"consectetur5d9\": \"\",\n \"amet_2a_\": \"\",\n \"deserunt113\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"culpa9\": \"\",\n \"autec38\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"fugiat_b\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"officia_c0\": \"\",\n \"quis_5\": \"\",\n \"ullamco_\": \"\",\n \"incididunt42f\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-40fb43a3-7728-4e8f-9ddc-b86447412f5c" }, { "id": "29c574a9-5b28-458b-b4c2-4f9f47192fee", "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 \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"consectetur5d9\": \"\",\n \"amet_2a_\": \"\",\n \"deserunt113\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"culpa9\": \"\",\n \"autec38\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"fugiat_b\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"officia_c0\": \"\",\n \"quis_5\": \"\",\n \"ullamco_\": \"\",\n \"incididunt42f\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-29c574a9-5b28-458b-b4c2-4f9f47192fee" }, { "id": "faca3860-aa2c-44fa-a6f6-a59756baa600", "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 \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"consectetur5d9\": \"\",\n \"amet_2a_\": \"\",\n \"deserunt113\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"culpa9\": \"\",\n \"autec38\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"fugiat_b\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"officia_c0\": \"\",\n \"quis_5\": \"\",\n \"ullamco_\": \"\",\n \"incididunt42f\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-faca3860-aa2c-44fa-a6f6-a59756baa600" }, { "id": "04f4827a-ad15-4a50-b9fd-fb266efb3a47", "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 \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"consectetur5d9\": \"\",\n \"amet_2a_\": \"\",\n \"deserunt113\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"culpa9\": \"\",\n \"autec38\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"fugiat_b\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"officia_c0\": \"\",\n \"quis_5\": \"\",\n \"ullamco_\": \"\",\n \"incididunt42f\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-04f4827a-ad15-4a50-b9fd-fb266efb3a47" } ], "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-ab72f0be-327d-412c-9888-2d3e97dcc887" }, { "name": "Update supplier credit notes", "id": "656f8d6e-b20d-4097-aea7-365c43e01733", "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 \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"incididunt_a\": \"\",\n \"culpa_89\": \"\",\n \"cillum_2a\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"sed3\": \"\",\n \"esse_110\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"culpa8ae\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"proident5ae\": \"\",\n \"deserunt_6e\": \"\",\n \"laboreb62\": \"\",\n \"ad_b2d\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "variable": [ { "id": "35ec44d8-699b-4856-8922-a83368448af4", "key": "entityid", "value": "", "description": "(Required) Agicap entity unique identifier" }, { "id": "ee26c7a2-076e-4990-8624-3b740100c4df", "key": "connectionid", "value": "", "description": "(Required) The connection unique identifier" } ] } }, "response": [ { "id": "3f326cb3-48da-47b1-a595-f7b3b4d5a678", "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 \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"incididunt_a\": \"\",\n \"culpa_89\": \"\",\n \"cillum_2a\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"sed3\": \"\",\n \"esse_110\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"culpa8ae\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"proident5ae\": \"\",\n \"deserunt_6e\": \"\",\n \"laboreb62\": \"\",\n \"ad_b2d\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-3f326cb3-48da-47b1-a595-f7b3b4d5a678" }, { "id": "4e488e53-c0db-4489-aeea-d46eddbc2d8b", "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 \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"incididunt_a\": \"\",\n \"culpa_89\": \"\",\n \"cillum_2a\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"sed3\": \"\",\n \"esse_110\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"culpa8ae\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"proident5ae\": \"\",\n \"deserunt_6e\": \"\",\n \"laboreb62\": \"\",\n \"ad_b2d\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "variable": [ { "key": "entityid" }, { "key": "connectionid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-4e488e53-c0db-4489-aeea-d46eddbc2d8b" }, { "id": "24652b69-1557-4829-8191-04079baffd48", "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 \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"incididunt_a\": \"\",\n \"culpa_89\": \"\",\n \"cillum_2a\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"sed3\": \"\",\n \"esse_110\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"culpa8ae\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"proident5ae\": \"\",\n \"deserunt_6e\": \"\",\n \"laboreb62\": \"\",\n \"ad_b2d\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-24652b69-1557-4829-8191-04079baffd48" }, { "id": "24396500-6b5f-4587-a8c5-c63562fa7ad0", "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 \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"incididunt_a\": \"\",\n \"culpa_89\": \"\",\n \"cillum_2a\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"sed3\": \"\",\n \"esse_110\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amounts\": {\n \"remainingAmount\": \"\",\n \"taxesAmount\": \"\",\n \"totalAmount\": \"\"\n },\n \"counterParty\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creditNoteNumber\": \"\",\n \"currency\": \"\",\n \"externalId\": \"\",\n \"id\": \"\",\n \"issueDate\": \"\",\n \"status\": \"\",\n \"accounting\": {\n \"accountCode\": \"\",\n \"accountNumber\": \"\",\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"dueDate\": \"\",\n \"erpIdentificationFields\": {\n \"culpa8ae\": \"\"\n },\n \"label\": \"\",\n \"metadata\": {\n \"proident5ae\": \"\",\n \"deserunt_6e\": \"\",\n \"laboreb62\": \"\",\n \"ad_b2d\": \"\"\n },\n \"referenceInvoiceIds\": [\n \"\",\n \"\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/public/business-documents/v2/entities/:entityid/connections/:connectionid/supplier-credit-notes", "host": [ "{{baseUrl}}" ], "path": [ "public", "business-documents", "v2", "entities", ":entityid", "connections", ":connectionid", "supplier-credit-notes" ], "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:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-24396500-6b5f-4587-a8c5-c63562fa7ad0" } ], "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-656f8d6e-b20d-4097-aea7-365c43e01733" } ], "id": "0fc0d882-6a66-43f4-997d-9e4f7c9d5336", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-0fc0d882-6a66-43f4-997d-9e4f7c9d5336" } ], "id": "25189a84-96ea-4e2f-844e-f18ccfc67003", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-25189a84-96ea-4e2f-844e-f18ccfc67003" } ], "id": "6276a241-e9ce-417f-912a-605f80b4208b", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-6276a241-e9ce-417f-912a-605f80b4208b" } ], "id": "8501ae56-dc82-4db8-a031-a651571a8e0b", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-8501ae56-dc82-4db8-a031-a651571a8e0b" } ], "id": "6b27a0b3-3fb9-4bb1-884b-8407f5bdfc2d", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-6b27a0b3-3fb9-4bb1-884b-8407f5bdfc2d" } ], "id": "13220ac8-8be7-44b6-ae6f-b48277eea1a0", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-13220ac8-8be7-44b6-ae6f-b48277eea1a0" } ], "id": "cc217a17-f1f6-49a4-a1ef-4c56b89c5309", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-cc217a17-f1f6-49a4-a1ef-4c56b89c5309" } ], "id": "f725b98b-86f6-4edd-8377-c5ce51cf046e", "createdAt": "2026-07-28T10:08:55.000Z", "updatedAt": "2026-07-28T10:08:55.000Z", "uid": "35240-f725b98b-86f6-4edd-8377-c5ce51cf046e" } ], "variable": [ { "key": "baseUrl", "value": "https://api.agicap.com" } ] }