Payment Lines REST Endpoints
Billing and Payment/Payments/Payment Lines
The payment lines resource is used to view or create payment detail lines.
- Create a payment line
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPayments/{PaymentHistoryKey}/child/PaymentHistoryLine - Get a payment line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPayments/{PaymentHistoryKey}/child/PaymentHistoryLine/{PaymentHistoryLineUniqID} - Get all payment lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPayments/{PaymentHistoryKey}/child/PaymentHistoryLine - Update a set of payments line data
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPayments/{PaymentHistoryKey}/child/PaymentHistoryLine/{PaymentHistoryLineUniqID}