POST LMS/Tendor/ModifyTenderProgress

Request Information

URI Parameters

None.

Body Parameters

TenderMappingModel
NameDescriptionTypeAdditional information
Id

integer

None.

TenderId

integer

None.

Description

string

None.

Date

date

None.

PDFUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "TenderId": 2,
  "Description": "sample string 3",
  "Date": "2025-04-29T04:12:21.5152688+05:30",
  "PDFUrl": "sample string 4"
}

application/xml, text/xml

Sample:
<TenderMappingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMOWebApi.Models.VendorPressRelease">
  <Date>2025-04-29T04:12:21.5152688+05:30</Date>
  <Description>sample string 3</Description>
  <Id>1</Id>
  <PDFUrl>sample string 4</PDFUrl>
  <TenderId>2</TenderId>
</TenderMappingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Id"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="TenderId"

2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Description"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Date"

2025-04-29T04:12:21.5152688+05:30
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="PDFUrl"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e--

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.