Retrieve Labor Driver Adjustment Operations

This operation returns all labor driver adjustment operations.

The associated Access Control Point is WFF_LABOR_STANDARDS_DRIVER_MULTIPLIERS.

Example response

[
    {
        "id": 1,
        "name": "ADDITION",
        "localizedName": "Addition"
    },
    {
        "id": 2,
        "name": "SUBTRACTION",
        "localizedName": "Subtraction"
    },
    {
        "id": 3,
        "name": "MULTIPLICATION",
        "localizedName": "Multiplication"
    },
    {
        "id": 4,
        "name": "DIVISION",
        "localizedName": "Division"
    }
]

 
Language
Authorization
Bearer
JWT
URL