GuidesChangelog
HomeLog In

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
2Returns a list with a maximum of 1000 contracts starting from a specified sequencenumber.GetContractsBySequenceNumber


Receiving contract attachments

Purpose:
Get contract attachments uploaded to Floriday.

Prerequisites:

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

NRProces stepsAPI call / scenario
1Returns attachment file of a specific contract (AttachmentDetails - AttachmentId)GetContractAttachmentById