POST api/v1/offee/UpdateApplicationtDetails

Request Information

URI Parameters

None.

Body Parameters

ApplicationDetails
NameDescriptionTypeAdditional information
CRM_APPLICATION_NO

string

Required

DATE_OF_BIRTH

date

Required

Passport_Date_Of_Issue

date

None.

Passport_Date_Of_Expiry

date

None.

Request Formats

application/json, text/json

Sample:
{
  "crM_APPLICATION_NO": "sample string 1",
  "datE_OF_BIRTH": "2025-09-08T13:54:49.0114281+00:00",
  "passport_Date_Of_Issue": "2025-09-08T13:54:49.0114281+00:00",
  "passport_Date_Of_Expiry": "2025-09-08T13:54:49.0114281+00:00"
}

application/xml, text/xml

Sample:
<ApplicationDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Somaiya.Models.DTO">
  <CRM_APPLICATION_NO>sample string 1</CRM_APPLICATION_NO>
  <DATE_OF_BIRTH>2025-09-08T13:54:49.0114281+00:00</DATE_OF_BIRTH>
  <Passport_Date_Of_Expiry>2025-09-08T13:54:49.0114281+00:00</Passport_Date_Of_Expiry>
  <Passport_Date_Of_Issue>2025-09-08T13:54:49.0114281+00:00</Passport_Date_Of_Issue>
</ApplicationDetails>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.