POST api/TechnicalTender/CreateTechnicalTender

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
TechnicalTenderModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Tender_id": 1,
  "Notification_Type": "sample string 2",
  "Tender_Type": "sample string 3",
  "Tender_Notification_No": "sample string 4",
  "Notification_Date": "2025-12-06T09:52:11.849233+05:30",
  "Description": "sample string 5",
  "Project_Code": 1,
  "PD_Project_Name": "sample string 6",
  "PD_Project_Code": "sample string 7",
  "Tender_Document": "sample string 8",
  "Publication_Document": "sample string 9",
  "Tender_Category": "sample string 10",
  "Nature_of_work": "sample string 11",
  "Value_of_work": 1,
  "EMD_AMT": 1,
  "Tender_Fee": 1,
  "Tender_Period": "sample string 12",
  "Status": 13,
  "status_name": "sample string 14"
}

application/xml, text/xml

Sample:
<TechnicalTenderModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <Description>sample string 5</Description>
  <EMD_AMT>1</EMD_AMT>
  <Nature_of_work>sample string 11</Nature_of_work>
  <Notification_Date>2025-12-06T09:52:11.849233+05:30</Notification_Date>
  <Notification_Type>sample string 2</Notification_Type>
  <PD_Project_Code>sample string 7</PD_Project_Code>
  <PD_Project_Name>sample string 6</PD_Project_Name>
  <Project_Code>1</Project_Code>
  <Publication_Document>sample string 9</Publication_Document>
  <Status>13</Status>
  <Tender_Category>sample string 10</Tender_Category>
  <Tender_Document>sample string 8</Tender_Document>
  <Tender_Fee>1</Tender_Fee>
  <Tender_Notification_No>sample string 4</Tender_Notification_No>
  <Tender_Period>sample string 12</Tender_Period>
  <Tender_Type>sample string 3</Tender_Type>
  <Tender_id>1</Tender_id>
  <Value_of_work>1</Value_of_work>
  <status_name>sample string 14</status_name>
</TechnicalTenderModels>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TechnicalTenderModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.