Organization
Response representation of the organization configuration details
address object
Represents an address.
citystring
The city for this address.
countrystring
The country that is part of the address.
line1string
The first line of the address.
line2string
The second line of the address.
postcodestring
The post code that is part of the address.
regionstring
The region that is part of the address.
decimalSeparatorstringrequired
Response representation of the decimal separator
Possible values: [COMMA, POINT]
emailAddressstring
The email address of the organization
institutionNamestringrequired
The name of the organization
localDateFormatstringrequired
The format used to represent the date
localDateTimeFormatstringrequired
The format used to represent the time and date
phoneNumberstring
The phone number of the organization
Organization
{
"address": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postcode": "string",
"region": "string"
},
"decimalSeparator": "COMMA",
"emailAddress": "string",
"institutionName": "string",
"localDateFormat": "string",
"localDateTimeFormat": "string",
"phoneNumber": "string"
}