Document toolboxDocument toolbox

_Work Center Object Formats

JSON Format
 {    
    "Address": {
	    "AddrLine1": "", 
		"AddrLine2": "", 
		"AddrLine3": "", 
		"AddrLine4": "",
		"AddrType": "", 
		"City": "", 
		"Country": "", 
		"Intersection" : "",
		"Lat" : "",
		"Lon" : "",
		"Region": "", 
		"Zip": ""
	}
    "Contacts": [
        {
            "Email": "", 
            "FirstName": "", 
            "IsPrimary": true, 
            "LastName": "", 
            "Phones": [
                {
                    "PhoneNum": "", 
                    "PhoneType": ""
                }
            ]
        }
    ],
	"Name": "",
    "TimeZone": "",
	"WorkCenterID" : ""
}