Organizations
Supported scenarios
- Sync Organizations
- Get Organization
For the business rules concerning organizations, please read Business Rules - Organizations.
Sync vs GetThis page describes how to utilize both the Sync and non-sync Get endpoints. We strongly recommend using the Sync endpoints whenever possible.
Read the Best Practices for more information.
Organizations without GLN codesThe sync endpoint currently returns Organization data which is retrieved directly from Floricode. Unfortunately, Floricode still lists organization data without GLN codes. These results should be ignored, as these organizations no longer exist.
We aim to make changes to our Organization service in the near future, which will result in only returning existing and usable organizations.
Sync Organizations
Purpose
Sync the information of organizations that are registered in Floriday.
Process steps
NR | Process step | API call / scenario |
---|---|---|
1 | Returns the maximum sequence number found in organizations. | GetOrganizationsMaxSequence |
2 | Sync all organizations with a result limit. | GetOrganizationsBySequenceNumber |
3 | The retrieved organizations will be added or updated in the supplier application. | |
Determine the latest sequence number in the supplier application and repeat second step. |
Get Organizations
Purpose
Get the information of an organization that is registered in Floriday.
Process steps
NR | Process step | API call / scenario |
---|---|---|
1A | Get organization details with Floriday organization id | GetOrganizationById |
1B | Get organization details with GLN id | GetOrganizationByCompanyGln |
2 | The retrieved organization details will be added or updated in the supplier application. |
Updated 12 days ago