POST api/v1/offee/ExtendOfferConsentDate
Request Information
URI Parameters
None.
Body Parameters
ExtendOfferConsentDate| Name | Description | Type | Additional 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-11-02T09:37:20.5154308+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-11-02T09:37:20.5154308+00:00</ConsentEndDate> <MeritAllotmentId>1</MeritAllotmentId> <UserEmailId>sample string 3</UserEmailId> </ExtendOfferConsentDate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.