Get Incident Costs

Allows the user to get the list of safety incident costs.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "0959b017-b12a-ed11-97e8-000d3a8ca290",
            "code": "OPERATION",
            "description": "Operation"
        },
        {
            "id": "0a59b017-b12a-ed11-97e8-000d3a8ca290",
            "code": "HOSPITAL STAY",
            "description": "Stay at a hospital"
        },
        {
            "id": "ac145537-b12a-ed11-97e8-000d3a8ca290",
            "code": "SICK LEAVE",
            "description": "Sick leave"
        }
    ]
}

Copyright Dynaway A/S

Privacy Policy