Payment Carts REST Endpoints

Payment Carts
The payment carts resource is used by public users to manage fees for payment by adding permits to the cart that are ready for checkout and removing permits from the cart as needed.
Check out selected permits and create a checkout ID
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentCarts
Create an item in the payment cart
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentCarts
Delete an item from payment cart
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentCarts/{publicSectorPaymentCartsUniqID}
Get a payment cart item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentCarts/{publicSectorPaymentCartsUniqID}
Get all payment cart items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentCarts
Send confirmation of the payment status to payment cart.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentCarts
Update an item in the payment cart
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentCarts/{publicSectorPaymentCartsUniqID}