GET api/member/Dependant/{memberid}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
memberid
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "DependantID": "sample string 1",
    "DependantName": "sample string 2",
    "DependantAccountnumber": "sample string 3",
    "Relation": "sample string 4",
    "MobileNo": "sample string 5",
    "email": "sample string 6",
    "Photo": "sample string 7",
    "ConfirmationDate": "sample string 8",
    "DateOfBirth": "sample string 9",
    "ResiAddress": "sample string 10",
    "CityR": "sample string 11",
    "PinCodeR": "sample string 12",
    "isE": "sample string 13",
    "isPE": "sample string 14"
  },
  {
    "DependantID": "sample string 1",
    "DependantName": "sample string 2",
    "DependantAccountnumber": "sample string 3",
    "Relation": "sample string 4",
    "MobileNo": "sample string 5",
    "email": "sample string 6",
    "Photo": "sample string 7",
    "ConfirmationDate": "sample string 8",
    "DateOfBirth": "sample string 9",
    "ResiAddress": "sample string 10",
    "CityR": "sample string 11",
    "PinCodeR": "sample string 12",
    "isE": "sample string 13",
    "isPE": "sample string 14"
  },
  {
    "DependantID": "sample string 1",
    "DependantName": "sample string 2",
    "DependantAccountnumber": "sample string 3",
    "Relation": "sample string 4",
    "MobileNo": "sample string 5",
    "email": "sample string 6",
    "Photo": "sample string 7",
    "ConfirmationDate": "sample string 8",
    "DateOfBirth": "sample string 9",
    "ResiAddress": "sample string 10",
    "CityR": "sample string 11",
    "PinCodeR": "sample string 12",
    "isE": "sample string 13",
    "isPE": "sample string 14"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDependantProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMSWebAPI.Model">
  <DependantProfile>
    <CityR>sample string 11</CityR>
    <ConfirmationDate>sample string 8</ConfirmationDate>
    <DateOfBirth>sample string 9</DateOfBirth>
    <DependantAccountnumber>sample string 3</DependantAccountnumber>
    <DependantID>sample string 1</DependantID>
    <DependantName>sample string 2</DependantName>
    <MobileNo>sample string 5</MobileNo>
    <Photo>sample string 7</Photo>
    <PinCodeR>sample string 12</PinCodeR>
    <Relation>sample string 4</Relation>
    <ResiAddress>sample string 10</ResiAddress>
    <email>sample string 6</email>
    <isE>sample string 13</isE>
    <isPE>sample string 14</isPE>
  </DependantProfile>
  <DependantProfile>
    <CityR>sample string 11</CityR>
    <ConfirmationDate>sample string 8</ConfirmationDate>
    <DateOfBirth>sample string 9</DateOfBirth>
    <DependantAccountnumber>sample string 3</DependantAccountnumber>
    <DependantID>sample string 1</DependantID>
    <DependantName>sample string 2</DependantName>
    <MobileNo>sample string 5</MobileNo>
    <Photo>sample string 7</Photo>
    <PinCodeR>sample string 12</PinCodeR>
    <Relation>sample string 4</Relation>
    <ResiAddress>sample string 10</ResiAddress>
    <email>sample string 6</email>
    <isE>sample string 13</isE>
    <isPE>sample string 14</isPE>
  </DependantProfile>
  <DependantProfile>
    <CityR>sample string 11</CityR>
    <ConfirmationDate>sample string 8</ConfirmationDate>
    <DateOfBirth>sample string 9</DateOfBirth>
    <DependantAccountnumber>sample string 3</DependantAccountnumber>
    <DependantID>sample string 1</DependantID>
    <DependantName>sample string 2</DependantName>
    <MobileNo>sample string 5</MobileNo>
    <Photo>sample string 7</Photo>
    <PinCodeR>sample string 12</PinCodeR>
    <Relation>sample string 4</Relation>
    <ResiAddress>sample string 10</ResiAddress>
    <email>sample string 6</email>
    <isE>sample string 13</isE>
    <isPE>sample string 14</isPE>
  </DependantProfile>
</ArrayOfDependantProfile>