v1

latestOpenAPI 3.0.1Apache 2.02026-07-13332183.6 KB
KKid

adds new allowance transaction to kidUserID

By passing in the appropriate options, you can add an allowance transaction to a given user.

post/kkid/allowance

Query parameters

kidUserIdinteger required

userID of the kid

amountnumber required

amount you wish to Add/Subtract (subtract value should be a negative value)

descriptionstring required

Description (reason) of allowance transaction

transactionType'Add' | 'Subtract' required

Sort order:

  • Add - Add Allowance
  • Subtract - Subtract Allowance

Transaction Type (Add/Subtract)

Response

search results matching criteria

successboolean
messagestring

Example response

{
  "success": true,
  "message": "success"
}