PUT api/TechnicalTender/UpdateTender/{Tender_id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
TechnicalTenderModel
No documentation available.

Define this parameter in the request body.

Tender_id
No documentation available.

Define this parameter in the request URI.

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-07T08:00:34.2338569+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",
  "Demand_Darft_AMT": 15,
  "Bank_Gurantee_AMT": 16,
  "Other_AMT": 17
}

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

Sample:

Sample not available.