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

Receiving contracts

Receiving contracts

Purpose:
Sync contract information and included contract lines from Floriday.


Prerequisites:

  • There are contracts available on the Floriday platform;
  • Contracts have the status "Approved".

NRProces stepsAPI call / scenario
1Returns the maximum sequence number found in contracts.[GetContractsMaxSequence](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Contracts/GetContractsMaxSequence)
2Returns a list with a maximum of 1000 contracts starting from a specified sequencenumber.[GetContractsBySequenceNumber](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Contracts/GetContractsBySequenceNumber)


Receiving contract attachments

Purpose:
Get contract attachments uploaded to Floriday.

Prerequisites:

  • There are contracts available on the Floriday platform;
  • Contracts have the status "Approved";
  • Contracts have attachments.

NRProces stepsAPI call / scenario
1Returns attachment file of a specific contract (AttachmentDetails - AttachmentId)[GetContractAttachmentById](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/Contracts/GetContractAttachmentById)