POST api/transaction/GetDueAmount

Request Information

URI Parameters

None.

Body Parameters

TransactionDueQueryVM
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

ResponseOfDecimal
NameDescriptionTypeAdditional 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.