GET api/general/tendergen/TenderDetails?id={id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"TenderID": 1,
"TenderTitlePublished": "sample string 2",
"TenderFilePathPublished": "sample string 3",
"TenderDatePublished": "2026-03-31T16:43:55.3365226+05:30",
"IsNew": true,
"PublishedBy": "sample string 6",
"PublishedDate": "2026-03-31T16:43:55.3365226+05:30",
"IsPublished": true
}
application/xml, text/xml
Sample:
<CMSTenderGenView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel"> <IsNew>true</IsNew> <IsPublished>true</IsPublished> <PublishedBy>sample string 6</PublishedBy> <PublishedDate>2026-03-31T16:43:55.3365226+05:30</PublishedDate> <TenderDatePublished>2026-03-31T16:43:55.3365226+05:30</TenderDatePublished> <TenderFilePathPublished>sample string 3</TenderFilePathPublished> <TenderID>1</TenderID> <TenderTitlePublished>sample string 2</TenderTitlePublished> </CMSTenderGenView>