The type code is BD.
| lastUpdateByName | string or null  <= 255 characters   | 
| createdByName | string  <= 255 characters   | 
| fileName | string  <= 255 characters   | 
| typedId | string  | 
| lastUpdateDate | string or null <date-time>   | 
| length | integer  | 
| latestUploadStatusId | integer  | 
| version | integer  | 
| sender | string or null  <= 255 characters   | 
| createdBy | integer  | 
| recipients | string or null  <= 255 characters   | 
| sentViaEmail | boolean  | 
| userGroupEdit | string or null  <= 255 characters   | 
| userGroupViewDetails | string or null  <= 255 characters   | 
| contentType | string  <= 255 characters   | 
| embeddedOwner | string or null  <= 255 characters   | 
| createDate | string <date-time>   | 
| lastUpdateBy | integer  | 
{- "lastUpdateByName": "string",
 - "createdByName": "string",
 - "fileName": "string",
 - "typedId": "string",
 - "lastUpdateDate": "2019-08-24T14:15:22Z",
 - "length": 0,
 - "latestUploadStatusId": 0,
 - "version": 0,
 - "sender": "string",
 - "createdBy": 0,
 - "recipients": "string",
 - "sentViaEmail": true,
 - "userGroupEdit": "string",
 - "userGroupViewDetails": "string",
 - "contentType": "string",
 - "embeddedOwner": "string",
 - "createDate": "2019-08-24T14:15:22Z",
 - "lastUpdateBy": 0
 
}