This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use api of ChangeEntity3DSubFilter

I got the right SessionID and TransactionID, and then made the request str like:

{
    "request": {
        "filterID": "e305abb1-3ccf-43f1-a6b6-c21f13288389",
        "synchroRequestType": "CHANGE_ENTITY3D_SUBFILTER",
        "requestID": "98650fc5-7107-466b-8053-6766a38bff38",
        "entity3DIDArray": [
            "2354452f-8655-4cc4-900f-3bfa0360d5b3",
            "d2e4d7f3-bb9f-49e1-9830-387409fa7de9"
        ],
        "inUse": true,
        "filterStateID": {
            "data0": 0,
            "data1": 0
        },
        "polarity": "INCLUDE_MATCHES"
    }
}

but the server returns "TProtocolException: Invalid data"

is there anything wrong about the request str ???

Parents Reply Children
No Data