GET Appointment/GetAvailableSlotsAsyncParam

Request Information

URI Parameters

None.

Body Parameters

GetAvailableSlotsParams
NameDescriptionTypeAdditional information
patientId

string

None.

endpoint_Identifier

string

None.

healthcareService_reference

string

None.

serviceType_code

string

None.

referenceDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "patientId": "sample string 1",
  "endpoint_Identifier": "sample string 2",
  "healthcareService_reference": "sample string 3",
  "serviceType_code": "sample string 4",
  "referenceDate": "2026-01-14T19:36:44.4093829+00:00"
}

application/xml, text/xml

Sample:
<GetAvailableSlotsParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hosix.Business.Shared.Entidades.ReferenciaData">
  <_x003C_endpoint_Identifier_x003E_k__BackingField>sample string 2</_x003C_endpoint_Identifier_x003E_k__BackingField>
  <_x003C_healthcareService_reference_x003E_k__BackingField>sample string 3</_x003C_healthcareService_reference_x003E_k__BackingField>
  <_x003C_patientId_x003E_k__BackingField>sample string 1</_x003C_patientId_x003E_k__BackingField>
  <_x003C_referenceDate_x003E_k__BackingField>2026-01-14T19:36:44.4093829+00:00</_x003C_referenceDate_x003E_k__BackingField>
  <_x003C_serviceType_code_x003E_k__BackingField>sample string 4</_x003C_serviceType_code_x003E_k__BackingField>
</GetAvailableSlotsParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of SlotInfo
NameDescriptionTypeAdditional information
Organization_display

string

None.

Organization_reference

string

None.

Endpoint_identifier

string

None.

HealthcareService_display

string

None.

HealthcareService_reference

string

None.

ServiceType_code

string

None.

ServiceType_display

string

None.

SlotDateTime

date

None.

SlotTime

string

None.

SlotDate

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Organization_display": "sample string 1",
    "Organization_reference": "sample string 2",
    "Endpoint_identifier": "sample string 3",
    "HealthcareService_display": "sample string 4",
    "HealthcareService_reference": "sample string 5",
    "ServiceType_code": "sample string 6",
    "ServiceType_display": "sample string 7",
    "SlotDateTime": "2026-01-14T19:36:44.4252347+00:00",
    "SlotTime": "7:36 PM",
    "SlotDate": "1/14/2026"
  },
  {
    "Organization_display": "sample string 1",
    "Organization_reference": "sample string 2",
    "Endpoint_identifier": "sample string 3",
    "HealthcareService_display": "sample string 4",
    "HealthcareService_reference": "sample string 5",
    "ServiceType_code": "sample string 6",
    "ServiceType_display": "sample string 7",
    "SlotDateTime": "2026-01-14T19:36:44.4252347+00:00",
    "SlotTime": "7:36 PM",
    "SlotDate": "1/14/2026"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSlotInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hosix.Business.Shared.Entidades.ReferenciaData">
  <SlotInfo>
    <_x003C_Endpoint_identifier_x003E_k__BackingField>sample string 3</_x003C_Endpoint_identifier_x003E_k__BackingField>
    <_x003C_HealthcareService_display_x003E_k__BackingField>sample string 4</_x003C_HealthcareService_display_x003E_k__BackingField>
    <_x003C_HealthcareService_reference_x003E_k__BackingField>sample string 5</_x003C_HealthcareService_reference_x003E_k__BackingField>
    <_x003C_Organization_display_x003E_k__BackingField>sample string 1</_x003C_Organization_display_x003E_k__BackingField>
    <_x003C_Organization_reference_x003E_k__BackingField>sample string 2</_x003C_Organization_reference_x003E_k__BackingField>
    <_x003C_ServiceType_code_x003E_k__BackingField>sample string 6</_x003C_ServiceType_code_x003E_k__BackingField>
    <_x003C_ServiceType_display_x003E_k__BackingField>sample string 7</_x003C_ServiceType_display_x003E_k__BackingField>
    <_x003C_SlotDateTime_x003E_k__BackingField xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2026-01-14T19:36:44.4252347Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </_x003C_SlotDateTime_x003E_k__BackingField>
  </SlotInfo>
  <SlotInfo>
    <_x003C_Endpoint_identifier_x003E_k__BackingField>sample string 3</_x003C_Endpoint_identifier_x003E_k__BackingField>
    <_x003C_HealthcareService_display_x003E_k__BackingField>sample string 4</_x003C_HealthcareService_display_x003E_k__BackingField>
    <_x003C_HealthcareService_reference_x003E_k__BackingField>sample string 5</_x003C_HealthcareService_reference_x003E_k__BackingField>
    <_x003C_Organization_display_x003E_k__BackingField>sample string 1</_x003C_Organization_display_x003E_k__BackingField>
    <_x003C_Organization_reference_x003E_k__BackingField>sample string 2</_x003C_Organization_reference_x003E_k__BackingField>
    <_x003C_ServiceType_code_x003E_k__BackingField>sample string 6</_x003C_ServiceType_code_x003E_k__BackingField>
    <_x003C_ServiceType_display_x003E_k__BackingField>sample string 7</_x003C_ServiceType_display_x003E_k__BackingField>
    <_x003C_SlotDateTime_x003E_k__BackingField xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2026-01-14T19:36:44.4252347Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </_x003C_SlotDateTime_x003E_k__BackingField>
  </SlotInfo>
</ArrayOfSlotInfo>