Additional services

Supported scenarios

  • Sync Additional services.
  • Get Additional services.

For the business rules concerning additional services, please read Business Rules - Additional services.

πŸ“˜

Sync vs Get

This 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.


Sync Additional services


Purpose

Sync the information of additional services of the warehouse(s) which the supplier organization is authorized to use.


Prerequisites

  • The user has inserted one or more warehouse(s) in the Floriday application;
  • The user has inserted one or more additional service(s) in the Floriday application.

Process Steps

NRProcess stepAPI call / scenario
1Get commercial service types.GetCommercialServiceTypes
2The retrieved commercial service types will be added or updated in the supplier application.
3Get highest max sequencenumber found in additional services.GetAdditionalServicesMaxSequence
4Sync additional servicesGetAdditionalServiceBySequenceNumber
5The retrieved additional services with additional servicedetails will be added or updated in the supplier application with a reference to the warehouse(s).


Get Additional services


Purpose

Get the information of the additional services of the warehouse(s) which the supplier organization is authorized to use.


Prerequisites

  • The user has inserted one or more warehouse(s) in the Floriday application;
  • The user has inserted one or more additional service(s) in the Floriday application.

Process steps

NRProcess stepAPI call / scenario
1Get commercial service types.GetCommercialServiceTypes
2The retrieved commercial service types will be added or updated in the supplier application.
3AGet additional services.GetAdditionalServices
3BGet additional service by ID.GetAdditionalServiceById
4The retrieved additional services with additional servicedetails will be added or updated in the supplier application with a reference to the warehouse(s).