| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Gets or sets the Id (Assigned by the system at creation, should only be supplied for subsequent updates and actions). |
globally unique identifier |
None. |
| NoticeId |
The GUID identifying the notice that this additional detail relates to. |
globally unique identifier |
None. |
| Description |
A description of this additional detail. |
string |
Must be 1000 characters or fewer |
| DataType |
The type of this additional detail. |
AdditionalDetailType |
None. |
| DocumentType |
The document type of this additional detail. |
OCDSDocumentTypeCode |
None. |
| TextData |
The additional text (only populated when the DataType specifies AdditionalText) |
string |
None. |
| Link |
A URL link to relevant information (only populated when the DataType specifies a Link) |
string |
None. |
| MimeType |
The MIME type of an attached file (only populated when the DataType specifies a Attachment or SupplierAttachment) |
string |
Must be a valid MimeType |
| Filename |
The filename of an attached file (only populated when the DataType specifies a Attachment or SupplierAttachment) |
string |
Must be a valid Extension |
| FileContent |
The raw content of an attached file (only populated when the DataType specifies a Attachment or SupplierAttachment) |
Collection of byte |
FileContent must be smaller than 100MB before encoding. |
| AwardGuid |
Gets or sets the id of the award this item is associated with, if relevant |
globally unique identifier |
None. |