Search Service Point

post

/rest/apis/customer/v-model/servicePointSearch/

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/xml ()
Root Schema : schema
Type: object
Show Source
  • Maximum Length: 10
    Account ID defines the account that is financially responsible for the service agreement.
    Example: 5922116763
  • filters
  • Minimum Value: 0
    Maximum Value: 9.99999999999999E8
    Limit determines the page size, or maximum number of results, of the search query.
    Example: 20
  • Minimum Value: 0
    Maximum Value: 9.99999999999999E8
    Offset determines the starting point of results to return for the search query.
    Example: 0
  • Maximum Length: 10
    Person ID is the system-assigned, unique identifier for persons related to the account.
  • Maximum Length: 10
    Premise ID is a system-assigned, unique identifier for the primary premise associated with the service agreement.
    Example: 3364881208
Nested Schema : filters
Type: object
Show Source
  • Maximum Length: 200
    Search Text flag is used to further filter by premise id, person id or account id provided in inputs.
    Example: 1 1 North-East
  • Maximum Length: 80
    Service Type defines the type of service associated with the Service Agreement type.
    Example: E
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Maximum Length: 10
    Account ID defines the account that is financially responsible for the service agreement.
    Example: 5922116763
  • filters
  • Minimum Value: 0
    Maximum Value: 9.99999999999999E8
    Limit determines the page size, or maximum number of results, of the search query.
    Example: 20
  • Minimum Value: 0
    Maximum Value: 9.99999999999999E8
    Offset determines the starting point of results to return for the search query.
    Example: 0
  • Maximum Length: 10
    Person ID is the system-assigned, unique identifier for persons related to the account.
  • Maximum Length: 10
    Premise ID is a system-assigned, unique identifier for the primary premise associated with the service agreement.
    Example: 3364881208
Nested Schema : filters
Type: object
Show Source
  • Maximum Length: 200
    Search Text flag is used to further filter by premise id, person id or account id provided in inputs.
    Example: 1 1 North-East
  • Maximum Length: 80
    Service Type defines the type of service associated with the Service Agreement type.
    Example: E
Back to Top

Response

Supported Media Types

200 Response

Success response
Body ()
Root Schema : C1ServPtSrch
Type: object
Show Source
Nested Schema : servicePointList
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
  • Maximum Length: 10
    Service Point ID
    Example: 9658065725
  • Maximum Length: 254
    The premise address in a formatted presentation that can be displayed to customers.
    Example: 129 Sutter St, San Francisco, CA, 94104
  • Maximum Length: 10
    Premise ID is a system-assigned, unique identifier for the primary premise associated with the service agreement.
    Example: 3364881208
  • Maximum Length: 10
    Service Point ID is a system assigned random number that defines a service point record.
  • Maximum Length: 30
    The Service Point Type defines specific types of service points at which service is delivered.
    Example: E-RES (C2MO)
  • Maximum Length: 60
    The description for the service point type that can be displayed to customers.
    Example: Electric-Residential (C2MO)
  • Maximum Length: 80
    Service Type defines the type of service associated with the Service Agreement type.
    Example: E
  • Maximum Length: 60
    The description for the service type that can be displayed to customers.
    Example: Electric
  • Maximum Length: 10
    The Olson timezone name as defined in the Utility's installation setting that indicates when the usage occurred.
  • Maximum Length: 50
    The description of the time zone that can be displayed to customers.

400 Response

Bad Request
Body ()
Root Schema : problemDetailDocument
Type: object
Show Source
  • Maximum Length: 60
    The long message description from the Oracle Utilities Application Framework in CDATA format.
  • Minimum Value: 0
    Maximum Value: 9999
    The HTTP Status code for the error.
  • 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.
  • 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
  • Maximum Length: 60
    The stack trace shows where the error occurs during the execution of a program.
  • Maximum Length: 60
    Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type: object
Show Source
  • Maximum Length: 60
    Delimited sequence of programs called.
  • Maximum Length: 60
    The long message description from the Oracle Utilities Application Framework in CDATA format.
  • Minimum Value: 0
    Maximum Value: 0
    Message Category within Oracle Utilities Application Framework.
  • Minimum Value: -99999
    Maximum Value: 99999
    Message Number within Oracle Utilities Application Framework.
  • Maximum Length: 60
    Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
  • Maximum Length: 60
    Name of the program that encountered the error.

500 Response

Internal Server Error
Body ()
Root Schema : problemDetailDocument
Type: object
Show Source
  • Maximum Length: 60
    The long message description from the Oracle Utilities Application Framework in CDATA format.
  • Minimum Value: 0
    Maximum Value: 9999
    The HTTP Status code for the error.
  • 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.
  • 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
  • Maximum Length: 60
    The stack trace shows where the error occurs during the execution of a program.
  • Maximum Length: 60
    Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type: object
Show Source
  • Maximum Length: 60
    Delimited sequence of programs called.
  • Maximum Length: 60
    The long message description from the Oracle Utilities Application Framework in CDATA format.
  • Minimum Value: 0
    Maximum Value: 0
    Message Category within Oracle Utilities Application Framework.
  • Minimum Value: -99999
    Maximum Value: 99999
    Message Number within Oracle Utilities Application Framework.
  • Maximum Length: 60
    Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
  • Maximum Length: 60
    Name of the program that encountered the error.
Back to Top