Edit Computation Field

This request allows you to edit a Computation Field.

{
	"title": "API Import Test",
	"round": "computationField.round.no",
	"format": "computationField.format.currency",
	"display": "computationField.display.loanSummary",
	"rule": "(-> customer :primary :ssn-masked)",
	"state": "{\"editor\":\"\",\"valid\":true,\"lisp\":\"(= (-> customer :primary :primary-pmt-method-type) \\\"'payment.methods.echeck\\\")\"}",
	"__update": true,
	"__id": 10
}

📘

Try It

To try this request, you will need a current and valid computation rule ID. Then, simply input the desired values into the body parameters.

❗️

IMPORTANT

It is possible to import an invalid rule through the API. To ensure your rule is valid, it must be written in correct Clojure syntax and enclosed in parentheses.

   Click here to learn more about this request


FieldExpected ValueValue Description
round
computationField.round.*Rounds the output to either 1,2,3,4,5, or 6 digits. Input the desired number of digits at the end.
computationFIeld.round.wholeRounds the output to a whole number.
computationFIeld.round.noSet this to not round the computation field number.
format
computationField.format.currencyOutput formatted as currency (defaults to tenant settings for currency type).
computationField.format.dateOutput formatted as a date (date will be output in tenant default format unless specified in the rule).
computationField.format.numberOutput formatted as a number.
display
computationField.display.noThe computation field will be displayed no where.
computationField.display.loanSummaryDisplays the computation field on the loan summary page.
computationField.display.loanSettingsDisplays the computation field on the loan settings page.
computationField.display.insuranceDisplays the computation field on the insurance page.
computationField.display.initialSetupDisplays the computation field in the initial setup wizard.
computationField.display.collateralDisplays the computation field on the collateral page.
computationField.display.adminStatsPaidOfDisplays the computation field in the admin stats of loans in "closed" stats.
computationField.display.adminStatsChargeOffDisplays the computation field in the admin stats of loans in "collection" stats.
computationField.display.adminStatsActiveDisplays the computation field in the admin stats of loans in "standard" stats.
Language
Authorization
Click Try It! to start a request and see the response here!