GET api/SharingDetails?DependentID={DependentID}

Documentation for 'SharingData'.

Request Information

Parameters

NameDescriptionAdditional information
DependentID
Documentation for 'DependentID'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "DependentID": "sample string 1",
    "MemberID": "sample string 2",
    "PlanNo": "sample string 3",
    "PolicyID": "sample string 4",
    "PolicyPlanID": "sample string 5",
    "PlanID": "sample string 6",
    "GpOpsShared": "sample string 7",
    "IsAmountSharedWithDependent": "sample string 8",
    "gpsharedwithinDep": "sample string 9",
    "opsharedwithinDep": "sample string 10",
    "ipsharedwithinDep": "sample string 11",
    "IndividualID": "sample string 12",
    "MemberType": "sample string 13"
  },
  {
    "DependentID": "sample string 1",
    "MemberID": "sample string 2",
    "PlanNo": "sample string 3",
    "PolicyID": "sample string 4",
    "PolicyPlanID": "sample string 5",
    "PlanID": "sample string 6",
    "GpOpsShared": "sample string 7",
    "IsAmountSharedWithDependent": "sample string 8",
    "gpsharedwithinDep": "sample string 9",
    "opsharedwithinDep": "sample string 10",
    "ipsharedwithinDep": "sample string 11",
    "IndividualID": "sample string 12",
    "MemberType": "sample string 13"
  },
  {
    "DependentID": "sample string 1",
    "MemberID": "sample string 2",
    "PlanNo": "sample string 3",
    "PolicyID": "sample string 4",
    "PolicyPlanID": "sample string 5",
    "PlanID": "sample string 6",
    "GpOpsShared": "sample string 7",
    "IsAmountSharedWithDependent": "sample string 8",
    "gpsharedwithinDep": "sample string 9",
    "opsharedwithinDep": "sample string 10",
    "ipsharedwithinDep": "sample string 11",
    "IndividualID": "sample string 12",
    "MemberType": "sample string 13"
  }
]

text/html

Sample:
[{"DependentID":"sample string 1","MemberID":"sample string 2","PlanNo":"sample string 3","PolicyID":"sample string 4","PolicyPlanID":"sample string 5","PlanID":"sample string 6","GpOpsShared":"sample string 7","IsAmountSharedWithDependent":"sample string 8","gpsharedwithinDep":"sample string 9","opsharedwithinDep":"sample string 10","ipsharedwithinDep":"sample string 11","IndividualID":"sample string 12","MemberType":"sample string 13"},{"DependentID":"sample string 1","MemberID":"sample string 2","PlanNo":"sample string 3","PolicyID":"sample string 4","PolicyPlanID":"sample string 5","PlanID":"sample string 6","GpOpsShared":"sample string 7","IsAmountSharedWithDependent":"sample string 8","gpsharedwithinDep":"sample string 9","opsharedwithinDep":"sample string 10","ipsharedwithinDep":"sample string 11","IndividualID":"sample string 12","MemberType":"sample string 13"},{"DependentID":"sample string 1","MemberID":"sample string 2","PlanNo":"sample string 3","PolicyID":"sample string 4","PolicyPlanID":"sample string 5","PlanID":"sample string 6","GpOpsShared":"sample string 7","IsAmountSharedWithDependent":"sample string 8","gpsharedwithinDep":"sample string 9","opsharedwithinDep":"sample string 10","ipsharedwithinDep":"sample string 11","IndividualID":"sample string 12","MemberType":"sample string 13"}]

application/xml, text/xml

Sample:
<ArrayOfMemberSharingDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClinicSystemAPI.Models">
  <MemberSharingDetails>
    <DependentID>sample string 1</DependentID>
    <GpOpsShared>sample string 7</GpOpsShared>
    <IndividualID>sample string 12</IndividualID>
    <IsAmountSharedWithDependent>sample string 8</IsAmountSharedWithDependent>
    <MemberID>sample string 2</MemberID>
    <MemberType>sample string 13</MemberType>
    <PlanID>sample string 6</PlanID>
    <PlanNo>sample string 3</PlanNo>
    <PolicyID>sample string 4</PolicyID>
    <PolicyPlanID>sample string 5</PolicyPlanID>
    <gpsharedwithinDep>sample string 9</gpsharedwithinDep>
    <ipsharedwithinDep>sample string 11</ipsharedwithinDep>
    <opsharedwithinDep>sample string 10</opsharedwithinDep>
  </MemberSharingDetails>
  <MemberSharingDetails>
    <DependentID>sample string 1</DependentID>
    <GpOpsShared>sample string 7</GpOpsShared>
    <IndividualID>sample string 12</IndividualID>
    <IsAmountSharedWithDependent>sample string 8</IsAmountSharedWithDependent>
    <MemberID>sample string 2</MemberID>
    <MemberType>sample string 13</MemberType>
    <PlanID>sample string 6</PlanID>
    <PlanNo>sample string 3</PlanNo>
    <PolicyID>sample string 4</PolicyID>
    <PolicyPlanID>sample string 5</PolicyPlanID>
    <gpsharedwithinDep>sample string 9</gpsharedwithinDep>
    <ipsharedwithinDep>sample string 11</ipsharedwithinDep>
    <opsharedwithinDep>sample string 10</opsharedwithinDep>
  </MemberSharingDetails>
  <MemberSharingDetails>
    <DependentID>sample string 1</DependentID>
    <GpOpsShared>sample string 7</GpOpsShared>
    <IndividualID>sample string 12</IndividualID>
    <IsAmountSharedWithDependent>sample string 8</IsAmountSharedWithDependent>
    <MemberID>sample string 2</MemberID>
    <MemberType>sample string 13</MemberType>
    <PlanID>sample string 6</PlanID>
    <PlanNo>sample string 3</PlanNo>
    <PolicyID>sample string 4</PolicyID>
    <PolicyPlanID>sample string 5</PolicyPlanID>
    <gpsharedwithinDep>sample string 9</gpsharedwithinDep>
    <ipsharedwithinDep>sample string 11</ipsharedwithinDep>
    <opsharedwithinDep>sample string 10</opsharedwithinDep>
  </MemberSharingDetails>
</ArrayOfMemberSharingDetails>