Checkouts REST Endpoints

Checkouts
The checkouts resource is used to view, create, delete or update checkout data.
Create a set of payment checkout data
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCheckouts
Delete a set of payment checkout data
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCheckouts/{CheckoutId}
Get a set of payment checkout data
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCheckouts/{CheckoutId}
Get all payment checkout data
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCheckouts
Update a set of payment checkout data
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCheckouts/{CheckoutId}