| Name | Type | Description | Additional information |
|---|---|---|---|
| tbGuid | Guid | The Guid of the termbase | |
| entryId | Int32 | The id of the termbase entry | |
| metaname | String | The name of the meta property |
| Name | Type | Description |
|---|---|---|
| Buffer | Byte[] | Obligatory; The byte array of the file. |
| FileName | String | Obligatory; The name of the file. |
| MediaType | String | Obligatory; The media type of the file. |
{
"FileName": "image.png",
"MediaType": "image/png",
"Buffer": "QEBA"
}