General Ledger

Overview

General Ledger (GL) forms a core entity for defining the accounting in P2P transactions. Based on the business process, GL may be an independent entity and not a part of the Organization Entity. The General Ledger API can be used to capture the GL master data from ERP to GEP SMART for those business cases, where it acts as an independent entity.

Actions
Verb URL format Action Description
POST api/GeneralLedger/GeneralLedgerDetails Create Create General Ledger details Details
GET api/GeneralLedger/All Read Get General Ledger details Details
Authentication

Please refer our user authentication section for more details : Authentication

Response Codes
Status Code Status Description
200 OK The request was successful.
400 Bad Request The request could not be understood or was missing required parameters.
401 Unauthorized Authentication failed, or user doesn't have permissions for requested operation.
404 Not Found Resource was not found.
415 Unsupported Media Type API is not able to process the client's supplied media type, as indicated by the Content-Type request header.
500 Internal Server Error The server encountered an unexpected condition which prevented it from fulfilling the request.