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".
NR | Proces steps | API call / scenario |
---|---|---|
1 | Returns the maximum sequence number found in contracts. | GetContractsMaxSequence |
2 | Returns 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.
NR | Proces steps | API call / scenario |
---|---|---|
1 | Returns attachment file of a specific contract (AttachmentDetails - AttachmentId) | GetContractAttachmentById |
Updated about 1 month ago