POST api/transaction/GetTransactions/{pSocietyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pSocietyId | integer |
Required |
Body Parameters
TransactionQueryVM| Name | Description | Type | Additional 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:
Response Information
Resource Description
ResponseOfListOfTransactionVM| Name | Description | Type | Additional 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.