I was wondering how I could deduct points without specifying a contentid or contenttypeid. I assume the following code should be used for adding and deducting points, and contentid and contenttypeid are required parameters:
#set($pointTransactionResponse = $core_v2_pointTransaction.Create($description, $userId, $value, $contentId, $contentTypeId, "%{ CreatedDate = $createdDateArg, TypeId = $typeIdArg }")