Get Resources

Allows the user to get the list of all Resources.

Uri

GET api/dynaway/eam/v1.0/companies({{Company_ID}})/resources

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "d8595562-5545-ed11-946f-000d3a8dced5",
            "number": "DC",
            "name": "Doy Copeman",
            "name2": "",
            "baseUnitOfMeasure": "HOUR",
            "directUnitCost": 10,
            "genProdPostingGroup": "SERVICES",
            "resourceGroupNo": "MAINTENANCE"
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy