Skip to main content

Mapped Companies

1. Reading the API queue

Jakamo offers a way to query your integration and their mapped IDs. This supports all the integrations that you have currently active. To choose which API you want to get mapped IDs, simply select the integration username and password to retrieve this data. For example if we would use ASN in the JonasAutomotive company, we would use authorization username "JonasASN" and respective password. And for Forecast, we would use username "FORECASTJONAS" and password to get forecast mapped IDs. The address where you need to post this data depends on the environment you are using:

DEMO

GET https://demo.thejakamo.com/api/mappedcompanies

PRODUCTION

GET https://thejakamo.com/api/mappedcompanies

2. Forecast mappings

In some cases, you might want to send your forecasts to only certain companies, and to do that, you need their Jakamo IDs. To gather the IDs, you may send a GET request to get this data. Simply use your forecast user credentials and send either of these GET commands

DEMO

GET https://demo.thejakamo.com/api/mappedcompanies

PRODUCTION

GET https://thejakamo.com/api/mappedcompanies

This will return the following JSON

[
{
"CompanyName": "Steel & Thunder Ltd",
"MappedId": "Forecast-Steelandthunder-001"
}
]