Contact Data Type

Describes a person who can be contacted at an organisation.

Properties
name data type description
self string URI pointing to the resource of the contact in the URN administration.
created string Date and time when the contact was created.
lastModified string Date and time when the contact was last modified.
surname string Surname of the contact.
forename string Forename of the contact.
email string Email address of the contact.
phone string Phone number of the contact.
function string Role of the contact at the organisation.
organisation string URI pointing to the organisation to which the contact belongs to.
comment string Human readable comments about the contact.

Example

{
  "self" : "http://example.org/organisations/id/1/contacts/id/1",
  "created" : "2017-03-02T15:23:16.123Z",
  "lastModified" : "2017-03-02T15:23:16.123Z",
  "surname" : "Gödel",
  "forename" : "Kurt",
  "email" : "k.goedel@example.org",
  "phone" : "+49 69 1525-0",
  "function" : "system administrator",
  "organisation" : "http://example.org/organisations/id/1",
  "comment" : "This contact is used for testing purposes only"
}