You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we don't have unique ids for bids and lots. They don't have UUIDs in opentender.eu data so we didn't gave them any either.
However, since we generally use the contract (i.e. the winning bid) it would be nice to have a unique persistent identifier for the bids and lots in order to have an endpoint like /tenders/:tenderID/lots/:lotID/bids/:bidID.
I assumed they didn't have UUIDs because they can't be uniquely identified but I never checked:
Can lots be uniquely identified within a tender by cotractNumber?
Can winning bids be uniquely indentified within a tender by xTEDCANID?
The text was updated successfully, but these errors were encountered:
Currently we don't have unique ids for bids and lots. They don't have UUIDs in opentender.eu data so we didn't gave them any either.
However, since we generally use the contract (i.e. the winning bid) it would be nice to have a unique persistent identifier for the bids and lots in order to have an endpoint like
/tenders/:tenderID/lots/:lotID/bids/:bidID
.I assumed they didn't have UUIDs because they can't be uniquely identified but I never checked:
cotractNumber
?xTEDCANID
?The text was updated successfully, but these errors were encountered: