Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 9
Next »
{
"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" : ""
}
Required properties are in bold.
Property | Type | Description |
---|
Addresses | collection | A collection of Address Objects. |
Contacts | collection | a collection of Contact Objects |
Name | string | Identifies the name of the work center |
TimeZone | string | Identifies the time zone that the work center is located in. |
WorkCenterID | string | Identifies the unique ID of the work center |