GuidesChangelog
HomeLog In

Connections

Supported connection scenarios

  • Receiving connections
  • Creating supplier connections
  • Removing supplier connections

For the business rules concerning connections, please read Connections.



Receiving connections

Purpose:
Receiving connections from Floriday.


Prerequisites:

  • Customer has active connections on Floriday.

NRProcess stepAPI call / scenario
1Returns list of all active connections.GetConnections
2 AReturns the maximum sequence number found in connections.GetConnectionsMaxSequence
2 BReturns a list of max 1000 connections starting from a specified sequence number.GetConnectionsBySequenceNumber


Creating a new supplier connection

Purpose:
Creating a new supplier connection on Floriday.


NRProcess stepAPI call / scenario
1Creates a new connection based on SupplierOrganisationId.CreateConnectionBySupplierOrganizationId
2Supplier will be notified on Floriday of a new connection


Deleting a connection on Floriday

Purpose:
Delete a specific connection with a supplier on Floriday.


Prerequisites:

  • Customer has an active connection with the specified supplier on Floriday.

NRProcess stepAPI call / scenario
1Removes a connection with a specified supplier based on SupplierOrganisationId.DeleteConnection
2Specified supplier will no longer have the customer as a connection but will not actively be notified by Floriday.