Document toolboxDocument toolbox

_Appointment Search Response Object Formats

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