Add Decision for OPOS CaseCopy Pagepost https://api.instellix.io/v2/opos-cases/{oposCaseIdent}/decisionsAdd a decision to an OPOS CasePath ParamsoposCaseIdentstringrequiredBody Paramsamountnumber | nullThe amount becomes mandatory if any active prebooked item exists on the opos case. Otherwise the balance of the opos case is used as amount. Must be greater than or equal to 0.identstringrequiredlength between 1 and 100Unique ident of this opos case decision. Must have size between 1 and 100 and match with the regular expression '[a-zA-Z0-9_.~-]{1,100}'.notestring | nullOptional note attached to this decision. Size must be between 0 and 255.typestringrequiredType of this decision. Not all decisions are always available, depending on the balanceDebitCreditIndicator of the OposCase. For DEBIT: UNCOLLECTABLE_RECEIVABLE DOUBTFUL_RECEIVABLE DISCOUNT CASH_DISCOUNT BANK_FEE EXTERNAL_CLOSED For CREDIT: OTHER_REVENUE EXTERNAL_CLOSED Must not be null.Responses 201The request has been fulfilled, resulting in the creation of a new resource. 4XXerror response for all http error codes in range 4XX 5XXerror response for all http error codes in range 5XXUpdated 22 days ago