Entity: document
The document entity is used for grouping information about an attachment or document.
Example usage
Below is an example document entity, filled with some attributes. See AFD 2.0 Online for the complete and up-to-date data catalog with all available entity types and associated attributes listed under the document entity. More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS.
{
"document": [ {
"entityType": "default",
"sequenceNumber": 1,
"attachmentType": "11",
"attachmentDescription": "Offerte AO-verzekering mw. Janssen",
"fileName": "offerte710182jk",
"fileExtension": "pdf",
"content": "FSO:Hwo12S2jASHDasaKASJIgtaQtyiHzbsqq1lpfqsn..."
} ]
}
Entity types
There are no entity types within the document entity. Entities without an entity type always use “default” as the value for the mandatory
entityType attribute (see example above). The document entity corresponds to the BY, NT, VI and DS entities from AFD 1.0.


