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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPayments/{PaymentHistoryKey}/child/PaymentHistoryLine
Get a payment line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPayments/{PaymentHistoryKey}/child/PaymentHistoryLine/{PaymentHistoryLineUniqID}
Get all payment lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPayments/{PaymentHistoryKey}/child/PaymentHistoryLine
Update a set of payments line data
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPayments/{PaymentHistoryKey}/child/PaymentHistoryLine/{PaymentHistoryLineUniqID}