Organizationapiv1
General attributes and contact information for the business
address object
Description for address in OrganizationApiV1
the type of the address, eg. home, office. Deprecated.
the city
the country
the automatically generated encoded ID for this item
the index of this address when there are multiple addresses assigned for a single entity
the latitude of the address point
the first line of the address
the second line of the address
the longitude of the address point
the encoded key of the entity to whom this address belongs, for example, the client of group
the postal (zip) code of the address
the region of the address
whether this address is marked to be deleted
the date and time when this organization was created
the main contact email address for your organization
the automatically generated encoded ID for this organization
8a19b7057471f4af017472dc0fd80472the date on which this organization was last modified
the name of your organization
the main contact number for your organization
the timezone of your Mambu system, eg. 'Europe/Amsterdam'
{
"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"
}