OData URL from an Acumatica Instance
Putting together the OData URL from an Acumatica instance
Acumatica URLs (portals and OData) are NOT case sensitive.
Below, the landing page is the URL from the Acumatica first page after a user logs to Acumatica.
Single-tenant Acumatica
From the landing page, replace what comes after the core Acumatica URL with "odata/" for Acumatica versions 2020 R1 or older, and "odatav4/" for 2020 R2 or newer.
In the example below the core Acumatica URL is acumatica.com/xyz/.
- Landing page: acumatica.com/xyz/(W(n))/Main?ScreenId=0000
- 2020 R1 or older (Odata v3 URL): acumatica.com/xyz/odata/
- 2020 R2 or newer (Odata v4 URL): acumatica.com/xyz/odatav4/
Multi-tenant Acumatica
From the landing page, replace what comes after the core Acumatica URL with "odata/" + the CompanyID code.
In the examples below the core Acumatica URL is acumatica.com/xyz/.
- Tenant Name with no spaces (ex.: "abc")
- Landing page: acum.com/xyz/(W(n))/Main?CompanyID=abc&ScreenId
- 2020 R1 or older (Odata v3 URL): acumatica.com/xyz/odata/abc/
- 2020 R2 or newer (Odata v4 URL): acumatica.com/xyz/odatav4/abc/
- Tenant Name with spaces (ex: "ab cd", for Odata replace the space with %20):
- Landing page: acum.com/xyz/(W(n))/Main?CompanyID=ab+cd&ScreenId
- 2020 R1 or older (Odata v3 URL): acumatica.com/xyz/odata/ab%20cd/
- 2020 R2 or newer (Odata v4 URL): acumatica.com/xyz/odatav4/ab%20cd/
Notes
- (W(n)): some sites will show these two URL segments, some sites will not.
- (W(n)) where n = integer.
- When the tenant name has spaces, the Acumatica URL will replace them with '+'. However, use %20 instead of + for the OData URL.
Examples:- Acumatica URL: https://acumatica.com/Main?CompanyID=DataSelf+ETL+Plus&ScreenId=DB000031
- OData URL: https://acumatica/odata/DataSelf%20ETL%20Plus/
This article
In this section
Related Content
- advanced_analytics_by_dataself
- security
- installation
- embedded_reports_dashboards
- etl
- generalledger
- configuration_customization
- general_ledger
- providex_sage100
- sales
- inventory
- metadata
- ms_sql_server
- sage_100