Get Service Point Reading Details

get

/rest/apis/customer/v-model/servicePointsCommon/{servicePointId}/servicePointReadingDetails

Request

Path Parameters
Query Parameters
  • Optional end date for requesting the service point usage data.
    Example:
    2024-02-20
  • Limit determines the page size, or maximum number of results, of the search query.
    Example:
    20
  • Offset determines the starting point of results to return for the search query.
    Example:
    0
  • Optional start date for requesting the service point usage data.
    Example:
    2023-01-10

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success response
Body ()
Root Schema : C1SPReadDet
Type: object
Show Source
Nested Schema : billedReadings
Type: object
Show Source
Nested Schema : billedReadingDetails
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
  • Maximum Length: 12
    The system-assigned unique identifier of the bill segment.
  • End Read Date/Time is the date and time of the end meter read.
    Example: 1998-09-30T00:00:00-04:00
  • Minimum Value: 0
    Maximum Value: 0
    End Register Reading is the end register reading.
    Example: 11578.000000
  • Maximum Length: 30
    Final Service Quantity Identifier for the quantity.
  • Maximum Length: 30
    Final Time of Use code of the reading.
    Example: ON
  • Maximum Length: 30
    Final Unit of Measure code of the reading.
    Example: KWH
  • If the Estimate switch is on, consumption on this bill segment has been estimated by the system.
    Example: true
  • Minimum Value: -1000000000000
    Maximum Value: 1000000000000
    Multiplier is the composite multiplier that converts the measured quantity to the registered quantity.
    Example: 1.000000
  • Minimum Value: 0
    Maximum Value: 1000000000000
    Measured quantity since the previous reading.
    Example: 208.000000
  • Minimum Value: -99999
    Maximum Value: 99999
    Sequence
    Example: 1
  • Allowed Values: [ "20 ", "30 ", "35 ", "40 ", "45 ", "50 ", "60 ", "70 ", "80 " ]
    Read Type of the meter reading. * `20 ` - No Read, * `30 ` - System Estimate, * `35 ` - Service Provider Estimate, * `40 ` - Office Estimate, * `45 ` - System Prorate, * `50 ` - Customer Read, * `60 ` - Regular, * `70 ` - Verified, * `80 ` - Billing Force
    Example: 60
  • Maximum Length: 100
    An identifier for the usage value, provided in the format of KWH--(Unit of Measure-Time of Use-Service Quantity Identifier), with blank values represented with the dash character '-'.
    Example: KWH-ON-

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