POST api/transaction/GetTransactions/{pSocietyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pSocietyId

integer

Required

Body Parameters

TransactionQueryVM
NameDescriptionTypeAdditional information
FromDate

date

None.

ToDate

date

None.

TransactionTypeId

integer

None.

PaymentModeId

integer

None.

SearchTypeId

integer

None.

PaymentModeIds

string

None.

ShowReceiptPending

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "fromDate": "2025-12-10T09:47:13.4622287+05:30",
  "toDate": "2025-12-10T09:47:13.4622287+05:30",
  "transactionTypeId": 3,
  "paymentModeId": 4,
  "searchTypeId": 5,
  "paymentModeIds": "sample string 6",
  "showReceiptPending": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TransactionQueryVM'.

Response Information

Resource Description

ResponseOfListOfTransactionVM
NameDescriptionTypeAdditional information
IsSuccess

ResponseStatus

None.

Message

string

None.

ID

integer

None.

ResponseData

Collection of TransactionVM

None.

ShowAlert

boolean

None.

Response Formats

application/json, text/json

Sample:

Sample not available.