Search Person Accounts
post
https://server:port/spl/rest/apis/customer/v-model/billingContext/searchPersonAccounts
This operation lists accounts associated with a specific person record. It supports various filter options, pagination and an optional textual search across the account's identifier, the account's name if any, and premise address.
Request
There are no request parameters for this operation.
Supported Media Types
- application/xml
- application/json
Root Schema : schema
Type:
Show Source
object
-
filters: array
filters
-
httpMethod: string
Allowed Values:
[ "DELT", "GET ", "POST", "PTCH", "PUT " ]
HTTP Method * `DELT` - Delete, * `GET ` - Get, * `POST` - Post, * `PTCH` - Patch, * `PUT ` - PutExample:GET
-
limit: number
Minimum Value:
0
Maximum Value:9.99999999999999E8
LimitExample:25
-
offset: number
Minimum Value:
0
Maximum Value:9.99999999999999E8
OffsetExample:0
-
personId: string
Maximum Length:
10
Person ID is the system-assigned number for other persons related to the account.Example:4429925678
-
queryOption: string
Allowed Values:
[ "C1BS", "C1LS" ]
The service may be used to implement a basic list of accounts with minimal filtering options or a more advanced query that supports a textual search and includes also billing details. * `C1BS` - Billing Search, * `C1LS` - List
Nested Schema : items
Type:
Show Source
object
-
active: string
Allowed Values:
[ "N ", "Y " ]
Use this to restrict the list to accounts to those with an active service. * `N ` - No, * `Y ` - Yes -
mainCustomer: string
Allowed Values:
[ "N ", "Y " ]
Main Customer flag is used to restrict the list to accounts where the person in context is the main customer. * `N ` - No, * `Y ` - YesExample:Y
-
searchText: string
Maximum Length:
200
Search Text
Root Schema : schema
Type:
Show Source
object
-
filters: array
filters
-
httpMethod: string
Allowed Values:
[ "DELT", "GET ", "POST", "PTCH", "PUT " ]
HTTP Method * `DELT` - Delete, * `GET ` - Get, * `POST` - Post, * `PTCH` - Patch, * `PUT ` - PutExample:GET
-
limit: number
Minimum Value:
0
Maximum Value:9.99999999999999E8
LimitExample:25
-
offset: number
Minimum Value:
0
Maximum Value:9.99999999999999E8
OffsetExample:0
-
personId: string
Maximum Length:
10
Person ID is the system-assigned number for other persons related to the account.Example:4429925678
-
queryOption: string
Allowed Values:
[ "C1BS", "C1LS" ]
The service may be used to implement a basic list of accounts with minimal filtering options or a more advanced query that supports a textual search and includes also billing details. * `C1BS` - Billing Search, * `C1LS` - List
Nested Schema : items
Type:
Show Source
object
-
active: string
Allowed Values:
[ "N ", "Y " ]
Use this to restrict the list to accounts to those with an active service. * `N ` - No, * `Y ` - Yes -
mainCustomer: string
Allowed Values:
[ "N ", "Y " ]
Main Customer flag is used to restrict the list to accounts where the person in context is the main customer. * `N ` - No, * `Y ` - YesExample:Y
-
searchText: string
Maximum Length:
200
Search Text
Response
Supported Media Types
- application/xml
- application/json
200 Response
Success response
Root Schema : C1ActForPers
Type:
Show Source
object
-
accounts: array
accounts
The list of accounts for the person in context.
-
httpMethod: string
Allowed Values:
[ "DELT", "GET ", "POST", "PTCH", "PUT " ]
HTTP Method * `DELT` - Delete, * `GET ` - Get, * `POST` - Post, * `PTCH` - Patch, * `PUT ` - PutExample:GET
-
limit: number
Minimum Value:
0
Maximum Value:9.99999999999999E8
LimitExample:25
-
offset: number
Minimum Value:
0
Maximum Value:9.99999999999999E8
OffsetExample:0
-
totalNumberOfRecords: number
Minimum Value:
0
Maximum Value:99999
Total Number Of RecordsExample:2
Nested Schema : items
Type:
Show Source
object
-
account: object
account
-
accountName: string
Maximum Length:
254
The name of the account.Note: This information is optional and assumed to be captured as a characteristic record for the account. The characteristic type used for this purpose needs to be defined as a schema constant.
-
accountPersonRelationshipType: string
Maximum Length:
8
Account Relationship Type -
accountPersonRelationshipTypeDescription: string
Maximum Length:
1
Display string for relationship the input person has with the Billing Account.Example:Main customer
-
billingDetails: object
billingDetails
Billing information for the account. These details are only supported in search query mode.
-
isActive: boolean
Indicates whether the account is active or not.Example:
true
-
mainCustomerName: string
Maximum Length:
254
Name -
premiseDetails: object
premiseDetails
The premise used for display purposes. When multiple premises are associated with the account, the mailing premise is used.
-
serviceDetails: object
serviceDetails
The types of services associated with the account.
-
setupDate: string
(date)
The date the billing account was created. (Service often begins on that date, but doesn't have to).
Nested Schema : account
Type:
Show Source
object
-
_link: string
_link
-
accountId: string
Maximum Length:
10
The Account ID is a system-assigned random number that stays with an account for life.Example:0279948222
Nested Schema : billingDetails
Type:
object
Billing information for the account. These details are only supported in search query mode.
Show Source
-
annualBilledAmount: number
Sum billed over time period (12 months if available)Example:
200
-
billingEndDate: string
(date)
Billing End DateExample:
2021-09-01
-
billingStartDate: string
(date)
Billing Start DateExample:
2021-09-01
-
currency: string
Maximum Length:
3
Currency Code defines the currency in which the account's financial transactions are expressed.Example:USD
-
currentBalance: number
The current amount owed by the customer on the billing account (calculated value)Example:
-252.2
-
totalBalance: number
The amount the customer would need to pay to fully close the account (taking into consideration any deposits, budget billing, loans, etc.)Example:
361.64
Nested Schema : premiseDetails
Type:
object
The premise used for display purposes. When multiple premises are associated with the account, the mailing premise is used.
Show Source
-
numberOfPremises: string
Maximum Length:
5
Number of Premises related to the billing accountExample:2
-
premiseAddress1: string
Maximum Length:
254
Address -
premiseFormattedAddress: string
Maximum Length:
254
Premise InfoExample:129 Sutter St, San Francisco, CA, 94104
-
premiseId: string
Maximum Length:
10
Premise ID is a system-assigned, unique identifier that shows the primary premise associated with the service agreement.
Nested Schema : serviceDetails
Type:
object
The types of services associated with the account.
Show Source
Nested Schema : items
Type:
Show Source
object
-
serviceType: string
Maximum Length:
80
Service Type defines the type of service associated with the SA type.Example:E
400 Response
Bad Request
Root Schema : problemDetailDocument
Type:
Show Source
object
-
detail: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0
Maximum Value:9999
The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60
Fully 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:
60
URL 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:
60
The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object
-
callSequence: string
Maximum Length:
60
Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0
Maximum Value:0
Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999
Maximum Value:99999
Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60
Name of the program that encountered the error.
500 Response
Internal Server Error
Root Schema : problemDetailDocument
Type:
Show Source
object
-
detail: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0
Maximum Value:9999
The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60
Fully 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:
60
URL 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:
60
The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object
-
callSequence: string
Maximum Length:
60
Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0
Maximum Value:0
Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999
Maximum Value:99999
Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60
Name of the program that encountered the error.