PEPPOL - Receive
PEPPOL - Receive (ReceivePull Business Function)
Summary
Client Usage
Minimal
const result = app.businessFunction({
functionName: "Peppol",
methodName: "ReceivePull"
});With optional inbox override
const result = app.businessFunction({
functionName: "Peppol",
methodName: "ReceivePull",
inboxId: "89c5026c-23ce-4542-b0b1-4b750c5737f2"
});With optional notBefore
Request Fields
Optional
Backend Route
Response (shape)
Notes
Last updated