Get Mailing Addresses
get
/rest/apis/customer/v-model/communicationsPreferences/{accountId}/{personId}/addresses
Request
Path Parameters
-
accountId(required): string
The Account ID is a system-assigned random number that stays with an account for life.Example:
0833559999 -
personId(required): string
Person ID is a system-assigned random number that stays with a person for the life of the system.Example:
3903069999
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/xml
- application/json
200 Response
Success response
Root Schema : C1GetMailAdd
Type:
Show Source
object-
accountAddress: object
accountAddress
-
addressSource: string
Allowed Values:
[ "ACOV", "PER ", "PREM" ]Bill Address Source: * `ACOV` - Account Override, * `PER ` - Person, * `PREM` - Mailing Premise on Account -
currentMailingAddress: object
currentMailingAddress
-
numberOfOtherAccounts: number
Minimum Value:
0Maximum Value:99999Number of Accounts Linked -
personAddress: object
personAddress
-
personSeasonalAddress: array
personSeasonalAddress
-
premiseAddress: object
premiseAddress
Nested Schema : accountAddress
Type:
Show Source
object-
addressLine1: string
Maximum Length:
254Address -
addressLine2: string
Maximum Length:
254Address 2 -
addressLine3: string
Maximum Length:
254Address 3 -
addressLine4: string
Maximum Length:
254Address 4 -
city: string
Maximum Length:
90City -
country: string
Maximum Length:
3Country -
county: string
Maximum Length:
90County -
geographic: string
Maximum Length:
11Geographical Code -
houseType: string
Allowed Values:
[ "AB ", "WW " ]House Type: * `AB ` - House Boat References, * `WW ` - House Trailer Reference -
inCityLimit: boolean
In City Limit
-
number1: string
Maximum Length:
6Number 1 -
number2: string
Maximum Length:
4Number 2 -
postal: string
Maximum Length:
12Postal -
state: string
Maximum Length:
6State
Nested Schema : currentMailingAddress
Type:
Show Source
object-
addressLine1: string
Maximum Length:
254Address -
addressLine2: string
Maximum Length:
254Address 2 -
addressLine3: string
Maximum Length:
254Address 3 -
addressLine4: string
Maximum Length:
254Address 4 -
city: string
Maximum Length:
90City -
country: string
Maximum Length:
3Country -
county: string
Maximum Length:
90County -
geographic: string
Maximum Length:
11Geographical Code -
houseType: string
Allowed Values:
[ "AB ", "WW " ]House Type: * `AB ` - House Boat References, * `WW ` - House Trailer Reference -
inCityLimit: boolean
In City Limit
-
number1: string
Maximum Length:
6Number 1 -
number2: string
Maximum Length:
4Number 2 -
postal: string
Maximum Length:
12Postal -
state: string
Maximum Length:
6State
Nested Schema : personAddress
Type:
Show Source
object-
addressLine1: string
Maximum Length:
254Address -
addressLine2: string
Maximum Length:
254Address 2 -
addressLine3: string
Maximum Length:
254Address 3 -
addressLine4: string
Maximum Length:
254Address 4 -
city: string
Maximum Length:
90City -
country: string
Maximum Length:
3Country -
county: string
Maximum Length:
90County -
geographic: string
Maximum Length:
11Geographical Code -
houseType: string
Allowed Values:
[ "AB ", "WW " ]House Type: * `AB ` - House Boat References, * `WW ` - House Trailer Reference -
inCityLimit: boolean
In City Limit
-
number1: string
Maximum Length:
6Number 1 -
number2: string
Maximum Length:
4Number 2 -
postal: string
Maximum Length:
12Postal -
state: string
Maximum Length:
6State
Nested Schema : premiseAddress
Type:
Show Source
object-
addressLine1: string
Maximum Length:
254Address -
addressLine2: string
Maximum Length:
254Address 2 -
addressLine3: string
Maximum Length:
254Address 3 -
addressLine4: string
Maximum Length:
254Address 4 -
city: string
Maximum Length:
90City -
country: string
Maximum Length:
3Country -
county: string
Maximum Length:
90County -
geographic: string
Maximum Length:
11Geographical Code -
houseType: string
Allowed Values:
[ "AB ", "WW " ]House Type: * `AB ` - House Boat References, * `WW ` - House Trailer Reference -
inCityLimit: boolean
In City Limit
-
number1: string
Maximum Length:
6Number 1 -
number2: string
Maximum Length:
4Number 2 -
postal: string
Maximum Length:
12Postal -
state: string
Maximum Length:
6State
Nested Schema : items
Type:
Show Source
object-
address: object
address
-
inEffect: boolean
In Effect
-
seasonEndTime: string
Maximum Length:
4Season End -
seasonStartTime: string
Maximum Length:
4Season Start -
sequence: number
Minimum Value:
-999Maximum Value:999Sequence if the notification type is a subscription that allows for an option to be set.Example:10 -
status: string
Allowed Values:
[ "A ", "I " ]Status: * `A ` - Active, * `I ` - Inactive
Nested Schema : address
Type:
Show Source
object-
addressLine1: string
Maximum Length:
254Address -
addressLine2: string
Maximum Length:
254Address 2 -
addressLine3: string
Maximum Length:
254Address 3 -
addressLine4: string
Maximum Length:
254Address 4 -
city: string
Maximum Length:
90City -
country: string
Maximum Length:
3Country -
county: string
Maximum Length:
90County -
geographic: string
Maximum Length:
11Geographical Code -
houseType: string
Allowed Values:
[ "AB ", "WW " ]House Type: * `AB ` - House Boat References, * `WW ` - House Trailer Reference -
inCityLimit: boolean
In City Limit
-
number1: string
Maximum Length:
6Number 1 -
number2: string
Maximum Length:
4Number 2 -
postal: string
Maximum Length:
12Postal -
state: string
Maximum Length:
6State
400 Response
Bad Request
Root Schema : problemDetailDocument
Type:
Show Source
object-
detail: string
Maximum Length:
60The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0Maximum Value:9999The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction. -
problemType: string
Maximum Length:
60URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework. -
serverMessage: object
serverMessage
-
stackTrace: string
Maximum Length:
60The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object-
callSequence: string
Maximum Length:
60Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0Maximum Value:0Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999Maximum Value:99999Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60Name of the program that encountered the error.
500 Response
Internal Server Error
Root Schema : problemDetailDocument
Type:
Show Source
object-
detail: string
Maximum Length:
60The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0Maximum Value:9999The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction. -
problemType: string
Maximum Length:
60URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework. -
serverMessage: object
serverMessage
-
stackTrace: string
Maximum Length:
60The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object-
callSequence: string
Maximum Length:
60Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0Maximum Value:0Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999Maximum Value:99999Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60Name of the program that encountered the error.