{"info":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","description":"<html><head></head><body><p>The Blue10 OData API gives access to the data in your database.</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>To connect to the OData Endpoint you need an API key. How to obtain one is described in <a href=\"https://www.blue10.com/toegang-tot-blue10-databasegegevens-voor-eigen-rapportage/\">Toegang tot Blue10 databasegegevens voor eigen rapportage - Blue10</a></p>\n<p>An OData URL is composed of the service root, API version, service path, data collection, and APIKey parameter as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Get  https://odata.blue10.com/api/v1.0/{DataCollection}\nAuthorization Bearer {APIKey}\n\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"48458080","collectionId":"b301dd32-9498-4deb-976f-1966801682a2","publishedId":"2sB3WjxNsK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-10-24T07:11:21.000Z"},"item":[{"name":"api","item":[{"name":"v1.0","item":[{"name":"Actions","item":[{"name":"Retrieves a collection of actions.","id":"3e759b9f-e960-4e0b-b825-2cc4807e9ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Actions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Actions"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isActive eq true"},{"disabled":true,"key":"$select","value":"id, name"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"ceeccadb-b1d3-420b-af04-a329629cb96b","name":"Retrieves a collection of actions.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/Actions","host":["/"],"path":["api","v1.0","Actions"],"query":[{"key":"$filter","value":"isActive eq true","disabled":true},{"key":"$select","value":"id, name","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3e759b9f-e960-4e0b-b825-2cc4807e9ed6"},{"name":"Retrieves a specific action by its id.","id":"7072de63-fdcb-4b02-b31f-ec407d1f0de1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Actions(Blue10.Commons.Enums.EAction'{STRING}')","description":"<p>The action id is our database is based on a enum. Therefore you need to add to which enum it needs to translate the string. Enum Type: Blue10.Commons.Enums.EAction</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Actions(Blue10.Commons.Enums.EAction'{STRING}')"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"96e6f446-b363-40e3-9523-e32b7c4d5dcc","name":"Retrieves a specific action by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Actions(Blue10.Commons.Enums.EAction'{STRING}')"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"d78037ab-00d5-42e0-96cc-00569024602b","name":"Retrieves a specific action by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Actions/Blue10.Commons.Enums.EAction'{STRING}'"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7072de63-fdcb-4b02-b31f-ec407d1f0de1"}],"id":"a7e3cdb4-63b5-455f-8a21-8beee6768be4","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Order</td>\n<td>number</td>\n</tr>\n<tr>\n<td>NameCompleted</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>boolean</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a7e3cdb4-63b5-455f-8a21-8beee6768be4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"Articles","item":[{"name":"Retrieves a collection of articles","id":"3ed87a51-c239-4573-ab72-3ae2ed80c5a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Articles","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Articles"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isActive eq true"},{"disabled":true,"key":"$select","value":"id, name"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"c4ec15f7-14f8-44a1-ae39-1719d8010f12","name":"Retrieves a collection of articles","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/Articles","host":["/"],"path":["api","v1.0","Articles"],"query":[{"key":"$filter","value":"isDeleted eq true","disabled":true},{"key":"$select","value":"id, companyId","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3ed87a51-c239-4573-ab72-3ae2ed80c5a0"},{"name":"Retrieves a specific article by its id.","id":"1f271961-ac80-4ddf-adbf-f8f267c360ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Articles({{id}})","description":"<p>The action id is our database is based on a enum. Therefore you need to add to which enum it needs to translate the string. Enum Type: Blue10.Commons.Enums.EAction</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Articles({{id}})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"13d548fe-290e-491a-a16f-f23b1af6d87b","name":"Retrieves a specific article by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Articles({{id}})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"0a0307fc-7451-49ce-814b-3c4aa496fc88","name":"Retrieves a specific article by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Articles/{{id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1f271961-ac80-4ddf-adbf-f8f267c360ca"}],"id":"b11ae587-8852-4f2d-b46e-b9197fbf62a7","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>Guid</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>string</td>\n</tr>\n<tr>\n<td>VendorCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Warehouse</td>\n<td>string</td>\n</tr>\n<tr>\n<td>StockLedger</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CostLedger</td>\n<td>string</td>\n</tr>\n<tr>\n<td>PurchaseOrderLedger</td>\n<td>string</td>\n</tr>\n<tr>\n<td>VatCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string (Enum)</td>\n</tr>\n<tr>\n<td>PricePerUnit</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>UnitDescription</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErpId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>UnitCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ItemType</td>\n<td>string (Enum)</td>\n</tr>\n<tr>\n<td>LastSync</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>LastErpSync</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>WarehouseRequired</td>\n<td>bool</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"b11ae587-8852-4f2d-b46e-b9197fbf62a7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"Auditlogs","item":[{"name":"Retrieves a collection of audit logs.","id":"2995f7ea-a63d-425a-9fc0-cf85aa21fccb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Auditlogs","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Auditlogs"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"table eq 'tblGebruikers'"},{"disabled":true,"key":"$select","value":"id, date"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"1d78246a-612d-4ab1-b712-e05d7e346f73","name":"Retrieves a collection of audit logs.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/Auditlogs","host":["/"],"path":["api","v1.0","Auditlogs"],"query":[{"key":"$filter","value":"table eq 'tblGebruikers'","disabled":true},{"key":"$select","value":"id, date","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2995f7ea-a63d-425a-9fc0-cf85aa21fccb"},{"name":"Retrieves a specific audit log by its id.","id":"535aa41e-3994-426d-96f8-f5742eccc16e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Auditlogs({GUID})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Auditlogs({GUID})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"a598e864-adf3-4dde-927c-1c06919a4884","name":"Retrieves a specific audit log by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Auditlogs({GUID})"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"4387067b-e4e0-4561-aced-e7a0e7841315","name":"Retrieves a specific audit log by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Auditlogs/{GUID}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"535aa41e-3994-426d-96f8-f5742eccc16e"}],"id":"a283fb9e-0204-44be-a682-17bcd82895cf","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>date</td>\n</tr>\n<tr>\n<td>Action</td>\n<td>string</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>Table</td>\n<td>string</td>\n</tr>\n<tr>\n<td>TableId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>string</td>\n</tr>\n<tr>\n<td>SupportUserId</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a283fb9e-0204-44be-a682-17bcd82895cf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"BuyersPerVendor","item":[{"name":"Retrieves a collection of the view BuyersPerVendor.","id":"94a9c238-f0a1-4ac4-858d-828b2e764511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/BuyersPerVendor","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","BuyersPerVendor"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"94a9c238-f0a1-4ac4-858d-828b2e764511"}],"id":"c365463a-eb61-447f-9a82-020d0c9c259f","_postman_id":"c365463a-eb61-447f-9a82-020d0c9c259f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"ChangesAfterApproval","item":[{"name":"Retrieves a collection of the view ChangesAfterApproval.","id":"6b49781e-a37f-4d80-b409-12c2d70cbe0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/ChangesAfterApproval","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","ChangesAfterApproval"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b49781e-a37f-4d80-b409-12c2d70cbe0c"}],"id":"6c82bb4d-41d8-4a49-b7c3-9841e3e83602","_postman_id":"6c82bb4d-41d8-4a49-b7c3-9841e3e83602","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"ChangesAfterPosting","item":[{"name":"Retrieves a collection of the view ChangesAfterPosting.","id":"f3e683dd-9fdf-45c6-915f-7e9308e08dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/ChangesAfterPosting","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","ChangesAfterPosting"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3e683dd-9fdf-45c6-915f-7e9308e08dcd"}],"id":"e129c4fd-bd0c-4481-8a18-e8b9d388d753","_postman_id":"e129c4fd-bd0c-4481-8a18-e8b9d388d753","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"Companies","item":[{"name":"Retrieves a collection of companies.","id":"2f632dc3-ab8d-449a-8f02-c1ee759c7f7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Companies","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Companies"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isDeleted eq false"},{"disabled":true,"key":"$select","value":"id, name"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"d392b127-4423-430b-b657-d23de0146bb5","name":"Retrieves a collection of companies.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/Companies","host":["/"],"path":["api","v1.0","Companies"],"query":[{"key":"$filter","value":"isDeleted eq false","disabled":true},{"key":"$select","value":"id, name","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2f632dc3-ab8d-449a-8f02-c1ee759c7f7f"},{"name":"Retrieves a specific company by its id.","id":"6efa5461-385b-4c48-bf7b-4e26aa4f128b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Companies({STRING})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Companies({STRING})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"1d7a2752-67fa-44eb-a2b0-1b97891cf905","name":"Retrieves a specific company by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Companies({STRING})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"597f3058-e342-412d-8c2a-04ae0932285a","name":"Retrieves a specific company by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Companies/{STRING}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6efa5461-385b-4c48-bf7b-4e26aa4f128b"}],"id":"f4cbb420-8544-451f-917b-42050a8e8656","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DisplayName</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>ErpAdapter</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErpXmlPath</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ExportErpDocument</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>DefaultPurchaseJournal</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ScannedPackingSlipAdapter</td>\n<td>string</td>\n</tr>\n<tr>\n<td>UsesErpExtraVariable1</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>UsesErpExtraVariable2</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>UsesErpExtraVariable3</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>VatNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErpLoginStatus</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsVatDeductible</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>AllowOverrideVatDeductible</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>VatDeductibleCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>PurchaseOrderLedgerCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LogisticsAdapter</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LogisticsAdapterServer</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ExportLogisticsAdapterDoc</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>TargetAdministrations</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>string</td>\n</tr>\n<tr>\n<td>UsesSalesInvoices</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>DefaultSalesJournal</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsOnlineErpAdapter</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>DefaultCreditorsAccount</td>\n<td>string</td>\n</tr>\n<tr>\n<td>FeaturesErpAdapterId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>UsesVerifyFreeField1</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>UsesVerifyFreeField2</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>ErpVersion</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IntegrationVersion</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IntegrationExtensionVersion</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Ibans</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>ChamberOfCommerceNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>FeaturesLogisticsAdapterId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>ErpParentCompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DefaultDebtorsAccount</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErpId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErpAdministrationDescription</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErpLastError</td>\n<td>string</td>\n</tr>\n<tr>\n<td>SupportsCoding</td>\n<td>string</td>\n</tr>\n<tr>\n<td>UsesAmericanDateFormatForCustomers</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>UsesAmericanDateFormatForVendors</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>PeriodDateBehavior</td>\n<td>string</td>\n</tr>\n<tr>\n<td>BranchId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>UsesElectronicFundsTransfer</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>UsesPurchaseOrderLines</td>\n<td>boolean</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f4cbb420-8544-451f-917b-42050a8e8656","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"Currencies","item":[{"name":"Retrieves a collection of currencies.","id":"b6b018ba-624e-47e7-afeb-ee12e63629c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Currencies","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Currencies"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isDeleted eq false"},{"disabled":true,"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"companyId"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"324adfe2-2170-4934-a425-213a16deee60","name":"Retrieves a collection of currencies.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/Currencies","host":["/"],"path":["api","v1.0","Currencies"],"query":[{"key":"$filter","value":"isDeleted eq false","disabled":true},{"key":"$select","value":"id, companyId","disabled":true},{"key":"$orderby","value":"companyId","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b6b018ba-624e-47e7-afeb-ee12e63629c0"},{"name":"Retrieves a specific currency by its id.","id":"41feaaf8-2355-47a3-8316-fd09797a2f98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Currencies({GUID})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Currencies({GUID})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"56d2919a-784e-46c8-b5da-25d15f4d8c00","name":"Retrieves a specific currency by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Currencies({GUID})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"95ee590e-f506-4ea0-b323-7252f5a85d70","name":"Retrieves a specific currency by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Currencies/{GUID}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"41feaaf8-2355-47a3-8316-fd09797a2f98"}],"id":"712c57e9-d3bf-47ae-ba54-73b01e9c9fed","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErpCurrency</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>LastSync</td>\n<td>date</td>\n</tr>\n<tr>\n<td>LastErpSync</td>\n<td>date</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"712c57e9-d3bf-47ae-ba54-73b01e9c9fed","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"CurrencyExchangeRates","item":[{"name":"Retrieves a collection of currency exchange rates.","id":"a609357e-6ebe-4367-ab61-a539fd7a6be4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/CurrencyExchangeRates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","CurrencyExchangeRates"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isDeleted eq false"},{"disabled":true,"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"companyId"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"12fb9c05-2214-4720-ae95-1f41475b0af9","name":"Retrieves a collection of currency exchange rates.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/CurrencyExchangeRates","host":["/"],"path":["api","v1.0","CurrencyExchangeRates"],"query":[{"key":"$filter","value":"isDeleted eq false","disabled":true},{"key":"$select","value":"id, companyId","disabled":true},{"key":"$orderby","value":"companyId","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a609357e-6ebe-4367-ab61-a539fd7a6be4"},{"name":"Retrieves a specific currency exchange rate by its id.","id":"fff3308a-d853-4561-afc2-16eadaf75a53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/CurrencyExchangeRates({GUID})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","CurrencyExchangeRates({GUID})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"fa196cb1-2332-403c-b307-085dfcc3874e","name":"Retrieves a specific currency exchange rate by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/CurrencyExchangeRates({GUID})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"1a3dcee3-0037-43ef-8e3d-38d4239e5a96","name":"Retrieves a specific currency exchange rate by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/CurrencyExchangeRates/{GUID}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"fff3308a-d853-4561-afc2-16eadaf75a53"}],"id":"5858854c-cc04-451d-b6c4-24763f52404f","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ExchangeRate</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>date</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>LastSync</td>\n<td>date</td>\n</tr>\n<tr>\n<td>LastErpSync</td>\n<td>date</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"5858854c-cc04-451d-b6c4-24763f52404f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"Customers","item":[{"name":"Retrieves a collection of customers.","id":"3dec0da9-5002-4982-80c5-33875a7320eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Customers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Customers"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isConfidential eq true"},{"disabled":true,"key":"$select","value":"id, name"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"7f1520a7-b726-4cad-8e04-621b4aeba1d8","name":"Retrieves a collection of customers.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/Customers","host":["/"],"path":["api","v1.0","Customers"],"query":[{"key":"$filter","value":"isConfidential eq true","disabled":true},{"key":"$select","value":"id, name","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3dec0da9-5002-4982-80c5-33875a7320eb"},{"name":"Retrieves a specific customer by its id.","id":"df005dd6-048f-4e14-ad9d-a2becc625705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Customers({STRING})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Customers({STRING})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"a93c20fc-4146-4085-bb6e-ac04e59b647e","name":"Retrieves a specific customer by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Customers({STRING})"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"27df41de-2d71-4570-b253-b19fed3cff19","name":"Retrieves a specific customer by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Customers/{GUID}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"df005dd6-048f-4e14-ad9d-a2becc625705"}],"id":"1730810d-4c35-4f33-bd97-aa5782bfb6af","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>City</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>string</td>\n</tr>\n<tr>\n<td>VatNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>VatCategory</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DefaultVatCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DefaultLedgerCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DefaultVatScenarioCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsBlocked</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsConfidential</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>DefaultDescription</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LastSync</td>\n<td>date</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>CustomerLedgerNr</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DefaultPaymentTermCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErpId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LastErpSync</td>\n<td>dateTime</td>\n</tr>\n<tr>\n<td>ContractManagementId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>UsesAmericanDateFormat</td>\n<td>boolean</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"1730810d-4c35-4f33-bd97-aa5782bfb6af","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"CustomTranslations","item":[{"name":"Retrieves a collection of custom translations.","id":"c7d20b64-0bd3-47fc-92eb-5427dc21154d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/CustomTranslations","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","CustomTranslations"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"IsChanged_nlNL eq true"},{"disabled":true,"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"0ee6d56a-ca73-4343-9aa4-e99485cb0e6d","name":"Retrieves a collection of custom translations.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/CustomTranslations","host":["/"],"path":["api","v1.0","CustomTranslations"],"query":[{"key":"$filter","value":"IsChanged_nlNL eq true","disabled":true},{"key":"$select","value":"id, companyId","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c7d20b64-0bd3-47fc-92eb-5427dc21154d"},{"name":"Retrieves a specific custom translations by its id.","id":"c739fa88-85c8-4363-9f10-8fd051d95df1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/CustomTranslations({GUID})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","CustomTranslations({GUID})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"bae1aacd-4eeb-444a-ad54-2fe6a072a0f7","name":"Retrieves a specific custom translations by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/CustomTranslations({GUID})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"272d4bb8-75c9-47b4-b30b-f0b0aeb45c0b","name":"Retrieves a specific custom translations by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/CustomTranslations/{GUID}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"c739fa88-85c8-4363-9f10-8fd051d95df1"}],"id":"c0aab572-7644-447f-be88-a3e076e181b0","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Translation_nlNL</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Translation_enUS</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Translation_deDE</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Translation_nlBE</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Translation_enGB</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Translation_frFR</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Translation_esES</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Translation_itIT</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsChanged_nlNL</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsChanged_enUS</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsChanged_deDE</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsChanged_nlBE</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsChanged_enGB</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsChanged_frFR</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsChanged_esES</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsChanged_itIT</td>\n<td>boolean</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"c0aab572-7644-447f-be88-a3e076e181b0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"DeviationInvoices","item":[{"name":"Retrieves a collection of the view DeviationInvoices.","id":"404f27bf-7082-47e5-ae67-4a54d7efde49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/DeviationInvoices","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","DeviationInvoices"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"404f27bf-7082-47e5-ae67-4a54d7efde49"}],"id":"11cbcc53-54c3-4c58-9467-a18d06e48821","_postman_id":"11cbcc53-54c3-4c58-9467-a18d06e48821","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"Dimensions","item":[{"name":"Retrieves a collection of the view Dimensions","id":"52def689-ddab-4039-ad55-ee6db0b7a935","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Dimensions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Dimensions"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"52def689-ddab-4039-ad55-ee6db0b7a935"}],"id":"f2857f9e-b473-48bf-abe9-3d5223dd0984","_postman_id":"f2857f9e-b473-48bf-abe9-3d5223dd0984","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"DocumentRelations","item":[{"name":"Retrieves the document relations","id":"6f0e6e36-2f7c-40a5-9838-ad7394ef7d4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/DocumentRelations","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","DocumentRelations"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"relationType eq 'DebitCredit'"},{"disabled":true,"key":"$select","value":"id, documentId"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"774fa0a3-05f8-438a-bc51-7134af4d59b5","name":"Retrieves the collection of document relations","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/DocumentRelations","host":["/"],"path":["api","v1.0","DocumentRelations"],"query":[{"key":"$filter","value":"relationType eq 'DebitCredit'","disabled":true},{"key":"$select","value":"id, documentId","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"6f0e6e36-2f7c-40a5-9838-ad7394ef7d4f"},{"name":"Retrieves a specific document relations by its id.","id":"6f31dc40-77e5-4e55-b952-d36af7be67dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/DocumentRelations({GUID})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","DocumentRelations({GUID})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"d853d51a-2550-477f-997f-45444999bcdd","name":"Retrieves a specific document relation by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/DocumentRelations({{id}})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"5f9cdbfd-6e4c-4e00-a9f9-e1a67adbb7ee","name":"Retrieves a specific document relation by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/DocumentRelations/{{id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6f31dc40-77e5-4e55-b952-d36af7be67dd"}],"id":"91a8a8f0-14c7-459a-8a0f-ed0ccbba0482","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>DocumentId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>RelationId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>RelationType</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"91a8a8f0-14c7-459a-8a0f-ed0ccbba0482","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"DuplicateInvoicesDifferentInvoiceNumber","item":[{"name":"Retrieves a collection of the view DuplicateInvoicesDifferentInvoiceNumber.","id":"e2158f8a-2ab7-4437-aa3f-e9892c896743","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/DuplicateInvoicesDifferentInvoiceNumber","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","DuplicateInvoicesDifferentInvoiceNumber"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2158f8a-2ab7-4437-aa3f-e9892c896743"}],"id":"3287e165-ee11-4ae0-a40d-091d6b1f8ac7","_postman_id":"3287e165-ee11-4ae0-a40d-091d6b1f8ac7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"DuplicateInvoicesSameInvoiceNumber","item":[{"name":"Retrieves a collection of the view DuplicateInvoicesSameInvoiceNumber.","id":"aef786ed-f02a-4420-be12-4208445c8c1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/DuplicateInvoicesSameInvoiceNumber","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","DuplicateInvoicesSameInvoiceNumber"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"aef786ed-f02a-4420-be12-4208445c8c1f"}],"id":"26b2ded9-e3ad-4abe-bad2-c122906ed0fe","_postman_id":"26b2ded9-e3ad-4abe-bad2-c122906ed0fe","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"GeneralLedgers","item":[{"name":"Retrieves a collection of the view GeneralLedgers.","id":"12abdd2f-45be-4a67-9f23-21246b4bbec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/GeneralLedgers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","GeneralLedgers"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"12abdd2f-45be-4a67-9f23-21246b4bbec3"}],"id":"91cf3921-f8cc-48ea-8768-9b2c3e4bb4a6","_postman_id":"91cf3921-f8cc-48ea-8768-9b2c3e4bb4a6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"History","item":[{"name":"Retrieves the history logs of actions that are taken on documents.","id":"2537bee0-6f39-42df-94a9-9dafff1944bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/History","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","History"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"date gt 2025-01-01"},{"disabled":true,"key":"$select","value":"id, date"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"a1cd4bc2-ce6b-43d7-b2fa-03a0bbd7a94a","name":"Retrieves the history logs of actions that are taken on documents.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/History","host":["/"],"path":["api","v1.0","History"],"query":[{"key":"$filter","value":"date gt 2025-01-01","disabled":true},{"key":"$select","value":"id, date","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"2537bee0-6f39-42df-94a9-9dafff1944bc"},{"name":"Retrieves a specific history item by its id.","id":"f5daebc0-3414-416e-862b-6c27123c6938","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/History({STRING})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","History({STRING})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"be95a3b9-a971-4750-8f6d-ffa0bb93e715","name":"Retrieves a specific history item by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/History({STRING})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"e8658820-d57c-4c59-bc5e-efe6f2b0ad0e","name":"Retrieves a specific history item by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/History/{STRING}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f5daebc0-3414-416e-862b-6c27123c6938"}],"id":"e2128a3c-4fd9-4d34-a6c1-3c6ea2626b6f","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>date</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DocumentId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>Remark</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Action</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ToUser</td>\n<td>string</td>\n</tr>\n<tr>\n<td>FromUser</td>\n<td>string</td>\n</tr>\n<tr>\n<td>HandlerId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>AutoRouteId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>PerformedBy</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e2128a3c-4fd9-4d34-a6c1-3c6ea2626b6f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"InvoiceErpLines","item":[{"name":"Retrieves a collection of InvoiceErpLines.","id":"81e3a5f0-16d2-4450-b74d-4bd96778bdb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/InvoiceErpLines","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","InvoiceErpLines"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"date gt 2025-01-01"},{"disabled":true,"key":"$select","value":"id, documentId"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"3b52a244-7172-48d9-bbd3-f525e4d3c004","name":"Retrieves a collection of InvoiceErpLines.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/InvoiceErpLines","host":["/"],"path":["api","v1.0","InvoiceErpLines"],"query":[{"key":"$filter","value":"date gt 2025-01-01","disabled":true},{"key":"$select","value":"id, documentId","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"81e3a5f0-16d2-4450-b74d-4bd96778bdb1"},{"name":"Retrieves a specific InvoiceErpLine by its id.","id":"c11ec1d1-21c6-480a-8313-14ed4c2c213f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/InvoiceErpLines({GUID})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","InvoiceErpLines({GUID})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"a0de7844-d62b-4d34-b0bb-8a12afb46147","name":"Retrieves a specific InvoiceErpLine by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/InvoiceErpLines({GUID})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"f6974ff7-f561-4685-a150-9d7c554f8679","name":"Retrieves a specific InvoiceErpLine by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/InvoiceErpLines/{GUID}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"c11ec1d1-21c6-480a-8313-14ed4c2c213f"}],"id":"ef7ccbc3-b478-4aa3-9e72-3736b0d4cb1d","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DocumentId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>LedgerType</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LedgerNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>NetAmount</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>LineNumber</td>\n<td>int</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n</tr>\n<tr>\n<td>GrossAmount</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>PricePerUnit</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>VatPercentage</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>LedgerPeriod</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Dimension1</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Dimension1Description</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Dimension2</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Dimension2Description</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Dimension3</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Dimension3Description</td>\n<td>string</td>\n</tr>\n<tr>\n<td>FreeField1</td>\n<td>string</td>\n</tr>\n<tr>\n<td>FreeField2</td>\n<td>string</td>\n</tr>\n<tr>\n<td>FreeField3</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErpId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ReportingDate</td>\n<td>date</td>\n</tr>\n<tr>\n<td>TargetAdministration</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LedgerDescription</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Project</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ProjectDescription</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ProjectExpenseDescription</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ProjectTask</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ProjectPhase</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ProjectType</td>\n<td>string</td>\n</tr>\n<tr>\n<td>RebillProject</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>ProjectDiscount</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>ProjectUnitPrice</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>PostingType</td>\n<td>string</td>\n</tr>\n<tr>\n<td>MaintenanceCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DeferredFrom</td>\n<td>date</td>\n</tr>\n<tr>\n<td>DeferredTo</td>\n<td>date</td>\n</tr>\n<tr>\n<td>VatCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>VatShifted</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>date</td>\n</tr>\n<tr>\n<td>PurchaseOrderCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Article</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Warehouse</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DeferredCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>VatNonDeductiblePercentage</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>Asset</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Dimension4</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Dimension5</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ef7ccbc3-b478-4aa3-9e72-3736b0d4cb1d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"InvoicePackingSlips","item":[{"name":"Retrieves a collection of InvoicePackingSlips","id":"574e3706-0bb9-4871-8c7c-f37909fd6676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/InvoicePackingSlips","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","InvoicePackingSlips"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"documentId eq {{documentId}}"},{"disabled":true,"key":"$select","value":"id, documentId"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"6ba2acef-3be9-497c-9f9e-8384115f6a0e","name":"Retrieves a collection of InvoicePackingSlips","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/InvoicePackingSlips","host":["/"],"path":["api","v1.0","InvoicePackingSlips"],"query":[{"key":"$filter","value":"documentId eq {{documentId}}","disabled":true},{"key":"$select","value":"id, documentId","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"574e3706-0bb9-4871-8c7c-f37909fd6676"},{"name":"Retrieves a specific InvoicePackingSlips by its id.","id":"5f7bfd07-b72c-4279-b415-a5b2d36d5be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/InvoicePackingSlips({GUID})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","InvoicePackingSlips({GUID})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"a36a093d-47ed-43c1-9e5e-f56d4c715599","name":"Retrieves a specific InvoicePackingSlips by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/InvoicePackingSlips({GUID})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"84f2f1bf-4f16-456b-b4e6-d9930bcee732","name":"Retrieves a specific InvoicePackingSlips by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/InvoicePackingSlips/{GUID}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"5f7bfd07-b72c-4279-b415-a5b2d36d5be0"}],"id":"80d18629-f67a-41c5-aae2-83a52f5e1905","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>DocumentId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>PackingSlipId</td>\n<td>guid</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"80d18629-f67a-41c5-aae2-83a52f5e1905","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"InvoicesCloseToApprovalLimit","item":[{"name":"Retrieves a collection of the view InvoicesCloseToApprovalLimit.","id":"0d0232a3-3817-4fd4-b793-139416ab8e27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/InvoicesCloseToApprovalLimit","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","InvoicesCloseToApprovalLimit"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d0232a3-3817-4fd4-b793-139416ab8e27"}],"id":"655fa219-d555-43aa-ba4d-18235efe35cf","_postman_id":"655fa219-d555-43aa-ba4d-18235efe35cf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"InvoiceTags","item":[{"name":"Retrieves a collection of InvoiceTags","id":"d82f4826-f5fa-4f1f-b998-14425f65b464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/InvoiceTags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","InvoiceTags"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"documentId eq {{documentId}}"},{"disabled":true,"key":"$select","value":"id, documentId"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"2e8dc8d8-f79e-47d5-8966-54e97b199055","name":"Retrieves a collection of InvoiceTags","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/InvoiceTags","host":["/"],"path":["api","v1.0","InvoiceTags"],"query":[{"key":"$filter","value":"documentId eq {{documentId}}","disabled":true},{"key":"$select","value":"id, documentId","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d82f4826-f5fa-4f1f-b998-14425f65b464"},{"name":"Retrieves a specific InvoiceTags by its id.","id":"2871ddc2-2d83-48eb-96cc-fc3ee6ff01de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/InvoiceTags({GUID})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","InvoiceTags({GUID})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"e9b8fc79-8b6a-43b6-9cb8-8076a5e056b1","name":"Retrieves a specific InvoiceTags by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/InvoiceTags({GUID})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"81a0f40b-dfb4-4d74-9975-ffffa7b83f9f","name":"Retrieves a specific InvoiceTags by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/InvoiceTags/{GUID}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"2871ddc2-2d83-48eb-96cc-fc3ee6ff01de"}],"id":"b05afe65-77b3-4dd8-b576-c7ddf17d4b45","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>int</td>\n</tr>\n<tr>\n<td>DocumentId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>TagId</td>\n<td>int</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"b05afe65-77b3-4dd8-b576-c7ddf17d4b45","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"Logs","item":[{"name":"Retrieves a collection of logs.","id":"36bd6a13-54e7-409c-8f2e-4e2b466bd70a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Logs","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Logs"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"date gt 2025-01-01"},{"disabled":true,"key":"$select","value":"date, text"},{"disabled":true,"key":"$orderby","value":"date"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"4818bd0d-466d-4293-af97-ff979b8a68a3","name":"Retrieves a collection of logs.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/Logs","host":["/"],"path":["api","v1.0","Logs"],"query":[{"key":"$filter","value":"date gt 2025-01-01","disabled":true},{"key":"$select","value":"date, text","disabled":true},{"key":"$orderby","value":"date","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"36bd6a13-54e7-409c-8f2e-4e2b466bd70a"},{"name":"Retrieves a specific log by its id.","id":"1ead6ecb-a373-4b27-9129-f7df769ae62d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Logs('{STRING}')","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Logs('{STRING}')"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"88b030a2-886b-42a4-8974-85f506ef8fa8","name":"Retrieves a specific log by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Logs('{STRING}')"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"7207bfb8-d337-44e6-a201-be005e1c125d","name":"Retrieves a specific log by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Logs/{STRING}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"1ead6ecb-a373-4b27-9129-f7df769ae62d"}],"id":"b27a3850-1a23-4910-acbd-4d193d146e58","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>date</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErrorType</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DocumentNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LedgerEntryNumber</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"b27a3850-1a23-4910-acbd-4d193d146e58","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"PackingSlips","item":[{"name":"Retrieves a collection of PackingSlips.","id":"8f1feb8c-6662-41bd-ad57-7fda378cefcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/PackingSlips","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","PackingSlips"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isDeleted eq false"},{"disabled":true,"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"importdate"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"6ff71704-b2c6-4a09-a5b5-0c5246b1d7cd","name":"Retrieves a collection of PackingSlips.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/PackingSlips","host":["/"],"path":["api","v1.0","PackingSlips"],"query":[{"key":"$filter","value":"isDeleted eq false","disabled":true},{"key":"$select","value":"id, companyId","disabled":true},{"key":"$orderby","value":"importdate","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8f1feb8c-6662-41bd-ad57-7fda378cefcc"},{"name":"Retrieves a specific PackingSlip by its id.","id":"aeebe1b1-c882-4cf9-adaf-cdbe373041cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/PackingSlips('{STRING}')","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","PackingSlips('{STRING}')"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"77ece9f7-bf93-474e-8ded-e95b8012e541","name":"Retrieves a specific PackingSlip by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/PackingSlips('{STRING}')"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"5cb7fdc2-99f2-4159-a40a-3a3e0b1868c9","name":"Retrieves a specific PackingSlip by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/PackingSlips/{GUID}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"aeebe1b1-c882-4cf9-adaf-cdbe373041cc"}],"id":"93cede31-a54e-4277-8202-caa54c812161","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>WorkflowId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>RelationCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DocumentManagementId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ImportDate</td>\n<td>date</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>date</td>\n</tr>\n<tr>\n<td>Dimension1</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Dimension2</td>\n<td>string</td>\n</tr>\n<tr>\n<td>PurchaseOrderNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>SourceDocumentId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>VerificationMethod</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>date</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"93cede31-a54e-4277-8202-caa54c812161","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"PaymentTerms","item":[{"name":"Retrieves a collection of payment terms","id":"40f3e390-32ae-4075-bfb1-93dd7b32683a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/PaymentTerms","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","PaymentTerms"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isDeleted eq false"},{"disabled":true,"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"lastSync"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"a8004f02-d1a0-44cf-9b0d-10f7bdad57cb","name":"Retrieves a collection of payment terms.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/PaymentTerms","host":["/"],"path":["api","v1.0","PaymentTerms"],"query":[{"key":"$filter","value":"isDeleted eq false","disabled":true},{"key":"$select","value":"id, companyId","disabled":true},{"key":"$orderby","value":"lastSync","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"40f3e390-32ae-4075-bfb1-93dd7b32683a"},{"name":"Retrieves a specific payment term by its id.","id":"b9d9cd41-e228-4f3c-99e7-877a40d9ffd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/PaymentTerms({{id}})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","PaymentTerms({{id}})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"a977c269-b48e-49fe-a588-6c712f8945f5","name":"Retrieves a specific payment term by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/PaymentTerms({{id}})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"bc0fe923-40a4-45df-b339-8b01a3273b5a","name":"Retrieves a specific payment term by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/PaymentTerms/{{id}}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"b9d9cd41-e228-4f3c-99e7-877a40d9ffd0"}],"id":"21a5c771-be88-444d-9b67-1cae4f186948","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>Guid</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LastSync</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>PaymentMethod</td>\n<td>string (Enum)</td>\n</tr>\n<tr>\n<td>ErpId</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"21a5c771-be88-444d-9b67-1cae4f186948","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"Periods","item":[{"name":"Retrieves a collection of periods","id":"1e10df44-e56a-4d83-a4e9-a3ff62ce857e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Periods","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Periods"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isDeleted eq false"},{"disabled":true,"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"lastSync"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"bf16234a-41ec-4940-a9cb-0ad9d474148e","name":"Retrieves a collection of periods","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/Periods","host":["/"],"path":["api","v1.0","Periods"],"query":[{"key":"$filter","value":"isDeleted eq false","disabled":true},{"key":"$select","value":"id, companyId","disabled":true},{"key":"$orderby","value":"lastSync","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1e10df44-e56a-4d83-a4e9-a3ff62ce857e"},{"name":"Retrieves a specific period by its id.","id":"ea2683e6-22b1-4a6f-bc1b-6c8f6f7faa43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Periods({{id}})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Periods({{id}})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"5a7a6e2c-d9a3-4d50-be8a-0b9f5d44ae80","name":"Retrieves a specific period by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Periods('{{id}}')"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"170f5fae-b389-43b9-bd7c-98ca956ea61c","name":"Retrieves a specific period by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Periods/{{id}}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"ea2683e6-22b1-4a6f-bc1b-6c8f6f7faa43"}],"id":"29705608-5207-4552-827b-4366c399712b","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>FiscalYear</td>\n<td>int</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>ErpId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LastSync</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>JournalPurchase</td>\n<td>string</td>\n</tr>\n<tr>\n<td>JournalPurchaseCredit</td>\n<td>string</td>\n</tr>\n<tr>\n<td>JournalSales</td>\n<td>string</td>\n</tr>\n<tr>\n<td>JournalSalesCredit</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"29705608-5207-4552-827b-4366c399712b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"PostingTemplateLines","item":[{"name":"Retrieves a collection of posting template lines","id":"10007cc8-d12b-4461-b0a7-b7d744d53410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/PostingTemplateLines","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","PostingTemplateLines"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isDeleted eq false"},{"disabled":true,"key":"$select","value":"id, vatCode"},{"disabled":true,"key":"$orderby","value":"date"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"2b803894-14d1-400a-bb17-17f9267b594d","name":"Retrieves a collection of PostingTemplateLines","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/PostingTemplateLines","host":["/"],"path":["api","v1.0","PostingTemplateLines"],"query":[{"key":"$filter","value":"isDeleted eq false","disabled":true},{"key":"$select","value":"id, vatCode","disabled":true},{"key":"$orderby","value":"date","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"10007cc8-d12b-4461-b0a7-b7d744d53410"},{"name":"Retrieves a specific PostingTemplateLines by its id.","id":"19b1443b-806f-4721-87d1-fadea0471435","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/PostingTemplateLines({{id}})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","PostingTemplateLines({{id}})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"6c9db2d8-7d5b-40ec-bb29-96ee675335ec","name":"Retrieves a specific posting template lines by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/PostingTemplateLines({{id}})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"6446cff8-9668-427f-81be-ebce124745e8","name":"Retrieves a specific PostingTemplateLines by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/PostingTemplateLines/{{id}}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"19b1443b-806f-4721-87d1-fadea0471435"}],"id":"b5fccf37-d0b7-4c82-af60-9241594c3e07","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>Guid</td>\n</tr>\n<tr>\n<td>PostingTemplateId</td>\n<td>Guid</td>\n</tr>\n<tr>\n<td>LedgerNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>VatCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>AmountType</td>\n<td>string (ENum)</td>\n</tr>\n<tr>\n<td>AmountFixed</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>AmountPercentage</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>Dimension1</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Dimension2</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Dimension3</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Dimension4</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Dimension5</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>RebillProject</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>FreeField1</td>\n<td>string</td>\n</tr>\n<tr>\n<td>FreeField2</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Project</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ProjectExpenseDescription</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ProjectTask</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ProjectPhase</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ProjectDiscount</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>ProjectUnitPrice</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>ProjectType</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ProjectCategory</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ProjectActivity</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ProjectResource</td>\n<td>string</td>\n</tr>\n<tr>\n<td>PostingType</td>\n<td>string</td>\n</tr>\n<tr>\n<td>MaintenanceCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DeferredCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Article</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Warehouse</td>\n<td>string</td>\n</tr>\n<tr>\n<td>TargetAdministration</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LineNumber</td>\n<td>int</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>VatNonDeductiblePercentage</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>Asset</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DryMatterPercentage</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>Weight</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>LedgerType</td>\n<td>string</td>\n</tr>\n<tr>\n<td>PricePerUnit</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>DiscountPercentage</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>ReportingDate</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>DeferredFrom</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>DeferredTo</td>\n<td>DateTime</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"b5fccf37-d0b7-4c82-af60-9241594c3e07","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"PostingTemplates","item":[{"name":"Retrieves a collection of posting templates","id":"1868fdde-cd4e-4d26-86cf-aceb199640fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/PostingTemplates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","PostingTemplates"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isDeleted eq false"},{"disabled":true,"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"sortNumber"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"b4e48257-0247-47bf-8861-7228bede506c","name":"Retrieves a collection of posting templates","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/PostingTemplates","host":["/"],"path":["api","v1.0","PostingTemplates"],"query":[{"key":"$filter","value":"isDeleted eq false","disabled":true},{"key":"$select","value":"id, companyId","disabled":true},{"key":"$orderby","value":"sortNumber","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1868fdde-cd4e-4d26-86cf-aceb199640fe"},{"name":"Retrieves a specific PostingTemplates by its id.","id":"1e11330c-67ee-4a53-a456-03bdff5d2ee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/PostingTemplates({{id}})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","PostingTemplates({{id}})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"ad14ad5a-5cc1-4811-baa4-65bc05d118c7","name":"Retrieves a specific posting template by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/PostingTemplates({{id}})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"138fa88b-9d30-4fbd-99e9-d9a0507e4194","name":"Retrieves a specific posting template by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/PostingTemplates/{{id}}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"1e11330c-67ee-4a53-a456-03bdff5d2ee3"}],"id":"d3d4ff14-ec6b-4da0-b9b7-c7ba4fd5302b","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>Guid</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>RelationCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsErpTemplate</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>SortNumber</td>\n<td>int</td>\n</tr>\n<tr>\n<td>LastUpdated</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>VatScenarioCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErpId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>TargetType</td>\n<td>string (ENum)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d3d4ff14-ec6b-4da0-b9b7-c7ba4fd5302b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"ProcessManagement","item":[{"name":"Retrieves a collection of the view ProcessManagement.","id":"8805e544-d146-482a-a1b3-06ccd3e5b0b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/ProcessManagement","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","ProcessManagement"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"8805e544-d146-482a-a1b3-06ccd3e5b0b1"}],"id":"e447154f-4cde-42ec-b99a-eb1675f380d3","_postman_id":"e447154f-4cde-42ec-b99a-eb1675f380d3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"Projects","item":[{"name":"Retrieves a collection of projects","id":"c3c88afb-f7f3-4d0b-9433-f2986f6db5da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Projects","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Projects"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isDeleted eq false"},{"disabled":true,"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"startDate"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"d0391b87-10d0-45a3-8ea8-7d3126a37b9b","name":"Retrieves a collection of projects","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/Projects","host":["/"],"path":["api","v1.0","Projects"],"query":[{"key":"$filter","value":"isDeleted eq false","disabled":true},{"key":"$select","value":"id, companyId","disabled":true},{"key":"$orderby","value":"startDate","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c3c88afb-f7f3-4d0b-9433-f2986f6db5da"},{"name":"Retrieves a specific projects by its id.","id":"5b51b8bc-dd7b-47b8-9e9a-c55a0759b854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Projects({{id}})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Projects({{id}})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"0e8dfda4-0141-4ebd-95e3-a8c4abeb8724","name":"Retrieves a specific project by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Projects({{id}})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"7dc2ba58-210c-44c8-8055-04951dcb8e8e","name":"Retrieves a specific projects by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Projects/{{id}}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"5b51b8bc-dd7b-47b8-9e9a-c55a0759b854"}],"id":"3274b5d5-e8f0-4b9f-ab18-91a3a3747575","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>Guid</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ProjectTypeMandatory</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>LastSync</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>ErpId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LastErpSync</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>ProjectRebillingRelationType</td>\n<td>string (ENum)</td>\n</tr>\n<tr>\n<td>ArticleRequired</td>\n<td>bool</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"3274b5d5-e8f0-4b9f-ab18-91a3a3747575","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"PurchaseInvoices","item":[{"name":"Retrieves a collection of purchase invoices.","id":"e3fa1569-79cd-4c45-9931-d1c594130fa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/PurchaseInvoices","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","PurchaseInvoices"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isDeleted eq false"},{"disabled":true,"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"fca3112d-ae3c-46ac-b739-6616313c4baf","name":"Retrieves a collection of purchase invoices.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/PurchaseInvoices","host":["/"],"path":["api","v1.0","PurchaseInvoices"],"query":[{"key":"$filter","value":"isDeleted eq false","disabled":true},{"key":"$select","value":"id, documentId","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e3fa1569-79cd-4c45-9931-d1c594130fa9"},{"name":"Retrieves a specific purchase invoice by its id.","id":"0bdd20d1-9314-4d87-93d8-2e4e0f85c287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/PurchaseInvoices('{STRING}')","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","PurchaseInvoices('{STRING}')"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"ad41d901-c0b5-4b48-80af-e98ed6ffb6ae","name":"Retrieves a specific purchase invoice by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/PurchaseInvoices('{STRING}')"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"5ac8d3aa-9e6e-4d42-b709-874e6c437578","name":"Retrieves a specific purchase invoice by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/PurchaseInvoices/{STRING}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"0bdd20d1-9314-4d87-93d8-2e4e0f85c287"}],"id":"6e264093-85a6-4640-96cc-e19c4744fa2c","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>RelationCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>date</td>\n</tr>\n<tr>\n<td>ImportDate</td>\n<td>date</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LedgerEntryNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>InvoiceType</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CurrentUserId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>HandlerId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LastAction</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsApproved</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsApprovedBy</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsSigned</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>GrossAmount</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>NetAmount</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>string</td>\n</tr>\n<tr>\n<td>PurchaseOrderNumbers</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>ScannedPurchaseOrderNumbers</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErrorAdvice</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErrorStatus</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsConfidential</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>PaymentReference</td>\n<td>string</td>\n</tr>\n<tr>\n<td>WorkflowId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>SourceType</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsInErp</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n</tr>\n<tr>\n<td>PaymentDate</td>\n<td>date</td>\n</tr>\n<tr>\n<td>DueDate</td>\n<td>date</td>\n</tr>\n<tr>\n<td>DocumentManagementId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Period</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LastUpdate</td>\n<td>date</td>\n</tr>\n<tr>\n<td>IsPosted</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>Projects</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>ReportingDate</td>\n<td>date</td>\n</tr>\n<tr>\n<td>IsBlocked</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsWaitingForErp</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>NumberOfAttachments</td>\n<td>int</td>\n</tr>\n<tr>\n<td>DiscountAmount</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>DiscountPercentage</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>PaymentDiscountExpirationDate</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>OrderClientId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>MatchedPurchaseOrders</td>\n<td>int</td>\n</tr>\n<tr>\n<td>ScannedPurchaseOrders</td>\n<td>int</td>\n</tr>\n<tr>\n<td>ErpAdministration</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ScannedInvoiceAdapter</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LastErpLinesUpdate</td>\n<td>date</td>\n</tr>\n<tr>\n<td>PaymentMethod</td>\n<td>string</td>\n</tr>\n<tr>\n<td>VatScenarioCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>VatCategory</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsDisabledForAutoRouter</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>LinkedPackingSlips</td>\n<td>int</td>\n</tr>\n<tr>\n<td>IsPostedInWorkflow</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsNilInvoice</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>PaymentTermCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CodingStatus</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CodeInErp</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>CodingErrors</td>\n<td>string</td>\n</tr>\n<tr>\n<td>OverrideVatDeductible</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>IbanNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ReceiptScanned</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ReceiptNumber</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>ApprovalJournalNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>PreAssignedLedgerEntryNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>TargetJournal</td>\n<td>string</td>\n</tr>\n<tr>\n<td>PaymentDateIsNotAvailable</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>SourceDocumentId</td>\n<td>Guid</td>\n</tr>\n<tr>\n<td>ChamberOfCommerceNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>FirstDimension1</td>\n<td>string</td>\n</tr>\n<tr>\n<td>FirstDimension2</td>\n<td>string</td>\n</tr>\n<tr>\n<td>FirstAccount</td>\n<td>string</td>\n</tr>\n<tr>\n<td>FreeField1</td>\n<td>string</td>\n</tr>\n<tr>\n<td>FreeField2</td>\n<td>string</td>\n</tr>\n<tr>\n<td>PackingSlipNumbers</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>DeferredFromPeriod</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DeferredToPeriod</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DeferredGLAccount</td>\n<td>string</td>\n</tr>\n<tr>\n<td>GAccountAmount</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>LinkToErpInvoice</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LastHistory</td>\n<td>date</td>\n</tr>\n<tr>\n<td>PostingTemplateId</td>\n<td>Guid</td>\n</tr>\n<tr>\n<td>ElectronicTemplateId</td>\n<td>Guid</td>\n</tr>\n<tr>\n<td>VerificationMethod</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>date</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"6e264093-85a6-4640-96cc-e19c4744fa2c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"PurchaseOrders","item":[{"name":"Retrieves a collection of purchase orders.","id":"2dd692a9-669f-43af-8db6-d43718c2a67c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/PurchaseOrders","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","PurchaseOrders"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isDeleted eq false"},{"disabled":true,"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"bdf62b35-cd01-4865-90eb-1c357026815a","name":"Retrieves a collection of purchase orders.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/PurchaseOrders","host":["/"],"path":["api","v1.0","PurchaseOrders"],"query":[{"key":"$filter","value":"isDeleted eq false","disabled":true},{"key":"$select","value":"id, companyId","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2dd692a9-669f-43af-8db6-d43718c2a67c"},{"name":"Retrieves a specific purchase order by its id.","id":"87fdc9cf-6f50-47e3-adc2-a4d3b382506d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/PurchaseOrders({{id}})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","PurchaseOrders({{id}})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"ae74bed9-9771-4395-9ba0-42569ce14995","name":"Retrieves a specific purchase order by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/PurchaseOrders('{STRING}')"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"dba967c9-5e5f-476c-982b-23e12106116a","name":"Retrieves a specific purchase order by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/PurchaseOrders/{STRING}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"87fdc9cf-6f50-47e3-adc2-a4d3b382506d"}],"id":"a43abadf-224d-48a7-94fa-b73020092f0e","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>string</td>\n</tr>\n<tr>\n<td>VendorCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>OrderClientId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>InvoiceCount</td>\n<td>int</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsReceived</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>AmountIncludingVat</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>AmountExcludingVat</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>AmountOpenExcludingVat</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>ExtraVariable</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ReceivalExpected</td>\n<td>date</td>\n</tr>\n<tr>\n<td>DateCreated</td>\n<td>date</td>\n</tr>\n<tr>\n<td>LastUpdated</td>\n<td>date</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DeliveryLocation</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Reference</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LastUpdateErpLines</td>\n<td>date</td>\n</tr>\n<tr>\n<td>LastErpSync</td>\n<td>date</td>\n</tr>\n<tr>\n<td>OrderStatus</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ReceivedStatus</td>\n<td>string</td>\n</tr>\n<tr>\n<td>InvoicedStatus</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErpId</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a43abadf-224d-48a7-94fa-b73020092f0e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"PurchaseProcess","item":[{"name":"Retrieves a collection of the view PurchaseProcess.","id":"8b4a0319-94bd-4042-a8e6-d7f35a1ade7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/PurchaseProcess","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","PurchaseProcess"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b4a0319-94bd-4042-a8e6-d7f35a1ade7b"}],"id":"e645b6ab-ea5a-488b-a2b2-312398ee9e55","_postman_id":"e645b6ab-ea5a-488b-a2b2-312398ee9e55","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"Routes","item":[{"name":"Retrieves a collection of routes.","id":"a01e3ccc-911f-4350-a29e-f7b44651cb30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Routes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Routes"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isActive eq true"},{"disabled":true,"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"13484c37-678d-4d74-8f68-eaae95c45949","name":"Retrieves a collection of routes.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/Routes","host":["/"],"path":["api","v1.0","Routes"],"query":[{"key":"$filter","value":"isActive eq true","disabled":true},{"key":"$select","value":"id, companyId","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a01e3ccc-911f-4350-a29e-f7b44651cb30"},{"name":"Retrieves a specific route by its id.","id":"2a6f1e5e-3a24-41df-ae0d-43dea412d1bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Routes({{id}})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Routes({{id}})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"d4dc91da-efce-46a4-a396-81d5d86318d7","name":"Retrieves a specific route by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Routes({{id}})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"e69a8e92-534c-4ab7-8421-fdc9c606390b","name":"Retrieves a specific route by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Routes/{{id}}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"2a6f1e5e-3a24-41df-ae0d-43dea412d1bf"}],"id":"dbc69373-99a8-48db-bb9c-5f5542ae4505","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ActionId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LastActionId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>InvoiceStatus</td>\n<td>string</td>\n</tr>\n<tr>\n<td>NewStatusId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>IsSuggestion</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>IsUserRoute</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>int</td>\n</tr>\n<tr>\n<td>VendorNumbers</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>Accounts</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>Dimension1Codes</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>Dimension2Codes</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CurrentUserId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>SendToUserId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsTreated</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>DefaultText</td>\n<td>string</td>\n</tr>\n<tr>\n<td>InvoiceType</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsApproved</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsCodedInErp</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsInErp</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsPosted</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ProjectNumbers</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>IsBlocked</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsWithApprover</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsPaid</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsNilInvoice</td>\n<td>string</td>\n</tr>\n<tr>\n<td>HasPurchaseOrder</td>\n<td>string</td>\n</tr>\n<tr>\n<td>HasMatchedPurchaseOrder</td>\n<td>string</td>\n</tr>\n<tr>\n<td>HasErpLines</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"dbc69373-99a8-48db-bb9c-5f5542ae4505","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"SalesInvoices","item":[{"name":"Retrieves a collection of SalesInvoices.","id":"4c53b1a9-4a68-4107-a7e0-4513d0242721","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/SalesInvoices","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","SalesInvoices"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isDeleted eq false"},{"disabled":true,"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"1f047c70-e32a-48ed-8c97-947ef42fcb46","name":"Retrieves a collection of SalesInvoices.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/SalesInvoices","host":["/"],"path":["api","v1.0","SalesInvoices"],"query":[{"key":"$filter","value":"isDeleted eq false","disabled":true},{"key":"$select","value":"id, companyId","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4c53b1a9-4a68-4107-a7e0-4513d0242721"},{"name":"Retrieves a specific SalesInvoice by its id.","id":"656769bd-b7d6-46ed-b7e1-c4415a4fbc1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/SalesInvoices({{id}})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","SalesInvoices({{id}})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"9c21a7fe-b42d-4ce0-adcb-f9c5b78f0191","name":"Retrieves a specific SalesInvoice by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/SalesInvoices('{STRING}')"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"0db683d6-1817-486e-a5bd-9f8abb99e52f","name":"Retrieves a specific SalesInvoice by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/SalesInvoices/{STRING}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"656769bd-b7d6-46ed-b7e1-c4415a4fbc1e"}],"id":"0421546e-ff1c-4bbd-b550-5ac4e77883f8","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>RelationCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>InvoiceType</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>string</td>\n</tr>\n<tr>\n<td>WorkflowId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LedgerEntryNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DocumentManagementId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>date</td>\n</tr>\n<tr>\n<td>ImportDate</td>\n<td>date</td>\n</tr>\n<tr>\n<td>ReportingDate</td>\n<td>date</td>\n</tr>\n<tr>\n<td>IsConfidential</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>NetAmount</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>GrossAmount</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>PaymentDate</td>\n<td>date</td>\n</tr>\n<tr>\n<td>DueDate</td>\n<td>date</td>\n</tr>\n<tr>\n<td>ErpAdministrationCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>VatScenarioCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>VatCategory</td>\n<td>string</td>\n</tr>\n<tr>\n<td>PaymentTermCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>NumberOfAttachments</td>\n<td>int</td>\n</tr>\n<tr>\n<td>Period</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErrorStatus</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CodingStatus</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CodeInErp</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>CodingErrors</td>\n<td>string</td>\n</tr>\n<tr>\n<td>SourceType</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CurrentUserId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LastAction</td>\n<td>string</td>\n</tr>\n<tr>\n<td>HandlerId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsWaitingForErp</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsInErp</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsPostedInWorkflow</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsPosted</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsDisabledForAutoRouter</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>LastUpdate</td>\n<td>date</td>\n</tr>\n<tr>\n<td>LastErpLinesUpdate</td>\n<td>date</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>SourceDocumentId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>LastHistory</td>\n<td>date</td>\n</tr>\n<tr>\n<td>PaymentDateIsNotAvailable</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>PaymentReference</td>\n<td>string</td>\n</tr>\n<tr>\n<td>TargetJournal</td>\n<td>string</td>\n</tr>\n<tr>\n<td>PostingTemplateId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>ElectronicTemplateId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>VerificationMethod</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DeferredFromPeriod</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DeferredToPeriod</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DeferredGLAccount</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>date</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"0421546e-ff1c-4bbd-b550-5ac4e77883f8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"SameIban","item":[{"name":"Retrieves a collection of the view SameIBAN.","id":"35ebe1b0-d886-429c-b627-9e1c1c23497f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/SameIban","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","SameIban"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"35ebe1b0-d886-429c-b627-9e1c1c23497f"}],"id":"fa3fb178-c17f-4e7f-bd77-2cbd811c5a8f","_postman_id":"fa3fb178-c17f-4e7f-bd77-2cbd811c5a8f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"Settings","item":[{"name":"Retrieves a collection of settings.","id":"9b3933dc-8b86-484f-9480-e27038f931b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Settings?$select=id, companyId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Settings"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"module eq 'Workflow'"},{"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"1000"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"e717bab7-3675-4751-9688-b6ff86216464","name":"Retrieves a collection of settings.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/Settings","host":["/"],"path":["api","v1.0","Settings"],"query":[{"key":"$filter","value":"module eq 'Workflow'","disabled":true},{"key":"$select","value":"id, companyId","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9b3933dc-8b86-484f-9480-e27038f931b4"},{"name":"Retrieves a specific setting by its id.","id":"824d271b-29c9-4444-9db0-e42bfb9ca790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Settings('{STRING}')","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Settings('{STRING}')"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"1eaedf71-445d-4e99-83c8-e683e691c2da","name":"Retrieves a specific setting by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Settings('{STRING}')"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"d5bb85aa-2b4c-475b-aafd-30dfbb442d78","name":"Retrieves a specific setting by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Settings/{STRING}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"824d271b-29c9-4444-9db0-e42bfb9ca790"}],"id":"175a0f93-c148-459a-8f14-13c44965e832","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>TemplateId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Module</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>BooleanValue</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IntegerValue</td>\n<td>int</td>\n</tr>\n<tr>\n<td>DecimalValue</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>TextValue</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"175a0f93-c148-459a-8f14-13c44965e832","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"Tags","item":[{"name":"Retrieves a collection of tags","id":"8dee88dd-a493-414e-a07e-493f3883a843","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Tags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Tags"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"name eq 'exampleTag'"},{"disabled":true,"key":"$select","value":"id, name"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"ea623c10-a113-4260-a9f2-8f7df6ef0cf6","name":"Retrieves a collection of tags.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/Tags","host":["/"],"path":["api","v1.0","Tags"],"query":[{"key":"$filter","value":"name eq 'exampleTag'","disabled":true},{"key":"$select","value":"id, name","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8dee88dd-a493-414e-a07e-493f3883a843"},{"name":"Retrieves a specific tag by its id.","id":"f73ae441-349e-40c2-8942-37317b11a0c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Tags({{id}})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Tags({{id}})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"e54ad149-95b1-4e53-a15e-7eb001167cc1","name":"Retrieves a specific tag by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Tags ({{id}})"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"b1936008-f1a3-47e7-8c3c-e96603a2fef2","name":"Retrieves a specific tag by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Tags/{{id}}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"f73ae441-349e-40c2-8942-37317b11a0c2"}],"id":"4fc7a642-1b57-4030-ae4d-45cbbd3f396a","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>int</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"4fc7a642-1b57-4030-ae4d-45cbbd3f396a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"UserChanges","item":[{"name":"Retrieves a collection of the view UserChanges.","id":"3bac9b06-d7fc-411d-a395-4874cf0c2d12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/UserChanges","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","UserChanges"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"3bac9b06-d7fc-411d-a395-4874cf0c2d12"}],"id":"f72337d3-a6ac-4eb4-88d7-a7292d1c9697","_postman_id":"f72337d3-a6ac-4eb4-88d7-a7292d1c9697","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"Users","item":[{"name":"Retrieves a collection of users.","id":"c2b33880-51d4-4335-8445-cfa9a2ba9ca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Users"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isDeleted eq false"},{"disabled":true,"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"5ade5a23-6455-40de-a329-a252e112ced4","name":"Retrieves a collection of users.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/Users","host":["/"],"path":["api","v1.0","Users"],"query":[{"key":"$filter","value":"isDeleted eq false","disabled":true},{"key":"$select","value":"id, firstName","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c2b33880-51d4-4335-8445-cfa9a2ba9ca2"},{"name":"Retrieves a specific user by its id.","id":"08a35b73-c8b2-4024-bc96-fc913c003eed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Users('{STRING}')","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Users('{STRING}')"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"955a9182-e733-423a-a1ec-42365afdc689","name":"Retrieves a specific user by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Users('{STRING}')"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"2ddf50e8-81ff-4a03-9872-e92a8ddfca0d","name":"Retrieves a specific user by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Users/{STRING}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"08a35b73-c8b2-4024-bc96-fc913c003eed"}],"id":"a6809681-b8a6-41bb-b76c-71ce512b45c0","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Abbreviation</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>string</td>\n</tr>\n<tr>\n<td>NotificationFrequency</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LastNotification</td>\n<td>date</td>\n</tr>\n<tr>\n<td>MaySeeOtherUsers</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>MaySeeOtherCompanies</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>Selectable</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>BelongsTo</td>\n<td>string</td>\n</tr>\n<tr>\n<td>MayEditDocuments</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>MaySeeConfidentialDocuments</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>MaySeeAllDocuments</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>MaySeeAlreadySeen</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>MaximumApprovalAmount</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>ShowErpLines</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>MayDeleteAttachments</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsGroup</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>ValidateDocumentsWithoutCompany</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>SeeDocumentsWithPurchaseOrder</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>BaseRole</td>\n<td>string</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DateCreated</td>\n<td>date</td>\n</tr>\n<tr>\n<td>ContractManagementId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>ReceivesContractManagementNotifications</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>MaySeeCompanies</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>MaySeeAllCompanies</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>MayHandleCompanies</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>MayHandleAllCompanies</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>MayValidateCompanies</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>MayValidateAllCompanies</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>MayApproveCompanies</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>MayApproveAllCompanies</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>MaySignCompanies</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>MaySignAllCompanies</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>GroupLocale</td>\n<td>string</td>\n</tr>\n<tr>\n<td>MayApproveAllDocuments</td>\n<td>bool</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a6809681-b8a6-41bb-b76c-71ce512b45c0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"VatCodes","item":[{"name":"Retrieves a collection of vat codes","id":"3c28ec72-e4f4-4c44-961d-ff68f93a25aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/VatCodes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","VatCodes"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isDeleted eq false"},{"disabled":true,"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"lastSync"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"d205f7a8-44ff-458b-9189-3bddd784e2e6","name":"Retrieves a collection of vat codes","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/Users","host":["/"],"path":["api","v1.0","Users"],"query":[{"key":"$filter","value":"isDeleted eq false","disabled":true},{"key":"$select","value":"id, companyId","disabled":true},{"key":"$orderby","value":"lastSync","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3c28ec72-e4f4-4c44-961d-ff68f93a25aa"},{"name":"Retrieves a specific vat code by its id.","id":"8b2d2124-1144-4d2b-9aa7-29d7f2082496","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/VatCodes('{{id}}')","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","VatCodes('{{id}}')"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"e9c8486c-705f-4358-a2f4-e520abdd1bf5","name":"Retrieves a specific vat code by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/VatCodes('{{id}}')"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"246bfd50-728a-4f68-bcc4-a7fd3dedb025","name":"Retrieves a specific vat code by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Users/{{id}}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"8b2d2124-1144-4d2b-9aa7-29d7f2082496"}],"id":"4b75eb27-9355-45c3-8552-6488cec1d94b","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Account</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Percentage</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>VatNonDeductiblePercentage</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>IsInclusive</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>IsVatShifted</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CategoryDescription</td>\n<td>string</td>\n</tr>\n<tr>\n<td>TargetType</td>\n<td>string (Enum)</td>\n</tr>\n<tr>\n<td>LastSync</td>\n<td>DateTime</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>bool</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"4b75eb27-9355-45c3-8552-6488cec1d94b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}},{"name":"Vendors","item":[{"name":"Retrieves a collection of vendors.","id":"923cf6dc-94d4-4abe-8f13-db911f3f79ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Vendors","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Vendors"],"host":["/"],"query":[{"disabled":true,"key":"$filter","value":"isConfidential eq true"},{"disabled":true,"key":"$select","value":"id, companyId"},{"disabled":true,"key":"$orderby","value":"id"},{"disabled":true,"key":"$top","value":"10"},{"disabled":true,"key":"$skip","value":"2"},{"disabled":true,"key":"$count","value":"true"}],"variable":[]}},"response":[{"id":"be6ba85c-2f1b-4f3c-8740-1141506f6a22","name":"Retrieves a collection of vendors.","originalRequest":{"method":"GET","header":[],"url":{"raw":"//api/v1.0/Vendors","host":["/"],"path":["api","v1.0","Vendors"],"query":[{"key":"$filter","value":"isConfidential eq true","disabled":true},{"key":"$select","value":"id, companyId","disabled":true},{"key":"$orderby","value":"id","disabled":true},{"key":"$top","value":"10","disabled":true},{"key":"$skip","value":"2","disabled":true},{"key":"$count","value":"true","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"923cf6dc-94d4-4abe-8f13-db911f3f79ee"},{"name":"Retrieves a specific vendor by its id.","id":"e28dac83-3378-4af2-a5a5-9ce2825dc809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//api/v1.0/Vendors({{id}})","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}},"urlObject":{"path":["api","v1.0","Vendors({{id}})"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"7f927527-58c7-4f3d-8f9b-98f2ddb0e40c","name":"Retrieves a specific vendor by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Vendors('{STRING}')"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"e315d3a8-2125-44a8-ba97-ae7de0465bc1","name":"Retrieves a specific vendor by its id.","originalRequest":{"method":"GET","header":[],"url":"//api/v1.0/Vendors/{STRING}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"e28dac83-3378-4af2-a5a5-9ce2825dc809"}],"id":"75449cfa-17d9-4927-a1be-82a79214f46b","description":"<p>The parameters available for this endpoint are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsConfidential</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>DefaultLedgerCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DefaultVatCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DebtorNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DefaultDescription</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsCodedAutomatically</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>string</td>\n</tr>\n<tr>\n<td>VatNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>BankNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>BankCountryCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsBlocked</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>UseElectronicFundsTransfer</td>\n<td>bool</td>\n</tr>\n<tr>\n<td>DefaultCurrency</td>\n<td>string</td>\n</tr>\n<tr>\n<td>GeneralLedgerCreditors</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DefaultPaymentMethodCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DefaultVatScenarioCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>BicCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IbanNumbers</td>\n<td>string[]</td>\n</tr>\n<tr>\n<td>LastSync</td>\n<td>date</td>\n</tr>\n<tr>\n<td>VatCategory</td>\n<td>string</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>DefaultPaymentTermCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>DefaultPurchaseOrderCode</td>\n<td>string</td>\n</tr>\n<tr>\n<td>RecognitionVatNumber</td>\n<td>string</td>\n</tr>\n<tr>\n<td>RecognitionIbanNumbers</td>\n<td>string</td>\n</tr>\n<tr>\n<td>ErpId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>LastErpSync</td>\n<td>date</td>\n</tr>\n<tr>\n<td>ContractManagementId</td>\n<td>guid</td>\n</tr>\n<tr>\n<td>GAccountPercentage</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>UsesAmericanDateFormat</td>\n<td>boolean</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"75449cfa-17d9-4927-a1be-82a79214f46b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}}],"id":"3f11867f-6b4a-4f13-8b19-93b88774009e","description":"<p>Version 1.0 is the current version of the Blue10 OData API.</p>\n<p>The following collections are available:</p>\n<ul>\n<li><p>Actions</p>\n</li>\n<li><p>Articles</p>\n</li>\n<li><p>Auditlogs</p>\n</li>\n<li><p>BuyersPerVendor</p>\n</li>\n<li><p>ChangesAfterApproval</p>\n</li>\n<li><p>ChangesAfterPosting</p>\n</li>\n<li><p>Companies</p>\n</li>\n<li><p>Currencies</p>\n</li>\n<li><p>CurrencyExchangeRates</p>\n</li>\n<li><p>Customers</p>\n</li>\n<li><p>CustomTranslations</p>\n</li>\n<li><p>DeviationInvoices</p>\n</li>\n<li><p>Dimensions</p>\n</li>\n<li><p>DocumentRelations</p>\n</li>\n<li><p>DuplicateInvoicesDifferentInvoiceNumber</p>\n</li>\n<li><p>DuplicateInvoicesSameInvoiceNumber</p>\n</li>\n<li><p>ElectronicTemplates</p>\n</li>\n<li><p>GeneralLedgers</p>\n</li>\n<li><p>History</p>\n</li>\n<li><p>InvoiceErpLines</p>\n</li>\n<li><p>InvoicePackingSlips</p>\n</li>\n<li><p>InvoicesCloseToApprovalLimit</p>\n</li>\n<li><p>InvoiceTags</p>\n</li>\n<li><p>Logs</p>\n</li>\n<li><p>PackingSlips</p>\n</li>\n<li><p>PaymentTerms</p>\n</li>\n<li><p>Periods</p>\n</li>\n<li><p>PostingTemplateLines</p>\n</li>\n<li><p>PostingTemplates</p>\n</li>\n<li><p>ProcessManagement</p>\n</li>\n<li><p>Projects</p>\n</li>\n<li><p>PurchaseInvoices</p>\n</li>\n<li><p>PurchaseOrders</p>\n</li>\n<li><p>PurchaseProcess</p>\n</li>\n<li><p>Routes</p>\n</li>\n<li><p>SalesInvoices</p>\n</li>\n<li><p>SameIban</p>\n</li>\n<li><p>Settings</p>\n</li>\n<li><p>Tags</p>\n</li>\n<li><p>UserChanges</p>\n</li>\n<li><p>Users</p>\n</li>\n<li><p>VatCodes</p>\n</li>\n<li><p>Vendors</p>\n</li>\n</ul>\n","_postman_id":"3f11867f-6b4a-4f13-8b19-93b88774009e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}}],"id":"05ebc5e9-af2d-48ca-a9a5-6649bfaf1c07","description":"<p>The maximum records per page is 500. When there are more records then 500 a next page link is provided at the following parameter : @odata.nextLink.</p>\n<p>The OData query options available are:</p>\n<ul>\n<li><p>\"$filter\"</p>\n</li>\n<li><p>\"$select\"</p>\n</li>\n<li><p>\"$orderby\"</p>\n</li>\n<li><p>\"$top\"</p>\n</li>\n<li><p>\"$skip\"</p>\n</li>\n<li><p>\"$count\"</p>\n</li>\n</ul>\n<p>Furthermore it is also posible to obtain a single record from the endpoint with the id.</p>\n<p><code>Get https://odata.blue10.com/api/v1.0/{DataCollection}({id})</code></p>\n<p>or through</p>\n<p><code>Get https://odata.blue10.com/api/v1.0/{DataCollection}/{id}</code></p>\n","_postman_id":"05ebc5e9-af2d-48ca-a9a5-6649bfaf1c07","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"b301dd32-9498-4deb-976f-1966801682a2","id":"b301dd32-9498-4deb-976f-1966801682a2","name":"Blue10 OData API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]}},"event":[{"listen":"prerequest","script":{"id":"59a5ede6-4c82-4b7d-80b6-e923e0960999","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"b999c25f-c34d-4813-a3f6-a7f3f80aa60e","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"/"},{"key":"version","value":"1.0"}]}