Organization Data Type

Properties
name data type description
name string
personName string
email string
phoneNumber string
addressLine1 string
addressLine2 string
addressLine3 string
zipPostCode string
city string
stateProvinceCounty string
country string

Example

{
  "name" : "...",
  "personName" : "...",
  "email" : "...",
  "phoneNumber" : "...",
  "addressLine1" : "...",
  "addressLine2" : "...",
  "addressLine3" : "...",
  "zipPostCode" : "...",
  "city" : "...",
  "stateProvinceCounty" : "...",
  "country" : "..."
}