GET api/CMS/tender/TenderByID?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,
"TenderTitleDraft": "sample string 2",
"TenderTitlePublished": "sample string 3",
"TenderDateDraft": "2026-03-31T16:42:23.6479157+05:30",
"TenderDatePublished": "2026-03-31T16:42:23.6479157+05:30",
"TenderFilePathDraft": "sample string 6",
"TenderFilePathPublished": "sample string 7",
"IsNew": true,
"DraftedBy": "sample string 9",
"DraftDate": "2026-03-31T16:42:23.6479157+05:30",
"PublishedBy": "sample string 11",
"PublishedDate": "2026-03-31T16:42:23.6479157+05:30",
"IsDraft": true,
"IsPublished": true,
"ViewCount": 15
}
application/xml, text/xml
Sample:
<utblCMSTender xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model"> <DraftDate>2026-03-31T16:42:23.6479157+05:30</DraftDate> <DraftedBy>sample string 9</DraftedBy> <IsDraft>true</IsDraft> <IsNew>true</IsNew> <IsPublished>true</IsPublished> <PublishedBy>sample string 11</PublishedBy> <PublishedDate>2026-03-31T16:42:23.6479157+05:30</PublishedDate> <TenderDateDraft>2026-03-31T16:42:23.6479157+05:30</TenderDateDraft> <TenderDatePublished>2026-03-31T16:42:23.6479157+05:30</TenderDatePublished> <TenderFilePathDraft>sample string 6</TenderFilePathDraft> <TenderFilePathPublished>sample string 7</TenderFilePathPublished> <TenderID>1</TenderID> <TenderTitleDraft>sample string 2</TenderTitleDraft> <TenderTitlePublished>sample string 3</TenderTitlePublished> <ViewCount>15</ViewCount> </utblCMSTender>