POST api/v1/offee/ExtendOfferConsentDate

Request Information

URI Parameters

None.

Body Parameters

ExtendOfferConsentDate
NameDescriptionTypeAdditional information
MeritAllotmentId

integer

Required

ApplicationNo

string

None.

ConsentEndDate

date

Required

UserEmailId

string

Required

Request Formats

application/json, text/json

Sample:
{
  "meritAllotmentId": 1,
  "applicationNo": "sample string 2",
  "consentEndDate": "2025-07-07T04:38:47.0121967+00:00",
  "userEmailId": "sample string 3"
}

application/xml, text/xml

Sample:
<ExtendOfferConsentDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Somaiya.Models.DTO">
  <ApplicationNo>sample string 2</ApplicationNo>
  <ConsentEndDate>2025-07-07T04:38:47.0121967+00:00</ConsentEndDate>
  <MeritAllotmentId>1</MeritAllotmentId>
  <UserEmailId>sample string 3</UserEmailId>
</ExtendOfferConsentDate>

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 'ExtendOfferConsentDate'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.