Add Decision for OPOS Case

Add a decision to an OPOS Case

Path Params
string
required
length between 1 and 100
^[a-zA-Z0-9_.~-]*$

Ident of the OPOS case.
Must match with the regular expression '^[a-zA-Z0-9_.~-]*$'.
Size must be between 1 and 100.

Body Params

Request to create a Decision

number | null
≥ 0

The 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.

string
required
length between 1 and 100
^[a-zA-Z0-9_.~-]*$

Unique ident of this opos case decision.
Must not be null.
Size must be between 1 and 100.
Must match with the regular expression '^[a-zA-Z0-9_.~-]*$'.

string | null

Optional note attached to this decision.
Size must be between 0 and 255.

string
required

Type 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.
Must be one of:

UNCOLLECTABLE_RECEIVABLE
DOUBTFUL_RECEIVABLE
DISCOUNT
OTHER_REVENUE
CASH_DISCOUNT
BANK_FEE
EXTERNAL_CLOSED
Responses

Language
Credentials
OAuth2
Missing 1 required scope
LoadingLoading…
Response
Choose an example:
application/json