Endpoint error "ErrorCode": "2235", "Status": 500, "URL": "/objects/0"

Hello,

I'm experiencing an error with the Endpoint "{{MFWSUrl}}/objects/0?checkIn=true"

The account used is one with full control of the vault.

Body:
{
    "PropertyValues": [
        {
            "PropertyDef": 1028,
            "TypedValue": {
                "DataType": 1,
                "Value": "{{DocumentName}}"
            }
        },
        {
            "PropertyDef": 22,
            "TypedValue": {
                "DataType": 8,
                "Value": true
            }
        },
        {
            "PropertyDef": 100,
            "TypedValue": {
                "DataType": 9,
                "Lookup": {
                    "Item": {{ClassID}},
                    "Version": -1
                }
            }
        }
    ],
    "Files": [
        {
            "UploadID": {{UploadIDFromUpload}},
            "Size": {{FileSizeFromUpload}},
            "Title": "{{FileName}}",
            "Extension": "{{FileExtension}}"
        }
    ]
}

Error:
{
    "ErrorCode": "2235",
    "Status": 500,
    "URL": "/objects/0",
    "Method": "POST",
    "Exception": {
        "Name": "COMException",
        "Message": "The parameter is incorrect. (Multiple lookup values specified for a single lookup.)",
        "InnerException": {
            "Name": "MFilesException",
            "Message": "The parameter is incorrect. (Multiple lookup values specified for a single lookup.)",
            "StackText": "Error reference ID: 37cc6e65-6344-4caa-852f-3d353d8b613f",
            "ErrorCode": "2235"
        }
    },
    "Stack": "Error reference ID: 37cc6e65-6344-4caa-852f-3d353d8b613f",
    "Message": "The parameter is incorrect. (Multiple lookup values specified for a single lookup.)",
    "IsLoggedToVault": true,
    "IsLoggedToApplication": true,
    "ExceptionName": "COMException"
}