Home / API Documentation

Get Address Info by Address Id

Method: GET api/v1/Account/GetAddressByAddressid?addressid={addressid}

Response Format:

application/json

Required Parameters Description Additional information
addressid
Address Id

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        {
  "addressid": 1,
  "companyid": 2,
  "companyname": "sample string 3",
  "streetnumber": "sample string 4",
  "predirection": "sample string 5",
  "streetname": "sample string 6",
  "streetsuffix": "sample string 7",
  "postdirection": "sample string 8",
  "secondaryaddress": "sample string 9",
  "city": "sample string 10",
  "state": "sample string 11",
  "postalcode": "sample string 12",
  "postalcodeex": "sample string 13",
  "countryid": 14,
  "utctimestamp": "2025-02-23T06:36:40.7880964+00:00",
  "utclastchanged": "2025-02-23T06:36:40.7880964+00:00",
  "lastchangedby": "sample string 16",
  "validationnum": "sample string 17",
  "localeid": 18,
  "suffixid": 19,
  "latitude": 20.0,
  "longitude": 21.0,
  "latlngaccuracy": 64,
  "deliverypoint": "sample string 23",
  "checkdigit": "sample string 24",
  "incitylimits": true,
  "owner": 26,
  "TAID": "sample string 27"
};