Get Pay Segments
get
https://server:port/spl/rest/apis/customer/financials/payments/{paymentId}/paySegments
Request
Path Parameters
-
paymentId(required): string
Payment ID is the system-assigned unique identifier of the payment.Example:
317896608844
Query Parameters
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/xml
- application/json
200 Response
Success response
Root Schema : C1GetPaySegm
Type:
Show Source
object-
_self: string
_self
-
account: object
account
-
hasMore: boolean
Has More
-
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:
0Maximum Value:9.99999999999999E8Limit -
offset: number
Minimum Value:
0Maximum Value:9.99999999999999E8Offset -
payment: object
payment
-
paySegments: object
paySegments
-
totalNumberOfRecords: number
Minimum Value:
0Maximum Value:99999Total Number Of Records
Nested Schema : account
Type:
Show Source
object-
_link: string
_link
-
accountId: string
Maximum Length:
10Account ID identifies the customer who is responsible for the bill.Example:1112345900
Nested Schema : payment
Type:
Show Source
object-
_link: string
_link
-
paymentId: string
Maximum Length:
12Payment ID is the system-assigned unique identifier of the payment.Example:317896608844
Nested Schema : items
Type:
Show Source
object-
adjustment: object
adjustment
-
currency: object
currency
-
financialTransaction: object
financialTransaction
-
matchEvent: object
matchEvent
-
paySegment: object
paySegment
-
paySegmentAmount: number
Distributed Amount is the amount of the service agreement's debt relieved by the payment.Example:
25.08 -
premise: object
premise
-
serviceAgreement: object
serviceAgreement
Nested Schema : adjustment
Type:
Show Source
object-
_link: string
_link
-
adjustmentId: string
Maximum Length:
12Adjustment ID
Nested Schema : currency
Type:
Show Source
object-
_link: string
_link
-
currency: string
Maximum Length:
3Currency Code
Nested Schema : financialTransaction
Type:
Show Source
object-
_link: string
_link
-
financialTransactionId: string
Maximum Length:
12Financial Transaction ID
Nested Schema : matchEvent
Type:
Show Source
object-
_link: string
_link
-
matchEventId: string
Maximum Length:
12Match Event ID
Nested Schema : paySegment
Type:
Show Source
object-
_link: string
_link
-
paySegmentId: string
Maximum Length:
12Pay Segment ID
Nested Schema : premise
Type:
Show Source
object-
_link: string
_link
-
premiseId: string
Maximum Length:
10Premise ID
Nested Schema : serviceAgreement
Type:
Show Source
object-
_link: string
_link
-
serviceAgreementId: string
Maximum Length:
10Service Agreement -
serviceAgreementTypeDescription: string
Maximum Length:
30SA Type Description -
serviceType: string
Maximum Length:
80Service Type
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.