/
_Booking Object Format

_Booking Object Format

JSON Format
{
    "OrderDate": "",
    "SchdArr": "",
    "SchdStart": "",
    "SchdEnd": "",
    "ServiceDesc": "",
    "ServiceOrg": "",
    "Tech": "",
    "Offer": {
		// Offer Object
    },
    "TechInfo": {
		"Name": "",
        "Phone": "",
        "ImageUrl": ""
    },
 	"ServiceOrgInfo": {
		"Name": "",
		"ServiceOrg": "",
		"ExtSysId": "",
		"Address": {
			"AddrLine1": "",
			"AddrLine2": "",
			"City": "",
			"Region": "",
			"PostalCode": "",
			"Country": ""
		},
		"Phone": "",
    	"Email": "",
	    "ImageUrl": ""
	}
}