POST api/transaction/GetDueAmount
Request Information
URI Parameters
None.
Body Parameters
TransactionDueQueryVM| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactionId | integer |
None. |
|
| AccountMasterId | integer |
None. |
|
| TransactionDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"transactionId": 1,
"accountMasterId": 2,
"transactionDate": "2025-12-10T09:44:55.245052+05:30"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseOfDecimal| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | ResponseStatus |
None. |
|
| Message | string |
None. |
|
| ID | integer |
None. |
|
| ResponseData | decimal number |
None. |
|
| ShowAlert | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.