Installment: InstallmentRule Noun

The Installment noun is used to model installment rule.
Installment Rule allow you to define the installment payment options when they purchase product from your store catalog.

BOD Summary

Access Profile and Expression Builder columns are for Get BOD only.
BOD Action Code / Access Profile Action Expression Service Provided Sample XML Message Client Library / Expression Builder
ProcessInstallmentRule Add /InstallmentRule[i] Creates a installment rule. Request
Response

InstallmentFacadeClient.processInstallmentRule(ProcessInstallmentRuleType)
Delete /InstallmentRule[i] Deletes a installment rule. Request
Response

InstallmentFacadeClient.processInstallmentRule(ProcessInstallmentRuleType)
Activate /InstallmentRule[i] Activate a Installment rule. Request
Response

InstallmentFacadeClient.processInstallmentRule(ProcessInstallmentRuleType)
Deactivate /InstallmentRule[i] Deactivate a Installment rule. Request
Response

InstallmentFacadeClient.processInstallmentRule(ProcessInstallmentRuleType)
ChangeInstallmentRule Add /InstallmentRule[i]/CatalogGroupAssociation[i] Creates a catalog group association for installment rule. Request
Response

InstallmentFacadeClient.changeInstallmentRule(ChangeInstallmentRuleType)
Add /InstallmentRule[i]/InstallmentOption[i] Creates a installment option for installment rule. Request
Response

InstallmentFacadeClient.changeInstallmentRule(ChangeInstallmentRuleType)
Add /InstallmentRule[i]/PaymentMethodAssociation[i] Creates a payment method for installment rule. Request
Response

InstallmentFacadeClient.changeInstallmentRule(ChangeInstallmentRuleType)
Add /InstallmentRule[i]/Condition[i] Creates a installment condition for installment rule. Request
Response

InstallmentFacadeClient.changeInstallmentRule(ChangeInstallmentRuleType)
Add /InstallmentRule[i]/CatalogEntryAssociation[i] Creates a catalog entry association for installment rule. Request
Response

InstallmentFacadeClient.changeInstallmentRule(ChangeInstallmentRuleType)
Change /InstallmentRule[i] Change basic information of a installment rule. Request
Response

InstallmentFacadeClient.changeInstallmentRule(ChangeInstallmentRuleType)
Change /InstallmentRule[i]/InstallmentOption[i] Change installment option for a installment rule. Request
Response

InstallmentFacadeClient.changeInstallmentRule(ChangeInstallmentRuleType)
Change /InstallmentRule[i]/Condition[i] Change condition for a installment rule. Request
Response

InstallmentFacadeClient.changeInstallmentRule(ChangeInstallmentRuleType)
Delete /InstallmentRule[i]/PaymentMethodAssociation[i] Deletes a payment method for a installment rule. Request
Response

InstallmentFacadeClient.changeInstallmentRule(ChangeInstallmentRuleType)
Delete /InstallmentRule[i]/CatalogGroupAssociation[i] Deletes a catalog group association for a installment rule. Request
Response

InstallmentFacadeClient.changeInstallmentRule(ChangeInstallmentRuleType)
Delete /InstallmentRule[i]/Condition[i] Deletes an installment condition for a installment rule. Request
Response

InstallmentFacadeClient.changeInstallmentRule(ChangeInstallmentRuleType)
Delete /InstallmentRule[i]/InstallmentOption[i] Deletes an installment option for a installment rule. Request
Response

InstallmentFacadeClient.changeInstallmentRule(ChangeInstallmentRuleType)
Delete /InstallmentRule[i]/CatalogEntryAssociation[i] Deletes a catalog entry association for a installment rule. Request
Response

InstallmentFacadeClient.changeInstallmentRule(ChangeInstallmentRuleType)
GetInstallmentRule IBM_Admin_All /InstallmentRule Locates all Installment rune under a particular store. Request
Response

InstallmentFacadeClient.getInstallmentRule(GetInstallmentRuleType)
IBM_Admin_All /InstallmentRule[InstallmentRuleIdentifier[(UniqueID)]] Locates a Installment rule by its unique ID. Request
Response

InstallmentFacadeClient.getInstallmentRule(GetInstallmentRuleType)
IBM_Admin_Summary /InstallmentRule Locates a Installment rule summary information. Request
Response

InstallmentFacadeClient.getInstallmentRule(GetInstallmentRuleType)

Access Profile

Some sample XML request and response web service messages are provided for each noun. These sample messages might not include all properties or attributes. To view a sample message that includes other properties or attributes, enable logging and tracing for the appropriate component and then call the web service to set or change the properties or attributes. Review the corresponding log file to see the request or response information.

Access Profile Data Returned
IBM_Admin_Details
  • /InstallmentRule/InstallmentRuleIdentifier
  • /InstallmentRule/Description
  • /InstallmentRule/Priority
  • /InstallmentRule/Status
  • /InstallmentRule/StartDateTime
  • /InstallmentRule/EndDateTime
  • /InstallmentRule/UserData
  • /InstallmentRule/CatalogEntryAssociation
  • /InstallmentRule/CatalogGroupAssociation
  • /InstallmentRule/PaymentMethodAssociation
  • /InstallmentRule/Condition
  • /InstallmentRule/InstallmentOption
This access profile returns the detailed information of a installment rule.
IBM_Admin_Summary
  • /InstallmentRule/InstallmentRuleIdentifier
  • /InstallmentRule/Description
  • /InstallmentRule/Priority
  • /InstallmentRule/Status
  • /InstallmentRule/StartDateTime
  • /InstallmentRule/EndDateTime
  • /InstallmentRule/UserData
This access profile returns the summary information of a installment rule.

XSD files