InlineResellerDiscountContractMatchingFilter
Properties to be provided for the filter
Properties
Key to be used as filter criteria
Possible values are: CBC_CONTRACT_ID , DISTRIBUTOR_NAME , CUSTOMER_NAME , CURRENCY , STATUS_EXPIRING , CURRENT_OVERAGE , TOTAL_OVERAGE
Operator to be used with key-value pair
Possible values are: EQUALS , LIKE , IN , BETWEEN
Value to be used with the key
JSON Example
{
"key": "CBC_CONTRACT_ID",
"operator": "EQUALS",
"value": "string"
}
Used By
ResellerDiscountContractMatchingFilter