URL
The base URL for all requests to version 1 of the API looks as follows:
https://{host}:8001/{languageCode}/{companyNumber}/api/v1/...
Host
The {host}
part of the URL is the address of the Monitor ERP server that you are
targeting.
Language code
The language code specifies the language that the API will scope the request to which means that any language-dependent functionality will use this language when processing.
It is case-insensitive and must be a valid ISO-639-1 (two letter) language code.
Company number
A company number is the compound of a database number and company id.
The database number is a numeric string that identifies the Monitor ERP database that you are targeting.
The company id is currently always 1
.
<database-number>.<company-id>
Ex. 004.1