Skip to main content

Changelog

This changelog lists additions and updates to the PayrollDetect API, in descending chronological order (most recent first).

13 September 2024

  • Change of payslipResults in prediction response to give more anomaly information with less ambiguity

    Schema changes
    {
    "payslipResults": [
    {
    "id": "aa3e4707-80b5-4a73-b551-54fc6629d4e6",
    "score": 42,
    "findings": [
    {
    "score": 42,
    "fields": ["amount"],
    "transactionId": "ca9185a0-1928-4b1d-8257-8f07e0d83485"
    }
    ]
    "score": 49,
    "findings": {
    "observed": [
    {
    "score": 42,
    "findingId": "a48e916a-8f6c-4ffd-9494-39425735c30a",
    "context": [
    {
    "employeeId": "181bfaaf-cc0a-409e-b811-1bc2739f6879",
    "employeeGroups": "Engineering",
    }
    ],
    "field": "amount",
    "transactionId": "ca9185a0-1928-4b1d-8257-8f07e0d83485",
    "anomalyType": "HIGH_VALUE"
    }
    ],
    "missing": [
    {
    "score": 7,
    "findingId": "a48e916a-8f6c-4ffd-9494-39425735c30a",
    "context": [
    {
    "employeeId": "181bfaaf-cc0a-409e-b811-1bc2739f6879",
    "employeeGroups": "Engineering",
    }
    ],
    "expectedField": {
    "key": "subType",
    "value": "Net"
    }
    }
    ]
    }
    }
    ]
    }