{"info":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"6525428","collectionId":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","publishedId":"2sA3rwLZ4L","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-02T13:41:15.000Z"},"item":[{"name":"Authentication","item":[{"name":"GetToken","event":[{"listen":"test","script":{"id":"da9abcc4-40b2-4971-bfe2-545cdd7419e3","exec":["const jsonData = JSON.parse(responseBody);\r","pm.collectionVariables.set(\"token\",jsonData?.access_token);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"0a83d2df-172c-43dd-a138-27280ccb1eab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"grant_type","value":"<grant_type>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"scope","value":"https://api.businesscentral.dynamics.com/.default","type":"text"},{"key":"client_id","value":"{{ClientID}}","type":"text"},{"key":"client_secret","value":"{{ClientSecret}}","type":"text"}]},"url":"https://login.microsoftonline.com/9d73024c-188c-4cc7-85f3-01568b4d323c/oauth2/v2.0/token","description":"<p>Om Business Central API's aan te spreken dient een token opgehaald te worden.</p>\n<p>De tenant-id wordt in de url geplaatst.</p>\n<p>de client_id en client_secret gaan in de body als form-encluded data, samen met de scope en grant_type.</p>\n<p>Het verkregen token is een uur geldig, daarna moet een nieuw token worden opgevraagd.</p>\n<p>Het token dient als authenticatie gebruikt te worden bij elke call naar Business Central.</p>\n","urlObject":{"protocol":"https","path":["9d73024c-188c-4cc7-85f3-01568b4d323c","oauth2","v2.0","token"],"host":["login","microsoftonline","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a83d2df-172c-43dd-a138-27280ccb1eab"}],"id":"48a83bba-fff7-4a75-bea7-efb8758b05dd","_postman_id":"48a83bba-fff7-4a75-bea7-efb8758b05dd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}}},{"name":"Company","item":[{"name":"Get Companies","event":[{"listen":"test","script":{"id":"33dbe727-4115-4072-9374-3763e7053e6d","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"91febac9-ee29-4979-b1ef-10a47fc8e1ac","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"{{baseurl}}/v2.0/9d73024c-188c-4cc7-85f3-01568b4d323c/{{environment}}/api/v2.0/companies","description":"<p>Bedrijven ophalen</p>\n","urlObject":{"path":["v2.0","9d73024c-188c-4cc7-85f3-01568b4d323c","{{environment}}","api","v2.0","companies"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"91febac9-ee29-4979-b1ef-10a47fc8e1ac"},{"name":"Get Company from name","event":[{"listen":"test","script":{"id":"77e72643-b28a-4f4a-a38d-38014f7191eb","exec":["const jsonData = JSON.parse(responseBody);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.collectionVariables.set(\"companyid\",jsonData?.value?.[0]?.id)"],"type":"text/javascript","packages":{}}}],"id":"5acd6035-8426-406f-9c37-876b03a0ada4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"url":"{{baseurl}}/9d73024c-188c-4cc7-85f3-01568b4d323c/{{environment}}/api/Christiaens/BoCountDynamics/v2.0/companies?$filter=name eq 'Ginstbronnen NV'","description":"<p>Bedrijf opzoeken op basis van naam</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}},"urlObject":{"path":["9d73024c-188c-4cc7-85f3-01568b4d323c","{{environment}}","api","Christiaens","BoCountDynamics","v2.0","companies"],"host":["{{baseurl}}"],"query":[{"key":"$filter","value":"name eq 'Ginstbronnen NV'"}],"variable":[]}},"response":[],"_postman_id":"5acd6035-8426-406f-9c37-876b03a0ada4"},{"name":"Get Company from id","event":[{"listen":"test","script":{"id":"88eef610-2b3c-4611-87b2-172097879dfd","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"14ee65ce-27c3-4537-81a8-f0bd834603c7","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"url":"{{baseurl}}/{{environment}}/api/Christiaens/BoCountDynamics/v2.0/companies(9206e31f-e84f-ef11-bfe2-7c1e52353c8a)","description":"<p>Bedrijf ophalen op basis van id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}},"urlObject":{"path":["{{environment}}","api","Christiaens","BoCountDynamics","v2.0","companies(9206e31f-e84f-ef11-bfe2-7c1e52353c8a)"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"14ee65ce-27c3-4537-81a8-f0bd834603c7"},{"name":"Get Company Information","event":[{"listen":"test","script":{"id":"43aa94fb-55d1-47ed-9d57-7572591930a7","exec":["const jsonData = JSON.parse(responseBody);\r","pm.collectionVariables.set(\"code\",jsonData?.value[0]?.code);\r","pm.collectionVariables.set(\"id\",jsonData?.value[0]?.id);\r","pm.collectionVariables.set(\"etag\",jsonData?.value[0]?.[\"@odata.etag\"]);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"d4f01383-abaf-4650-a873-b9d37beeaf84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseurl}}/{{environment}}/api/Christiaens/BoCountDynamics/v2.0/companies(9206e31f-e84f-ef11-bfe2-7c1e52353c8a)/companyInformation","description":"<p>Bedrijfsgegevens ophalen</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}},"urlObject":{"path":["{{environment}}","api","Christiaens","BoCountDynamics","v2.0","companies(9206e31f-e84f-ef11-bfe2-7c1e52353c8a)","companyInformation"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4f01383-abaf-4650-a873-b9d37beeaf84"},{"name":"Update Company Information","event":[{"listen":"test","script":{"id":"3f837993-c617-42a6-b0c0-f5b43a558b6e","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"check update\", () => {\r","  const responseJson = pm.response.json();\r","  pm.expect(responseJson.homePage).to.eql(\"www.adventurebike.com\");\r","});"],"type":"text/javascript"}}],"id":"77bff356-8aab-42bf-ae65-7ae2ad883f97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"If-Match","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"homePage\": \"www.adventurebike.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/{{environment}}/api/Christiaens/BoCountDynamics/v2.0/companies(9206e31f-e84f-ef11-bfe2-7c1e52353c8a)/companyInformation()","description":"<p>Bedrijfsgegevens bijwerken</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}},"urlObject":{"path":["{{environment}}","api","Christiaens","BoCountDynamics","v2.0","companies(9206e31f-e84f-ef11-bfe2-7c1e52353c8a)","companyInformation()"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"77bff356-8aab-42bf-ae65-7ae2ad883f97"}],"id":"11f475ee-e593-46b6-9a08-5ca8deb425dd","description":"<p>Elke request naar Business Central dient naar een specifiek bedrijf (company) te gebeuren. Deze id hoef je maar éénmalig op te vragen per omgeving en zal nooit veranderen.</p>\n","_postman_id":"11f475ee-e593-46b6-9a08-5ca8deb425dd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}}},{"name":"SilverfinManagement","item":[{"name":"Ping","event":[{"listen":"test","script":{"id":"a0c1fe19-34fc-4b58-8b3c-4ede45c17a95","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"Pong\");\r","});"],"type":"text/javascript","packages":{}}}],"id":"01ddc8f0-238e-4c67-a024-0cd39bb4ad8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseurl}}/v2.0/9d73024c-188c-4cc7-85f3-01568b4d323c/{{environment}}/ODataV4/SilverfinManagement_Ping?company=Ginstbronnen NV","description":"<p>Met deze functie is het mogelijk</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}},"urlObject":{"path":["v2.0","9d73024c-188c-4cc7-85f3-01568b4d323c","{{environment}}","ODataV4","SilverfinManagement_Ping"],"host":["{{baseurl}}"],"query":[{"key":"company","value":"Ginstbronnen NV"}],"variable":[]}},"response":[],"_postman_id":"01ddc8f0-238e-4c67-a024-0cd39bb4ad8e"},{"name":"Ping Copy","event":[{"listen":"test","script":{"id":"a0c1fe19-34fc-4b58-8b3c-4ede45c17a95","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"Pong\");\r","});"],"type":"text/javascript","packages":{}}}],"id":"11803866-3488-40cb-81e4-310391ae4bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseurl}}/v2.0/9d73024c-188c-4cc7-85f3-01568b4d323c/{{environment}}/ODataV4/SilverfinManagement_Ping?company=Ginstbronnen NV","description":"<p>Met deze functie is het mogelijk</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}},"urlObject":{"path":["v2.0","9d73024c-188c-4cc7-85f3-01568b4d323c","{{environment}}","ODataV4","SilverfinManagement_Ping"],"host":["{{baseurl}}"],"query":[{"key":"company","value":"Ginstbronnen NV"}],"variable":[]}},"response":[],"_postman_id":"11803866-3488-40cb-81e4-310391ae4bd9"},{"name":"CountGLEntries","event":[{"listen":"test","script":{"id":"a0c1fe19-34fc-4b58-8b3c-4ede45c17a95","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"af2ce883-395f-41e3-b5a1-9745f606b6b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"entryNo\" : 999999999\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/v2.0/{{TenantID}}/{{environment}}/ODataV4/SilverfinManagement_CountGLEntries?company=Ginstbronnen NV","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}},"urlObject":{"path":["v2.0","{{TenantID}}","{{environment}}","ODataV4","SilverfinManagement_CountGLEntries"],"host":["{{baseurl}}"],"query":[{"key":"company","value":"Ginstbronnen NV"}],"variable":[]}},"response":[],"_postman_id":"af2ce883-395f-41e3-b5a1-9745f606b6b4"},{"name":"Sales Invoice","event":[{"listen":"test","script":{"id":"106704df-968e-4b36-a96f-307d7907410e","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"ded224bd-e99f-4408-a78d-762f8c6c263a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"documentNo\" : \"103033\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/v2.0/9d73024c-188c-4cc7-85f3-01568b4d323c/{{environment}}/ODataV4/SilverfinManagement_GetSalesInvoice?company=Ginstbronnen NV","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}},"urlObject":{"path":["v2.0","9d73024c-188c-4cc7-85f3-01568b4d323c","{{environment}}","ODataV4","SilverfinManagement_GetSalesInvoice"],"host":["{{baseurl}}"],"query":[{"key":"company","value":"Ginstbronnen NV"}],"variable":[]}},"response":[],"_postman_id":"ded224bd-e99f-4408-a78d-762f8c6c263a"},{"name":"Purchase Invoice","event":[{"listen":"test","script":{"id":"7fb66643-0581-4225-8309-8c1fa03e9b54","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"1f1e4ee7-fbbe-4fc0-8682-e189d2b762d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"documentNo\" : \"IF250011\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/{{environment}}/ODataV4/SilverfinManagement_GetPurchaseInvoice?company=Ginstbronnen NV","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}},"urlObject":{"path":["{{environment}}","ODataV4","SilverfinManagement_GetPurchaseInvoice"],"host":["{{baseurl}}"],"query":[{"key":"company","value":"Ginstbronnen NV"}],"variable":[]}},"response":[],"_postman_id":"1f1e4ee7-fbbe-4fc0-8682-e189d2b762d5"},{"name":"Sales Credit Memo","event":[{"listen":"test","script":{"id":"87a62ae0-8763-480b-90cb-309ec54b8eae","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"5dfd593d-1e4e-4c7f-bcf7-0a9445450f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"documentNo\":\"104005\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/{{environment}}/ODataV4/SilverfinManagement_GetSalesCreditMemo?company=Ginstbronnen NV","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}},"urlObject":{"path":["{{environment}}","ODataV4","SilverfinManagement_GetSalesCreditMemo"],"host":["{{baseurl}}"],"query":[{"key":"company","value":"Ginstbronnen NV"}],"variable":[]}},"response":[],"_postman_id":"5dfd593d-1e4e-4c7f-bcf7-0a9445450f93"},{"name":"Purchase Credit Memo","event":[{"listen":"test","script":{"id":"9dc872be-e30a-452c-85f3-a821664716d4","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"74caa6bb-7b9c-43fa-8a2c-2b8db8743c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"documentNo\":\"109002\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/{{environment}}/ODataV4/SilverfinManagement_GetPurchaseCreditMemo?company=Ginstbronnen NV","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}},"urlObject":{"path":["{{environment}}","ODataV4","SilverfinManagement_GetPurchaseCreditMemo"],"host":["{{baseurl}}"],"query":[{"key":"company","value":"Ginstbronnen NV"}],"variable":[]}},"response":[],"_postman_id":"74caa6bb-7b9c-43fa-8a2c-2b8db8743c09"}],"id":"8276fa1d-9586-4568-9e31-4ebdbea0bc11","_postman_id":"8276fa1d-9586-4568-9e31-4ebdbea0bc11","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}}},{"name":"G\\L Account Translations","item":[{"name":"GL Account Translations","event":[{"listen":"test","script":{"id":"9dc872be-e30a-452c-85f3-a821664716d4","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"ab87b111-f725-4375-a235-4be8f364032d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseurl}}/{{environment}}/ODataV4/Company('Ginstbronnen NV')/GLAccountTranslation","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}},"urlObject":{"path":["{{environment}}","ODataV4","Company('Ginstbronnen NV')","GLAccountTranslation"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab87b111-f725-4375-a235-4be8f364032d"}],"id":"0d18bc3f-a7e1-4d8b-afc8-4b2f826efb3a","_postman_id":"0d18bc3f-a7e1-4d8b-afc8-4b2f826efb3a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}}},{"name":"Accounting Periods","item":[{"name":"Accounting Periods","event":[{"listen":"test","script":{"id":"9dc872be-e30a-452c-85f3-a821664716d4","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"a6e00295-4f3f-4818-a0d4-49f1e908841c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseurl}}/{{environment}}/ODataV4/Company('Ginstbronnen NV')/AccountingPeriods","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}},"urlObject":{"path":["{{environment}}","ODataV4","Company('Ginstbronnen NV')","AccountingPeriods"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6e00295-4f3f-4818-a0d4-49f1e908841c"}],"id":"5193a521-f896-4f3d-81c3-ef645e51b1cf","_postman_id":"5193a521-f896-4f3d-81c3-ef645e51b1cf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}}},{"name":"General Ledger Entries","item":[{"name":"General Ledger Entries","event":[{"listen":"test","script":{"id":"9dc872be-e30a-452c-85f3-a821664716d4","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"c445049d-0931-42c6-aa7d-e4d45559e2ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseurl}}/{{environment}}/ODataV4/Company('Ginstbronnen NV')/GLEntries?tenant=default","urlObject":{"path":["{{environment}}","ODataV4","Company('Ginstbronnen NV')","GLEntries"],"host":["{{baseurl}}"],"query":[{"key":"tenant","value":"default"}],"variable":[]}},"response":[],"_postman_id":"c445049d-0931-42c6-aa7d-e4d45559e2ba"}],"id":"feacfb5c-7e86-4e56-903b-46d8c2c576dc","_postman_id":"feacfb5c-7e86-4e56-903b-46d8c2c576dc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}}},{"name":"API","item":[{"name":"GLEntries with document image","id":"0d07f512-9ead-4956-b050-aa604a68d451","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseurl}}/{{environment}}/api/dynamate/silverfin/v1.0/companies(9206e31f-e84f-ef11-bfe2-7c1e52353c8a)/generalLedgerEntries?tenant=default&$expand=documentImages","urlObject":{"path":["{{environment}}","api","dynamate","silverfin","v1.0","companies(9206e31f-e84f-ef11-bfe2-7c1e52353c8a)","generalLedgerEntries"],"host":["{{baseurl}}"],"query":[{"key":"tenant","value":"default"},{"key":"$expand","value":"documentImages"}],"variable":[]}},"response":[],"_postman_id":"0d07f512-9ead-4956-b050-aa604a68d451"},{"name":"GLEntries with document image and lastModified filter","id":"a1eb1989-ef36-41a9-b3d4-0881d94ba4d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseurl}}/{{environment}}/api/dynamate/silverfin/v1.0/companies(9206e31f-e84f-ef11-bfe2-7c1e52353c8a)/generalLedgerEntries?tenant=default&$expand=documentImages&$filter=lastModified ge 2026-06-03T00:00:00Z","urlObject":{"path":["{{environment}}","api","dynamate","silverfin","v1.0","companies(9206e31f-e84f-ef11-bfe2-7c1e52353c8a)","generalLedgerEntries"],"host":["{{baseurl}}"],"query":[{"key":"tenant","value":"default"},{"key":"$expand","value":"documentImages"},{"key":"$filter","value":"lastModified ge 2026-06-03T00:00:00Z"}],"variable":[]}},"response":[],"_postman_id":"a1eb1989-ef36-41a9-b3d4-0881d94ba4d2"},{"name":"GLEntries with document image and lastModified filter Copy","id":"dd3f6a91-b0a1-40b0-9018-b9d04d48847f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseurl}}/{{environment}}/api/dynamate/silverfin/v1.0/companies(9206e31f-e84f-ef11-bfe2-7c1e52353c8a)/generalLedgerEntries?tenant=default&$expand=documentImages&$filter=lastModified ge 2026-06-03T00:00:00Z","urlObject":{"path":["{{environment}}","api","dynamate","silverfin","v1.0","companies(9206e31f-e84f-ef11-bfe2-7c1e52353c8a)","generalLedgerEntries"],"host":["{{baseurl}}"],"query":[{"key":"tenant","value":"default"},{"key":"$expand","value":"documentImages"},{"key":"$filter","value":"lastModified ge 2026-06-03T00:00:00Z"}],"variable":[]}},"response":[],"_postman_id":"dd3f6a91-b0a1-40b0-9018-b9d04d48847f"}],"id":"73542a7b-e7e0-4325-b0cf-40e1620f8d01","_postman_id":"73542a7b-e7e0-4325-b0cf-40e1620f8d01","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","id":"5931c03b-c499-4206-a4a9-7c0e2aaa49c7","name":"BoCount Dynamics Silverfin","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"1bf2a977-9e2a-4ccf-98d3-830416fee387","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e6d0a426-7cfd-4086-94ab-d29d945cf75b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"token","value":""},{"key":"tenantid","value":"9d73024c-188c-4cc7-85f3-01568b4d323c"},{"key":"companyid","value":"9206e31f-e84f-ef11-bfe2-7c1e52353c8a"},{"key":"code","value":""},{"key":"id","value":""},{"key":"etag","value":""},{"key":"companyname","value":"Ginstbronnen NV"}]}