Document toolboxDocument toolbox

Account Location Work Order Estimate History Object

The Account Location Work Order Estimate History object contains properties related to search criteria. Customer's CRM system will utilize search parameters to find relevant estimate history.

 

On this page:

 

 

Account Location Work Order Estimate History Object Formats

JSON Format
{
	"Account": {
		"AccountNum": "",
		"AccountType": "",
		"Name": ""
	},
	"Assets": [{
        "AssetNum": "",
        "Desc": "",
        "FlexForms": [
            "${FlexFormID}"
        ],
        "FlexView": [{
            "ID": "",
            "Title": "GroupName1",
            "Items": [{
                "ID": "",
                "Label": "labeltext",
                "Value": "value text",
                "Delete": true
            }],
            "Delete": false
        }],
        "InServiceDate": "",
        "IsComponent": false,
        "LastServiceDate": "",
        "Location": "",
        "Mfg": "",
        "Model": "",
        "ProdNum": "",
        "SerialNum": "",
        "ServiceCodes": [],
        "ServiceCodesDesc": [],
        "Status": "",
        "Type": "",
        "Delete": false
    }],
	"Location": {
		"Address": {
			"AddrLine1": "",
			"AddrLine2": "",
			"AddrLine3": "",
			"AddrLine4": "",
			"AddrType": "",
			"City": "",
			"Country": "",
			"Intersection": "",
			"Lat": "",
			"Lon": "",
			"Region": "",
			"Zip": ""
		},
		"Contacts": [{
			"Email": "",
			"FirstName": "",
			"IsPrimary": true,
			"LastName": "",
			"Phones": [{
				"PhoneNum": "",
				"PhoneType": ""
			}]
		}],
		"Email": "",
		"LanguageID": "",
		"LocationNum": "",
		"Name": "",
		"Notes": "",
		"POReq": false,
		"ServiceAreaID": ""
		"SigReq": true,
		"StorageLocationID": ""
	},
	"UserName": ""
}

Account Location Work Order Estimate History Object Properties

(info) Required properties are in bold.

PropertyTypeDescription
Accountobject

The Account Location Related Objects Account Object object is used to identify the account the work order estimate is assigned to.

Assetscollection

Contains a collection of Asset Objects associated with the account location (address).

Locationobject

The account location identifies the actual location (address) of where the service is to be completed. For residential customers this is typically the same as the account information. However, there are cases such as in the auto insurance industry where this could be an auto body shop where a vehicle was towed after an accident. 

See: Account Location Object

UserNamestring

This property identifies the ID of the mobile worker that has been assigned to the original work order.