Ga naar hoofdinhoud

WIP: Request document v2

Status: DRAFT

A document type used to request another document type from an actor.

Parameters

  • REQUIRED requestedDocumentType: The type of document requested

Examples

Example: requesting a FINANCIAL_CLAIMS_INFORMATION_DOCUMENT referenced by ID 6129876923

{
"type": "REQUEST_DOCUMENT",
"body": {
"requestedDocumentType": "FINANCIAL_CLAIMS_INFORMATION_DOCUMENT"
}
}