Phone Number.
name | data type | description |
---|---|---|
phoneId | number | |
number | string | |
ext | string | |
equipType | string | |
usage | string | |
notes | string | |
order | number | |
contactType | ContactType | |
loggableView | XMLElement | Get Object that can be added to the Activity Log. |
Example
{ "phoneId" : 12345, "number" : "...", "ext" : "...", "equipType" : "...", "usage" : "...", "notes" : "...", "order" : 12345, "contactType" : "HomePhone", "loggableView" : { "document" : { "documentURI" : "...", "xmlVersion" : "...", "strictErrorChecking" : true, "xmlEncoding" : "...", "implementation" : { }, "doctype" : { }, "documentElement" : { }, "domConfig" : { }, "xmlStandalone" : true, "inputEncoding" : "...", "lastChild" : { }, "previousSibling" : { }, "textContent" : "...", "nodeValue" : "...", "attributes" : { }, "nextSibling" : { }, "prefix" : "...", "namespaceURI" : "...", "parentNode" : { }, "childNodes" : { }, "baseURI" : "...", "nodeName" : "...", "firstChild" : { }, "nodeType" : 12345, "ownerDocument" : { }, "localName" : "..." }, "namespaceURI" : "...", "loggableView" : { }, "children" : [ { }, { } ], "attributes" : { "property1" : "...", "property2" : "..." }, "text" : "...", "namespacePrefix" : "...", "name" : "..." } }