Policy/Loan product
Welcome to the "Policy/Loan Product" 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 products within Originate's loan management platform using GraphQL.
Let's explore the queries and mutations of the loan product category:
Loan Product Section Queries
Below is a list of all queries related to loan product information within Originate.
policyById(id: ID!): Policy
policyRuleTypes(where: PolicyRuleTypeWhereInput): [PolicyRuleType]
interestCalculationMethods: [InterestCalculationMethod!]
policies(status: PolicyStatus): [Policy!]
getLoanCategories(where: CategoryWhereInput): GetLoanCategoriesResponse
getLoanCategoryAttributes: LoanCategoryAttributesPayload!
Loan Product Section Mutations
Below is a list of all mutations related to loan product information within Originate.
policyCreate(input: CreatePolicyInput!): CreatePolicyPayload
policyEnable(id: ID!): PolicyStatusPayload
policyDisable(id: ID!): PolicyStatusPayload
policyChangeEndDate(input: ChangeEndDateInput!): PolicyEndDatePayload
policySetDefault(id: ID!): PolicySetDefaultPayload
policyUpdate(where: PolicyWhereUniqueInput! data: UpdatePolicyInput!): CreatePolicyPayload
policyUpdatePriority(input: UpdatePolicyPriorityInput!): CreatePolicyPayload
policyDelete(id: ID!): DeletePolicyPayload
createLoanCategory(input: CreateLoanCategoryInput): LoanCategory!
linkProductToLoanCategory(input: LinkProductToLoanCategoryInput): ProductToLoanCategory!
updateLoanCategory(input: UpdateLoanCategory): LoanCategoryResponse!
disableLoanCategory(input: ToggleLoanCategoryStateInput): ToggleLoanCategoryStatePayload!
enableLoanCategory(input: ToggleLoanCategoryStateInput): ToggleLoanCategoryStatePayload!
By referring to the documentation for each query and mutation, you'll gain a comprehensive understanding of how to manage loan policies and products 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 policy and loan product management capabilities within your applications and leverage the capabilities of Originate's loan management platform.