| 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 | 
Example
{
  "Country" : "...",
  "SourceType" : "post",
  "Email" : "...",
  "Phone" : "...",
  "Fax" : "...",
  "Web" : "...",
  "Other" : "...",
  "SourceMethod" : "automobileClubPatrol",
  "AgentReference" : "...",
  "Name" : {
    "value" : "...",
    "lang" : "..."
  },
  "SourceRole" : "...",
  "TimeOfCommunication" : "...",
  "ExternalCode" : "...",
  "SourceFile" : "..."
}