These docs are for v2024.1. Click to read the latest docs for v2025.1.

Organizations

Supported organizations scenarios

  • Receiving organizations;
  • Receiving warehouses;
  • Receiving delivery conditions;
  • Receiving certificates.

For the business rules concerning organizations, please read [Organizations](doc:organisations).



Receiving organizations

Purpose:
Returns supplier organization information.


Prerequisites:

  • Requested suppliers are known in Floriday.

NRProcess stepAPI call / scenario
1Returns organizations based on id.[GetOrganizationById](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Organizations/GetOrganizationById)
2Returns organizations based on GLN.[GetOrganizationByCompanyGln](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Organizations/GetOrganizationByCompanyGln)
3 AReturns the maximum sequence number found in organizations.[GetOrganizationsMaxSequence](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Organizations/GetOrganizationsMaxSequence)
3 BReturns a list of max 1000 organizations starting from a specified sequence number.[GetOrganizationsBySequenceNumber](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Organizations/GetOrganizationsBySequenceNumber)


Receiving warehouses, delivery conditions and certificates

Purpose:
Retrieve warehouse, delivery conditions and certificate information from specified suppliers.


NRProcess stepAPI call / scenario
1Returns warehouses for the specified supplier.[GetWarehousesOfSupplierById](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Organizations/GetWarehousesOfSupplierById)
2Returns delivery conditions for the specified supplier.[GetDeliveryConditionSetOfSupplierById](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Organizations/GetDeliveryConditionSetOfSupplierById)
3Returns certificates for the specified supplier.[GetCertificatesOfSupplierById](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Organizations/GetCertificatesOfSupplierById)