Document toolboxDocument toolbox

Appointment Search Response Object

Appointment Search Response Object Formats

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

Appointment Search Response Object Properties

PropertyTypeDescription
StatusMsgstring

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

4.3.0

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