General Ledger Service
saveGeneralLedgerV1
Create a new general ledger entry. Update a general ledger entry.
post/generalledger/v1/saveGeneralLedger
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.
Request body
Example request
{
"generalLedgers": [
{
"glDescription": "#44444",
"glSubstructure": "Cost of Goods",
"plGrouping": "CGS"
}
]
}Response
Success
object required