GeneralLedger
GET
5 endpoints
/api/v3/generalledger
GetGeneralLedgersV3
Retrieves a paginated list of all General Ledger codes with optional filtering
/api/v3/generalledger/{generalLedgerId}
GetGeneralLedgerV3
Retrieves a single General Ledger code by ID
/api/v3/glsubcode
GetGLSubCodesV3
Retrieves all 20 GL Subcode definitions
/api/v3/glsubcode/{subCodeIndex}
GetGLSubCodeV3
Retrieves a specific GL Subcode definition by index
/api/v3/glsubcode/{subCodeIndex}/savedValues
GetGLSubCodeValuesV3
Retrieves all unique saved values for a specific GL Subcode
POST
2 endpoints