Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

response/match: add "NOT" matcher conditions #270

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

adamdecaf
Copy link
Member

These are designed to work where, when populated, will act to exclude actions from running against entries.

For example, if you wanted to return every entry of a certain amount except for those of a certain CompanyIdentification you'd specify the following matcher.

match:
  amount: 1234
not:
  companyIdentification: "YourOrg"
action:
  return:
    code: "R01"

These are designed to work where, when populated, will act to exclude
actions from running against entries.

For example, if you wanted to return every entry of a certain amount
except for those of a certain CompanyIdentification you'd specify the
following matcher.

match:
  amount: 1234
not:
  companyIdentification: "YourOrg"
action:
  return:
    code: "R01"
@adamdecaf adamdecaf merged commit 17a56dd into master Dec 11, 2024
7 checks passed
@adamdecaf adamdecaf deleted the not-matcher branch December 11, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants