Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space MOBUD and version 3
Code Block
languagejs
titleJSON Format
linenumberstrue
collapsetrue
{
	"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
    	}],
	"FlexAttrs": {
		"${FlexFormID}": {
			"${FlexAttrID}": ["", ""]
		}
	},
	"FlexForms": [
		"${FlexFormID}",
		"${FlexFormID}"
	],
	"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": ""
	},
	"OrderType": "",
	"OriginalOrderNum": "",
	"RequiredParts": [{
		"EstimatedDelivery": "2014-12-18T10:00:00.000Z",
		"Parts": [{
			"PartNum": "",
			"PartStatus": "{free text}",
			"Price": 0.0,
			"ShipToLocation": "",
			"SupersededParts": [{
				"PartNum": "",
				"PartStatus": "{free text}",
				"ProdAttrs": {
					"Desc": "",
					"IsBatch": false,
					"IsInvCtrl": false,
					"IsSerialized": false,
					"ProdType": "1001"
				},
				"Qty": 10.0
			}],
		}],
		"ShipToLocationUrgency": ""
		}]
	}],
	"TimeConstraints": [{
		"Desc": "",
		"Type": "",
		"Period": {
			"Start": "",
			"End": ""
		}
	}],
	"UserName": ""
}