PartnerFileModel
Model used to retrieve or set information about a partner file.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Unique ID of the file in the portal (Read only). |
integer |
None. |
| CreatedPortalUtc |
Date and time when the file was created in the portal (Read only). |
date |
None. |
| FileName |
File name. This value must be unique for the customer. If another file with the same name was already uploaded you will get an error. |
string |
None. |
| FileData |
Content of the file |
Collection of byte |
None. |
| CustomFields |
Custom fields for the file. Use this to transmit arbitrary data related to the file. |
Collection of PartnerFileCustomFieldModel |
None. |