Institute Addresses

The InstituteAddress table in the Location package is a database table that stores address information on institutes or organizations within a geographic area. The table includes columns for the institute name, address, geocoordinates, and contact information. It is used to provide marketing services or other administrative services that require a location or organization to have access to an address.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

InstituteAddressId is an integer data type field in the InstituteAddress table which acts as the unique identifier for each InstituteAddress record, allowing for easy identification and retrieval of data from the table.

string | null

The Department field in the InstituteAddress table stores the name of a department associated with an institute or organization, such as the ‘Marketing’ or ‘Human Resources’ department. It has a data type of nvarchar and a maximum length of 64 characters.

string
required
length between 1 and 128

The StreetName field in the InstituteAddress table is a nvarchar data type with a maximum length of 128 characters. It stores the name of the street that an Institute is located on.

string | null

The BuildingReference field in the InstituteAddress table is an nvarchar data type with a maximum length of 64 characters and contains the reference number for the building associated with an institute's address.

string
required
length between 1 and 64

The City field in the InstituteAddress table stores the name of the city in which an institute is located. This field is of data type nvarchar and can contain a maximum of 64 characters.

string | null

The State field of data type nvarchar with a maximum length of 64 in the InstituteAddress table is used to indicate the 2-letter abbreviation for the state associated with the institute address (e.g. CA, FL, MA).

string | null

The PostCode field in the InstituteAddress table is an nvarchar data type with a maximum length of 32 characters. The field is used to store the postcode or zip code of a particular institute's address.

string
required
length between 1 and 128

The CountryId field is an nvarchar field with a maximum length of 128 characters that stores the primary key of the country associated with an InstituteAddress in the InstituteAddress table.

string
required
length between 1 and 64

Defines the type of address on the institute.

string | null

Miscellaneous notes and information for the entry or record.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!