GET Appointment/GetInsurancePlansAsync

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of InsurancePlanInfo
NameDescriptionTypeAdditional information
InsurancePlan_reference

string

None.

InsurancePlan_display

string

None.

RequiresSN

boolean

None.

CaptionSN

string

None.

Coverage_class

string

None.

InsurancePlan_ownedBy_reference

string

None.

InsurancePlan_ownedBy_display

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "InsurancePlan_reference": "sample string 1",
    "InsurancePlan_display": "sample string 2",
    "RequiresSN": true,
    "CaptionSN": "sample string 4",
    "Coverage_class": "sample string 5",
    "InsurancePlan_ownedBy_reference": "sample string 6",
    "InsurancePlan_ownedBy_display": "sample string 7"
  },
  {
    "InsurancePlan_reference": "sample string 1",
    "InsurancePlan_display": "sample string 2",
    "RequiresSN": true,
    "CaptionSN": "sample string 4",
    "Coverage_class": "sample string 5",
    "InsurancePlan_ownedBy_reference": "sample string 6",
    "InsurancePlan_ownedBy_display": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfInsurancePlanInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hosix.Business.Shared.Entidades.ReferenciaData">
  <InsurancePlanInfo>
    <_x003C_CaptionSN_x003E_k__BackingField>sample string 4</_x003C_CaptionSN_x003E_k__BackingField>
    <_x003C_Coverage_class_x003E_k__BackingField>sample string 5</_x003C_Coverage_class_x003E_k__BackingField>
    <_x003C_InsurancePlan_display_x003E_k__BackingField>sample string 2</_x003C_InsurancePlan_display_x003E_k__BackingField>
    <_x003C_InsurancePlan_ownedBy_display_x003E_k__BackingField>sample string 7</_x003C_InsurancePlan_ownedBy_display_x003E_k__BackingField>
    <_x003C_InsurancePlan_ownedBy_reference_x003E_k__BackingField>sample string 6</_x003C_InsurancePlan_ownedBy_reference_x003E_k__BackingField>
    <_x003C_InsurancePlan_reference_x003E_k__BackingField>sample string 1</_x003C_InsurancePlan_reference_x003E_k__BackingField>
    <_x003C_RequiresSN_x003E_k__BackingField>true</_x003C_RequiresSN_x003E_k__BackingField>
  </InsurancePlanInfo>
  <InsurancePlanInfo>
    <_x003C_CaptionSN_x003E_k__BackingField>sample string 4</_x003C_CaptionSN_x003E_k__BackingField>
    <_x003C_Coverage_class_x003E_k__BackingField>sample string 5</_x003C_Coverage_class_x003E_k__BackingField>
    <_x003C_InsurancePlan_display_x003E_k__BackingField>sample string 2</_x003C_InsurancePlan_display_x003E_k__BackingField>
    <_x003C_InsurancePlan_ownedBy_display_x003E_k__BackingField>sample string 7</_x003C_InsurancePlan_ownedBy_display_x003E_k__BackingField>
    <_x003C_InsurancePlan_ownedBy_reference_x003E_k__BackingField>sample string 6</_x003C_InsurancePlan_ownedBy_reference_x003E_k__BackingField>
    <_x003C_InsurancePlan_reference_x003E_k__BackingField>sample string 1</_x003C_InsurancePlan_reference_x003E_k__BackingField>
    <_x003C_RequiresSN_x003E_k__BackingField>true</_x003C_RequiresSN_x003E_k__BackingField>
  </InsurancePlanInfo>
</ArrayOfInsurancePlanInfo>