Add invalidation date to all basic sell procedures
- After procedure editing during rectification period bids statuses changes to 'invalid'
- Brokers need to inform their customers about invalidation and changes
- Add rectificationPeriod.invalidationDate field, which is autogenerated after invalidation of all bids
3.1 Procedure has no field before invalidation
3.2 rectificationPeriod.invalidationDate updates after each invalidation 3.3 If there are no bids, rectificationPeriod.invalidationDate also appears (so there is no possibility to know if there are bidders in procedure)
Before invalidation: "rectificationPeriod": { "endDate": "2022-02-12T16:00:00.000000Z", "startDate": "2021-08-31T09:57:42.652000Z" }
After invalidation: "rectificationPeriod": { "endDate": "2022-02-12T16:00:00.000000Z", "startDate": "2021-08-31T09:57:42.652000Z", "invalidationDate": "2021-09-01T09:57:42.652000Z"
}
Edited by Oleksandr Akulenko