| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The GUID uniquely identifying this notice. (Assigned by the system at creation, should only be supplied for subsequent updates and actions). |
globally unique identifier |
None. |
| Notice |
A Notice object containing the notice details. |
Notice |
None. |
| CreatedByUser |
The username of the intial creator of this notice. |
string |
None. |
| CreatedDate |
The date that this notice was created. |
date |
None. |
| LastUpdatedByUser |
The username of the last user to edit this notice. (Set internally - ignored for API data uploads). |
string |
None. |
| LastUpdatedDate |
The date on which this notice was last edited. (Set internally - ignored for API data uploads). |
date |
None. |
| Awards |
A collection of AwardDetail objects describing awards associated with this notice. |
Collection of AwardDetail |
None. |
| IsPublished |
A flag indicating whether this notice has been published for public viewing on the Contracts Finder online service. |
boolean |
None. |
| IsPreAwarded |
A flag indicating if this notice was created on Contracts Finder in an already awarded state. |
boolean |
None. |
| Organisation |
An OrganisationDetails object describing the buying organisation associated with this notice. (Set internally - ignored for API data uploads). |
OrganisationDetails |
None. |
| AdditionalDetails |
A list of AdditionalDetail objects describing any additional information or files attached to this notice. |
Collection of AdditionalDetail |
None. |
| WithdrawnByUser |
If the notice is withdrawn, the user that actioned the withdrawal. |
string |
None. |
| WithdrawnDate |
If the notice is withdrawn, the date of withdrawal. |
date |
None. |
| WithdrawnReason |
Reasoning if the notice has been withdrawn. |
string |
None. |
| CpvCodes |
A list of CpvCode objects identifying any CPV codes that this notice relates to. |
Collection of CpvCode |
None. |
| PublishedVersion |
A list of PublishedNoticeVersion objects describing the version history of this notice. |
Collection of PublishedNoticeVersion |
None. |
| NumberOfViews |
The number of times this notice has been viewed through Contracts Finder. |
integer |
None. |