| name | data type | description |
|---|---|---|
| Country | string | |
| SourceType | SituationSourceTypeEnumeration | |
| string | ||
| Phone | string | |
| Fax | string | |
| Web | string | |
| Other | string | |
| SourceMethod | SourceTypeEnum | |
| AgentReference | string | |
| Name | NaturalLanguageStringStructure | |
| SourceRole | string | |
| TimeOfCommunication | string | |
| ExternalCode | string | |
| SourceFile | string | |
| Extensions | Extensions |
Example
{
"Country" : "...",
"SourceType" : "post",
"Email" : "...",
"Phone" : "...",
"Fax" : "...",
"Web" : "...",
"Other" : "...",
"SourceMethod" : "inductionLoopMonitoringStation",
"AgentReference" : "...",
"Name" : {
"value" : "...",
"lang" : "..."
},
"SourceRole" : "...",
"TimeOfCommunication" : "...",
"ExternalCode" : "...",
"SourceFile" : "...",
"Extensions" : {
"anies" : [ {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}, {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
} ]
}
}