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.
| NR | Process step | API call / scenario | 
|---|---|---|
| 1 | Returns organizations based on id. | [GetOrganizationById](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Organizations/GetOrganizationById) | 
| 2 | Returns organizations based on GLN. | [GetOrganizationByCompanyGln](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Organizations/GetOrganizationByCompanyGln) | 
| 3 A | Returns the maximum sequence number found in organizations. | [GetOrganizationsMaxSequence](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Organizations/GetOrganizationsMaxSequence) | 
| 3 B | Returns 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.
| NR | Process step | API call / scenario | 
|---|---|---|
| 1 | Returns warehouses for the specified supplier. | [GetWarehousesOfSupplierById](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Organizations/GetWarehousesOfSupplierById) | 
| 2 | Returns delivery conditions for the specified supplier. | [GetDeliveryConditionSetOfSupplierById](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Organizations/GetDeliveryConditionSetOfSupplierById) | 
| 3 | Returns certificates for the specified supplier. | [GetCertificatesOfSupplierById](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Organizations/GetCertificatesOfSupplierById) | 
Updated 6 months ago
