Hankintailmoitukset / hilma-api

12 stars 0 forks source link

How to publish discontinuation of the procedure with F18 form? #143

Closed joosehuo closed 1 year ago

joosehuo commented 1 year ago

Hi

Our customers are asking how to notify about discontinuation of the procedure with F18 form? TED schema does not support notifying this directly with specific field like F03 of other contract award notice but it seems Hilma has made own solution for notifying this. How / by what field / can API users send this information to Hilma?

discont

arinurkkala commented 1 year ago

EtsNoticeContract has the flag: IsCancelled with text CancelledReason. These can be set to cancel a notice as it has been done with this case.

As for TED not accepting F18 with no results, I think the official TED stance on this is to send a corrigendum notice.

joosehuo commented 1 year ago

Okey, thanks Ari!