POST v1/api/enrollee/getEnrolleeDeatilsByEncrypted

Request Information

URI Parameters

None.

Body Parameters

getEnrolleeDeatilsByEncryptedRequest
NameDescriptionTypeAdditional information
encryted

string

None.

device_id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "encryted": "sample string 1",
  "device_id": "sample string 2"
}

application/xml, text/xml

Sample:
<getEnrolleeDeatilsByEncryptedRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/enrrolleeApp.Models.api_Main.getDetailsByEnrolleeNo">
  <device_id>sample string 2</device_id>
  <encryted>sample string 1</encryted>
</getEnrolleeDeatilsByEncryptedRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"encryted":"sample string 1","device_id":"sample string 2"}

Response Information

Resource Description

getDetailsByEnrolleeNoResult
NameDescriptionTypeAdditional information
success

boolean

None.

errorMsg

string

None.

memberType

string

None.

webPix

string

None.

mobileNo

string

None.

title

string

None.

enrolleeNo

string

None.

surname

string

None.

otherName

string

None.

principalName

string

None.

dob

string

None.

schemeName

string

None.

schemeNameType

string

None.

maritalStatus

string

None.

gender

string

None.

startDate

string

None.

expiryDate

string

None.

emailAddress

string

None.

status

string

None.

parent_cif

integer

None.

other_dob

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errorMsg": "sample string 2",
  "memberType": "sample string 3",
  "webPix": "sample string 4",
  "mobileNo": "sample string 5",
  "title": "sample string 6",
  "enrolleeNo": "sample string 7",
  "surname": "sample string 8",
  "otherName": "sample string 9",
  "principalName": "sample string 10",
  "dob": "sample string 11",
  "schemeName": "sample string 12",
  "schemeNameType": "sample string 13",
  "maritalStatus": "sample string 14",
  "gender": "sample string 15",
  "startDate": "sample string 16",
  "expiryDate": "sample string 17",
  "emailAddress": "sample string 18",
  "status": "sample string 19",
  "parent_cif": 20,
  "other_dob": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<getDetailsByEnrolleeNoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/enrrolleeApp.Models.getDetailsByEnrolleeNo">
  <dob>sample string 11</dob>
  <emailAddress>sample string 18</emailAddress>
  <enrolleeNo>sample string 7</enrolleeNo>
  <errorMsg>sample string 2</errorMsg>
  <expiryDate>sample string 17</expiryDate>
  <gender>sample string 15</gender>
  <maritalStatus>sample string 14</maritalStatus>
  <memberType>sample string 3</memberType>
  <mobileNo>sample string 5</mobileNo>
  <otherName>sample string 9</otherName>
  <other_dob xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </other_dob>
  <parent_cif>20</parent_cif>
  <principalName>sample string 10</principalName>
  <schemeName>sample string 12</schemeName>
  <schemeNameType>sample string 13</schemeNameType>
  <startDate>sample string 16</startDate>
  <status>sample string 19</status>
  <success>true</success>
  <surname>sample string 8</surname>
  <title>sample string 6</title>
  <webPix>sample string 4</webPix>
</getDetailsByEnrolleeNoResult>

text/html

Sample:
{"success":true,"errorMsg":"sample string 2","memberType":"sample string 3","webPix":"sample string 4","mobileNo":"sample string 5","title":"sample string 6","enrolleeNo":"sample string 7","surname":"sample string 8","otherName":"sample string 9","principalName":"sample string 10","dob":"sample string 11","schemeName":"sample string 12","schemeNameType":"sample string 13","maritalStatus":"sample string 14","gender":"sample string 15","startDate":"sample string 16","expiryDate":"sample string 17","emailAddress":"sample string 18","status":"sample string 19","parent_cif":20,"other_dob":["sample string 1","sample string 2"]}