General Ledger Service
getAllGeneralLedgersV1
Retrieve all general ledger entry details.
get/generalledger/v1/getAllGeneralLedgers
Query parameters
includeNullboolean
Specify 'true' to output null data elements.
Headers
authenticationtokenstring required
Secure token for API authentication.
passwordstring required
Password for the Crunchtime Application User.
sitenamestring required
Crunchtime site identifier. (test or production)
useridstring required
User ID for the Crunchtime Application User.
X-B3-TraceIdstring
Optional trace identifier for troubleshooting.
Response
Success
Example response
[
{
"glDescription": "#44444",
"glSubstructure": "Cost of Goods",
"plGrouping": "CGS"
}
]