Skip to main content

Organizationapiv1

General attributes and contact information for the business

address object

Description for address in OrganizationApiV1

addressTypestring

the type of the address, eg. home, office. Deprecated.

citystring

the city

countrystring

the country

encodedKeystring

the automatically generated encoded ID for this item

indexInListinteger

the index of this address when there are multiple addresses assigned for a single entity

latitudenumber

the latitude of the address point

line1string

the first line of the address

line2string

the second line of the address

longitudenumber

the longitude of the address point

parentKeystring

the encoded key of the entity to whom this address belongs, for example, the client of group

postcodestring

the postal (zip) code of the address

regionstring

the region of the address

toBeDeletedboolean

whether this address is marked to be deleted

creationDatestring

the date and time when this organization was created

emailAddressstring

the main contact email address for your organization

encodedKeystring

the automatically generated encoded ID for this organization

Example: 8a19b7057471f4af017472dc0fd80472
lastModifiedDatestring

the date on which this organization was last modified

namestring

the name of your organization

phoneNostring

the main contact number for your organization

timeZoneIDstring

the timezone of your Mambu system, eg. 'Europe/Amsterdam'

Organizationapiv1
{
"address": {
"addressType": "string",
"city": "string",
"country": "string",
"encodedKey": "string",
"indexInList": 0,
"latitude": 0,
"line1": "string",
"line2": "string",
"longitude": 0,
"parentKey": "string",
"postcode": "string",
"region": "string",
"toBeDeleted": true
},
"creationDate": "string",
"emailAddress": "string",
"encodedKey": "8a19b7057471f4af017472dc0fd80472",
"lastModifiedDate": "string",
"name": "string",
"phoneNo": "string",
"timeZoneID": "string"
}