{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"fcf99fbf-0ef6-4191-a837-b7aded8464cc","name":"Standard - API - Documentation","description":"This documentation is build in order to showcase all the options and functions within the TRIMIT API.\n\nIn order to connect to the API you will need the following information :\n\n- **A Oauth client/secret**\n    \n    - This will be provided by TRIMIT\n        \n- **BC_Enviroment**\n    \n    - This will be Production or Sandbox(test) - Depending on what stage you are on.\n        \n- **CompanyID**\n    \n    - This is the companyID for the BC accounting company (See /Standard MS API -> GetCompanies\n        \n\n## Overview of the functions :\n\n- Get Customers\n    \n    - Read all customers\n        \n- Get Products\n    \n    - Access to Items, Masters, VarDim, Positiv/Negativ list\n        \n- Get/Post Orders\n    \n    - Submit a new order\n        \n    - Read old orders, invoices, credit memo\n        \n- Get prices\n    \n    - Get prices based on ItemNo\n        \n    - Get all Prices\n        \n- Get Inventory\n    \n    - Get full Inventory overview\n        \n    - Get Delta Inventory\n        \n    - Get locations\n        \n\n## The overview\n\nTo get a quick overview here is a list of all calls within the API, and a short description on what they do.\n\n- Standard MS API (base information)\n    \n    - Get Companies\n        \n        - Provides a list of company IDs from BC\n            \n    - Get Metadata\n        \n- Products\n    \n    - MasterData\n        \n        - Price\n            \n            - Sales Line Discount\n                \n            - GetCampagins\n                \n            - Price Group & Currency\n                \n            - Search Table Lines\n                \n            - GetCustomerPriceGroup\n                \n        - GetVarDimTypes\n            \n        - GetVarDimTypeValues\n            \n        - GetItemAttributes\n            \n        - Unit of Measure\n            \n    - Get Items\n        \n    - Get Masters\n        \n- Inventory\n    \n    - Get Locations\n        \n    - Get Inventories\n        \n    - DeltaInventory\n        \n- Customers\n    \n    - GetCustomers\n        \n    - GetContacts\n        \n    - Ship-to Address\n        \n    - Shipping Agent\n        \n    - GetSalesPersons\n        \n- SalesDocuments (Sales Orders / Open Documents - Create Order)\n    \n    - Get SalesDocuments\n        \n    - Get SalesOrders\n        \n    - Get SalesInvoices\n        \n    - Get SalesCreditMemos\n        \n    - Get SalesReturnOrders\n        \n    - Post SalesDocuments\n        \n- PostedSales (Invoiced documents)\n    \n    - Get PostedSalesDocuments\n        \n    - Get PostedSalesInvoices\n        \n    - Get PostedSalesCreditMemo\n        \n    - Get PostedSalesReturnRecords\n        \n    - Get PostedSalesShipments\n        \n    - Get ExportedDocuments\n        \n    - Post ExportedDocuments\n        \n    - Del ExportedDocuments\n        \n    - Get PostedSalesInvoices\n        \n\n## Additonal information :\n\nMost of the endpoints support normal OData conventions - Filters and guides.\n\nPlease refer to Oasis Open OData [documention](https://t.ly/iXCgf)\n\nThe most used filters can be\n\n- $filter = number eq '1000'\n    \n    - This will filter based on the selected value, here it will find all \"number\" value that is equal to 1000\n        \n- $top = 10\n    \n    - At this we limit the call to max 10 records no matter how many records the full call is, using this we will only get 10 or less.\n        \n- $skip = 10\n    \n    - We will skip the first 10 records\n        \n- $select = itemAddInfos,itemInventories\n    \n    - In this case here i only want to get the information from itemAddInfos and itemIventories","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"32688759","team":1232728,"collectionId":"fcf99fbf-0ef6-4191-a837-b7aded8464cc","publishedId":"2sB3HetPFk","public":true,"publicUrl":"https://apidocs.trimit.com","privateUrl":"https://go.postman.co/documentation/32688759-fcf99fbf-0ef6-4191-a837-b7aded8464cc","customColor":{"top-bar":"fff","right-sidebar":"212529","highlight":"FF6C37"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":""},{"name":"title","value":"TRIMIT External Intergration API"}],"appearance":{"default":"dark","themes":[{"name":"dark","logo":"https://content.pstmn.io/60c7e192-7ec4-4678-9480-d6234cdd805d/VFJJTUlUX3doaXRlLnBuZw==","colors":{"top-bar":"02015f","right-sidebar":"212529","highlight":"FF6C37"}},{"name":"light","logo":"https://content.pstmn.io/163fb00d-4049-41a9-aa3b-0afa6e891f30/VFJJTUlUX2JsYWNrLnBuZw==","colors":{"top-bar":"fff","right-sidebar":"212529","highlight":"FF6C37"}}]}},"version":"8.10.1","publishDate":"2025-08-25T07:26:46.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"TRIMIT External Intergration API","description":""},"logos":{"logoLight":"https://content.pstmn.io/163fb00d-4049-41a9-aa3b-0afa6e891f30/VFJJTUlUX2JsYWNrLnBuZw==","logoDark":"https://content.pstmn.io/60c7e192-7ec4-4678-9480-d6234cdd805d/VFJJTUlUX3doaXRlLnBuZw=="}},"statusCode":200},"environments":[{"name":"Standard Env - TRIMIT API","id":"bf75f345-49ca-4486-b89f-e64f27696486","owner":"32688759","values":[{"key":"url","value":"https://api.businesscentral.dynamics.com/v2.0/{{OAUTH_TENANT}}/{{BC_ENVIROMENT}}/ODataV4","enabled":true},{"key":"api_url","value":"https://api.businesscentral.dynamics.com/v2.0/{{OAUTH_TENANT}}/{{BC_ENVIROMENT}}/api/{{apiURL}}/companies({{companyId}})","enabled":true},{"key":"companyId","value":"","enabled":true},{"key":"productId","value":"","enabled":true},{"key":"itemNo","value":"","enabled":true},{"key":"OAUTH_SECRET","value":"","enabled":true,"type":"secret"},{"key":"OAUTH_CLIENT_ID","value":"","enabled":true,"type":"default"},{"key":"OAUTH_TENANT","value":"","enabled":true,"type":"default"},{"key":"BC_ENVIROMENT","value":"Production","enabled":true,"type":"default"},{"key":"std_url","value":"https://api.businesscentral.dynamics.com/v2.0/{{OAUTH_TENANT}}/{{BC_ENVIROMENT}}/api/v2.0/companies","enabled":true,"type":"default"},{"key":"apiURL","value":"trimit/integration/v1.1","enabled":true,"type":"default"}],"published":true}],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/7e06a1fdf9c35cc14bb5bddc0a6a630b70930e61a6f64e786b81427f7d67af40","favicon":"https://trimit.com/favicon.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"},{"label":"Standard Env - TRIMIT API","value":"32688759-bf75f345-49ca-4486-b89f-e64f27696486"}],"canonicalUrl":"https://apidocs.trimit.com/view/metadata/2sB3HetPFk"}