Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 5 Next »

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": ""
	}
}
  • No labels