Appearance
getUserAddressByAddressUUID ​
Returns a single address related to a User's profile given a valid Address UUID
Request ​
http
GET /rest/user/addresses/{addressUUID}Headers ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-authtoken | Yes | Auth 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 ​
| Exception | Description |
|---|---|
WSInvalidParameterException | See Error Definitions |
WSInvalidAuthTokenException | See Error Definitions |
WSCacheServiceException | See Error Definitions |
WSIdentifierMismatchToUserRecordException | See Error Definitions |
WSHCPValidationException | See Error Definitions |
WSUserServiceException | See Error Definitions |
WSUserRecordIncompleteException | See Error Definitions |
WSAlreadyExistsException | See Error Definitions |