GuidesChangelog
HomeLog In
These docs are for v2023.1. Click to read the latest docs for v2023.2.

Organizations

Supported scenarios

  • Sync Organizations
  • Get Organization

For the business rules concerning organizations, please read Organizations.


Sync Organizations

Purpose:
Sync the information of the organizations that are registered in Floriday.


Process steps:

NRProcess stepAPI call / scenario
1Returns the maximum sequence number found in organizations.GetOrganizationsMaxSequence
2Sync all organizations with a result limit.GetOrganizationsBySequenceNumber
3The 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 Organization

Purpose:
Get the information of an organization that is registered in Floriday.


Process steps:

NRProcess stepAPI call / scenario
1AGet organization details with Floriday organization idGetOrganizationById
1BGet organization details with GLN idGetOrganizationByCompanyGln
2The retrieved organization details will be added or updated in the supplier application.