eSeal data object
For sealing an eCMR, that must include some metadata:
We need to seal the ecmr AND some metadata including the personname (Who sealed the document) and a timestamp.
Please create a new class "sealedeCMR" that contains metadata (a 2nd new class) and the ecmr.
{
„metadata“: {
„sealer“: „Max Mustermann“,
„timestamp“: „2024-11-13T08:41:00Z“
},
„ecmr“: {
…
}
}
Edited by Jens Leveling