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
Example response
{
"success": true,
"message": "success"
}