action storecove_discovery_exists { label: "Discover Network Participant Existence" description: "Discover if a network participant exists." provider: storecove method: POST path: "/discovery/exists" encoding: json output: { type: "object" description: "A public identifier for this customer." properties: { code: { type: "string" description: "The response code." enum: ["OK", "NOK"] } email: { type: "boolean" description: "Whether or not an 'OK' response means the document will be sent via Peppol, but delivered by email. This happens in the Belgian Hermes system where all identifiers have been registered, but if the receiver hasn't registered with a service provider, the Hermes system will send a PDF created from the electronic invoice and email that. The electronic document will itself not be emailed. Also see https://einvoice.belgium.be/en/article/send-structured-invoices-all-your-customers-hermes[Hermes^]." } } } }