Rules

Suggest Edits

Welcome to the "Rules" section of Originate's GraphQL API Documentation. In this section, you'll find a comprehensive guide to the available queries and mutations related to managing loan application approval rules and criteria for loan eligibility and processing within Originate's loan management platform using GraphQL.

Let's explore the queries and mutations of the rules category:

Rules Section Queries

Below is a list of all queries related to rules information within Originate.

  • ruleBreakDown(input: RuleBreakdownInput!): [RuleBreakdown]

Rules Section Mutations

Below is a list of all mutations related to rules information within Originate.

  • clientRuleSetCreate(input: CreateClientRuleSetInput!): RuleSet

  • clientRuleSetUpdate(input: UpdateClientRuleSetInput!): RuleSet

  • clientRuleSetDelete(input: MutateClientRuleSetInput!): RuleSet

  • clientRuleSetDisable(input: MutateClientRuleSetInput!): RuleSet

  • clientRuleSetEnable(input: MutateClientRuleSetInput!): RuleSet

By referring to the documentation for each query and mutation, you'll gain a comprehensive understanding of how to manage rules using Originate's GraphQL API. Each operation is documented with detailed information about input parameters, return types, and usage examples.

Feel free to explore and utilize these operations to enhance rule management capabilities within your applications and leverage the capabilities of Originate's loan management platform.