Federal Ledger Options Setup REST Endpoints
    
        Federal Ledger Options Setup
    
The ledger options resource is used to query, create, and update ledger options.
- Associate attributes
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/fedLedgerOptions/action/populateAttributes - Create a ledger option
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/fedLedgerOptions - Delete a ledger option
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/fedLedgerOptions/{LevelOptionId} - Get a ledger option
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/fedLedgerOptions/{LevelOptionId} - Get all ledger options
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/fedLedgerOptions - Update a ledger option
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/fedLedgerOptions/{LevelOptionId}