Skip to main content

Organizationsetup

Response representation of the organization setup details

address object

Represents an address.

citystring

The city for the address.

countrystring

The country.

encodedKeystring

The address encoded key, which is unique and generated.

indexInListinteger<int32>

The index of this address in the list of addresses.

latitudenumber

The GPS latitude of this address in signed degrees format (DDD.dddd) with 6 decimal positions, ranging from -90 to +90.

line1string

The first line of the address.

line2string

The second line of the address.

longitudenumber

The GPS longitude of this address in signed degrees format (DDD.dddd) with 6 decimal positions, ranging from -180 to +180.

parentKeystring

The address parent key indicating the object owning this address. For example: client, centre, or branch.

postcodestring

The post code.

regionstring

The region for the address.

creationDatestring<date-time>

The creation date of the organization

Example: 2016-09-06T13:37:50+03:00
currencystring

The currency of the organization, must be the same as the existing one

dateFormatstringrequired

The format used to represent the date

Example: dd-MM-yyyy
dateTimeFormatstringrequired

The format used to represent the time and date

Example: dd-MM-yyyy HH:mm:ss
decimalSeparatorstringrequired

Response representation of the decimal separator

Possible values: [COMMA, POINT]

emailAddressstring

The email address of the organization

institutionNamestringrequired

The name of the organization

lastModifiedDatestring<date-time>

The last modified date of the organization

Example: 2016-09-06T13:37:50+03:00
phoneNumberstring

The phone number of the organization

timeZoneIDstring

The timezone id, must be the same as the existing one

Organizationsetup
{
"address": {
"city": "string",
"country": "string",
"encodedKey": "string",
"indexInList": 0,
"latitude": 0,
"line1": "string",
"line2": "string",
"longitude": 0,
"parentKey": "string",
"postcode": "string",
"region": "string"
},
"creationDate": "2016-09-06T13:37:50+03:00",
"currency": "string",
"dateFormat": "dd-MM-yyyy",
"dateTimeFormat": "dd-MM-yyyy HH:mm:ss",
"decimalSeparator": "COMMA",
"emailAddress": "string",
"institutionName": "string",
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"phoneNumber": "string",
"timeZoneID": "string"
}