Skip to main content

AdjustHouseWalletDto

amountnumberrequired

Signed amount to adjust the balance by. Positive = credit, negative = debit.

Example: -1200
reasonstringrequired

Reason for the adjustment — surfaced in the audit trail.

Possible values: >= 3 characters and <= 240 characters

AdjustHouseWalletDto
{
"amount": -1200,
"reason": "string"
}