Skip to content

getUserAddressByAddressUUID ​

Returns a single address related to a User's profile given a valid Address UUID

Request ​

http
GET /rest/user/addresses/{addressUUID}

Headers ​

HeaderRequiredDescription
x-nextinteract-authtokenYesAuth token returned from loginUser

Parameters ​

addressUUID - (required) the UUID of an address in the User Identifier record.

Response ​

200 OK ​

json
{  
       "uuid":"75594f4e-d053-4c93-b045-d013d4aea3c0",
       "type":"Work",
       "typeCode":"W",
       "name":"Address 1 Name",
       "street":"Address 1 Street",
       "city":"Address 1 City",
       "suburb":"Address 1 Suburb",
       "stateCode":"AU-NSW",
       "state":"New South Wales",
       "postcode":"2000",
       "countryCode":"AU",
       "country":"AUSTRALIA",
       "email":"test@test.com",
       "phone":"phone",
       "fax":"fax",
       "mobile":"mobile",
      "department":"department",
       "division":"division",
       "jobTitle":"jobTitle"
}

Errors ​

ExceptionDescription
WSInvalidParameterExceptionSee Error Definitions
WSInvalidAuthTokenExceptionSee Error Definitions
WSCacheServiceExceptionSee Error Definitions
WSIdentifierMismatchToUserRecordExceptionSee Error Definitions
WSHCPValidationExceptionSee Error Definitions
WSUserServiceExceptionSee Error Definitions
WSUserRecordIncompleteExceptionSee Error Definitions
WSAlreadyExistsExceptionSee Error Definitions