Get Counter Journal Lines

Allows the user to get all existing Counter Journal Lines.

Uri

GET /api/dynaway/eam/v1.0/companies({{CompanyID}})/counterJnlLines

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "journalTemplateName": "DEFAULT",
            "journalBatchName": "DEFAULT",
            "lineNumber": 10000,
            "id": "30afd11c-0645-eb11-89f8-0022481ff783",
            "counterNo": "COUNTER 1",
            "counterCategoryCode": "RH",
            "postingDate": "2020-12-23",
            "readingValue": 6,
            "description": "Counter for running hours",
            "externalDocumentNumber": ""
        },
        {
            "journalTemplateName": "DEFAULT",
            "journalBatchName": "DEFAULT",
            "lineNumber": 20000,
            "id": "d4e4471e-7d4e-eb11-89f8-0022481ff96a",
            "counterNo": "COUNTER 2",
            "counterCategoryCode": "RH",
            "postingDate": "2020-12-23",
            "readingValue": 11,
            "description": "Second counter on hall",
            "externalDocumentNumber": ""
        }
...
    ]
}

Copyright Dynaway A/S

Privacy Policy