Owner

Content

Key
Type
Description

company

string

The company behind the instance

first_name

string

The person's first name behind the instance

last_name

string

The person's last name behind the instance

address

string

The person's or company's address

zip

string

The person's or company's postcode

place

string

The person's place of living or the company's location

email

string

The person's orf company's email address

Examples

{
  "company": "Demo Firma",
  "first_name": "Jane",
  "last_name": "Doe",
  "address": "Burgstrasse 20",
  "zip": "3600",
  "place": "Thun",
  "email": "[email protected]"
}

Last updated