Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Appointment Search Response Object Formats

JSON Format
{
	"StatusMsg": "",
    "TimeConstraints": [
        {
          "Desc": "",
          "Type": "",
          "Period": {
            "Start": "",
            "End": ""
          }
        }
    ]
}

Appointment Search Response Object Properties

PropertyTypeDescription
Messagestring

This optional field contains additional human readable text related to the appointment search.

4.2.0

TimeConstraintscollectionSpecifies zero or more TimeConstraint objects. Time constraints collection identifies open slot(s) available for appointments.
  • No labels