C# Class Rock.Rest.Controllers.FinancialTransactionsController

Show file Open project: SparkDevNetwork/Rock

Public Methods

Method Description
Post ( FinancialTransaction value ) : HttpResponseMessage

Posts the specified value.

Private Methods

Method Description
AlreadyScanned ( [ scannedCheckMicr ) : bool
GetByGivingId ( string givingId ) : IQueryable
GetContributionPersonGroupAddress ( [ options ) : DataSet
GetContributionTransactions ( int groupId, [ options ) : DataSet
GetContributionTransactions ( int groupId, int personId, [ options ) : DataSet
PostScanned ( [ financialTransactionScannedCheck ) : HttpResponseMessage

Method Details

Post() public method

Posts the specified value.
public Post ( FinancialTransaction value ) : HttpResponseMessage
value FinancialTransaction The value.
return System.Net.Http.HttpResponseMessage