POST api/v2/memberApplication/{applicationID}/submitMemberDeptPreviousScheme

Request Information

URI Parameters

NameDescriptionTypeAdditional information
applicationID

string

Required

Body Parameters

MemberApplicationDepemdantPreviousScheme
NameDescriptionTypeAdditional information
gem_memberapplication

string

None.

gem_memberapplication_dependantmediid

string

None.

gem_dependentname

string

None.

gem_schemename

string

None.

gem_fromdate

date

None.

gem_todate

date

None.

gem_reasonforleaving

string

None.

gem_membernumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberAppicationGuid": "sample string 1",
  "memberAppDeptID": "sample string 2",
  "PreviousMedicalSchemeDependentName": "sample string 3",
  "DependentPreviousMedicalSchemeName": "sample string 4",
  "DependentPreviousMedicalSchemeDateFrom": "2025-06-14T17:29:16.7550179+02:00",
  "DependentPreviousMedicalSchemeDateTo": "2025-06-14T17:29:16.7550179+02:00",
  "DependentPreviousMedicalSchemeReasonForLeaving": "sample string 5",
  "DependantMembershipNumber": "sample string 6"
}

application/xml, text/xml

Sample:
<MemberApplicationDepemdantPreviousScheme xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GEMS.Eforms.Models">
  <DependantMembershipNumber>sample string 6</DependantMembershipNumber>
  <DependentPreviousMedicalSchemeDateFrom>2025-06-14T17:29:16.7550179+02:00</DependentPreviousMedicalSchemeDateFrom>
  <DependentPreviousMedicalSchemeDateTo>2025-06-14T17:29:16.7550179+02:00</DependentPreviousMedicalSchemeDateTo>
  <DependentPreviousMedicalSchemeName>sample string 4</DependentPreviousMedicalSchemeName>
  <DependentPreviousMedicalSchemeReasonForLeaving>sample string 5</DependentPreviousMedicalSchemeReasonForLeaving>
  <MemberAppicationGuid>sample string 1</MemberAppicationGuid>
  <PreviousMedicalSchemeDependentName>sample string 3</PreviousMedicalSchemeDependentName>
  <memberAppDeptID>sample string 2</memberAppDeptID>
</MemberApplicationDepemdantPreviousScheme>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.