ThirdPartyPaymentLines REST Endpoints

Billing and Payment/ThirdPartyPayments/ThirdPartyPaymentLines
The third party payment lines resource is used to view or create third party payment records.
Create a third party payment lines
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThirdPartyPayments/{PaymentHeaderKey}/child/ThirdPartyPaymentLine
Delete a third party payment lines
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThirdPartyPayments/{PaymentHeaderKey}/child/ThirdPartyPaymentLine/{PaymentLineKey}
Get a third party payments lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThirdPartyPayments/{PaymentHeaderKey}/child/ThirdPartyPaymentLine/{PaymentLineKey}
Get all third party payment lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThirdPartyPayments/{PaymentHeaderKey}/child/ThirdPartyPaymentLine
Update a third party payment lines
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThirdPartyPayments/{PaymentHeaderKey}/child/ThirdPartyPaymentLine/{PaymentLineKey}