POST api/tender/notice

Tenderbase Cloud Infrastructure (TCI) is a comprehensive collection of cloud services that empower you to develop and operate various applications and services within a resilient hosted environment.

Body Parameters

The search criteria.

Name
Description
Type
Additional information

SearchCriteria

Gets or sets the search criteria.

SearchCriteria

None.

Size

Gets or sets the maximum size of the results.

integer

None.

Request Formats

                                    
Sample:
{
    "searchCriteria": {
        "tenderId": "836"
    }
}
                                    
                                

Response Information

A collection of notice summaries matching the search criteria.

Name
Description
Type
Additional information

HitCount

Gets or sets the hit count.

integer

None.

Response Formats

HTTP response status code: 200

                                
Sample:
{"notice":{
    "id":"7162",
    "parentId":null,
    "tenderUniqueId":"035722-2024",
    "noticeIdentifier":"ocds-h6vhtk-04b3e6",
    "noticeStatus":"Open",
    "type":"Low Value Tender",
    "publishedDate":"2024-11-05",
    "deadlineDate":null,
    "title":"Radiation Protection Adviser Support Service",
    "description":"Radiation Protection Adviser Support Service",
    "organisationName":"United Kingdom Atomic Energy Authority",
    "valueLow":"25000.00",
    "valueHigh":"25000.00",
    "sector":null,
    "start":null,
    "end":null,
    "procedureType":null,
    "procedureTypeOther":null,
    "isSuitableForSme":"0",
    "cpvCodes":"N/A",
    "region":"N/A",
    "buyerDetails":{
        "authorityName":"United Kingdom Atomic Energy Authority",
        "contactName":"Jordan Luker",
        "contactAddress ":null,
        "contactTown":null,
        "contactTelephone":null,
        "contactWebsite":"https:\/\/uk.eu-supply.com\/app\/rfq\/rwlentrance_s.asp?PID=87296&B=UKAEA",
        "contactEmail":"Jordan.Luker@ukaea.uk"
        },
        "tenderAwards":[],
        "tenderCpvs":[
            {"categoryTitle":"Building Services Consultancy Engineering Design Services 
            Consultancy Urban Planning and Landscape Architectural Services Technical Testing 
            Analysis and Consultancy Services\/ Inspection Services",
            "cpvCode":"71317200"
            }
            ],
            "tenderLots":[
                {"227":
                {"lotId":"227"
                ,"title":null,
                "description":"The UK Atomic Energy Authority has a requirement for a 
                Radiation Protection Adviser (RPA) Service on certain matters detailed in the 
                Ionising Radiations Regulations 2017. UKAEA has established a minimum number 
                of appointed RPAs to fulfil its business needs and is looking to establish a 
                contract with interested suppliers to provide RPA support, 
                should it be required to meet minimum manning. 
                This will be on an adhoc basis.\nUKAEA is looking to hear from organisations 
                interested in supplying it this service.\nA response by close of Monday 
                18 November 2024 12:00 GMT.",
                "instruction":null,
                "rftDescription":null,
                "awardedsupplier":null,
                "additionalinfo":null,
                "attachmentDataType":null,
                "jsonField":[],
                "docs":[
                    {"attachmentDataType":null,
                    "attachmentDescription" : null
                }
            }
            ]
        }
        ],
        "tenderLocations" : ["South East"],"tenderAttachments":[],"tenderOtherAttachments":[]
    }
}