フィルタは、次の 2 つの方法で作成できます。

次の URI に置く : /フィルター
次の URI に投稿します。 /フィルター?動詞=PUT
PUT / POST Content example (formatted):
{
    "Name": "HTTP ERRORS",
    "Description": "HTTP 500 & 504 Ignore",
    "Rules": 
    {
        "Time_Min": 5,
        "Number_Of_Locations": 4,
        "Number_Of_Tasks": 1,
        "Owner_Device": false
    },
    "Items": 
    [
        {
            "Error_Type": "Http",
            "Error_Code_To_Ignore": [500]
        }, 
        {
            "Error_Type": "Http",
            "Error_Code_To_Ignore": [504]
        }
    ]
}
Success response:
{
    "Success": true,
    "Result": 1110
}