Address Types

Describes a type of mail address. For example: physical, postal.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 64

The AddressTypeId field is a primary key of the AddressType table, with a data type of nvarchar, and a maximum length of 64. This field is used to uniquely identify each record in the table and ensure that each record has a unique identifier.

string
required
length between 1 and 256

The AddressType table field Description is an nvarchar data type with a maximum length of 256 characters. It is used to store a detailed description of each AddressType record, such as the intended use of the address information or any other helpful information.

string | null

Miscellaneous notes and information for the entry or record.

boolean

Mandatory is a field of data type bit in the AddressType table which is used to indicate whether an address is mandatory or not by storing a binary value of either 0 (false) or 1 (true).

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!