GetAuditMissingTargetsResponse

GetAuditMissingTargetsResponse
GetAuditMissingTargetsResponse
This class is array of object
JSON Example
[
    {
        "productId": 0,
        "targetId": "string",
        "productType": "string",
        "ruleId": "string",
        "targetType": "string",
        "inventoryData": {
            "name": "string",
            "moref": "string"
        },
        "ruleData": {
            "productType": "string",
            "productId": 0,
            "name": "string",
            "targetId": "string",
            "targetType": "string",
            "id": "string"
        }
    }
]