Get Counter Batches

Allows the user to get the list of Counter Batches and Templates.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "807d4000-0645-eb11-89f8-0022481ff783",
            "templateName": "DEFAULT",
            "batchName": "DEFAULT"
        }
...
    ]
}

Copyright Dynaway A/S

Privacy Policy