.. _milestones: Payment milestones ================== Payment information can be specified via tender `milestones` list of :ref:`Milestone ` objects .. http:example:: http/milestones/tender-post-milestones.http :code: Let's update `milestones`: .. http:example:: http/milestones/tender-patch-milestones.http :code: For multi-lot tenders every :ref:`Milestone ` object can be connected to a specific lot .. http:example:: http/milestones/tender-patch-lot-milestones.http :code: Be careful, :ref:`lot ` objects cannot be deleted while there are any connected milestones .. http:example:: http/milestones/tender-delete-lot-milestones-error.http :code: Field `sequenceNumber` should be sequence for every lot or generally for tender. If there is incorrect number in this field we will see the error: .. http:example:: http/milestones/tender-patch-lot-milestones-invalid-sequence.http :code: All milestones in tender should have the same logic, they all should be related to lots or all should be related to tender. If milestones have different relation logic, we will see the error: .. http:example:: http/milestones/tender-patch-lot-milestones-invalid-relation.http :code: