Organizationsetup
Response representation of the organization setup details
address object
Represents an address.
The city for the address.
The country.
The address encoded key, which is unique and generated.
The index of this address in the list of addresses.
The GPS latitude of this address in signed degrees format (DDD.dddd) with 6 decimal positions, ranging from -90 to +90.
The first line of the address.
The second line of the address.
The GPS longitude of this address in signed degrees format (DDD.dddd) with 6 decimal positions, ranging from -180 to +180.
The address parent key indicating the object owning this address. For example: client, centre, or branch.
The post code.
The region for the address.
The creation date of the organization
2016-09-06T13:37:50+03:00The currency of the organization, must be the same as the existing one
The format used to represent the date
dd-MM-yyyyThe format used to represent the time and date
dd-MM-yyyy HH:mm:ssResponse representation of the decimal separator
Possible values: [COMMA, POINT]
The email address of the organization
The name of the organization
The last modified date of the organization
2016-09-06T13:37:50+03:00The phone number of the organization
The timezone id, must be the same as the existing one
{
"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"
}