POST api/cheques/GetCheques/{pSocietyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pSocietyId

integer

Required

Body Parameters

InvoiceQueryVM
NameDescriptionTypeAdditional information
FromDate

date

None.

ToDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "fromDate": "2025-12-10T09:48:16.8674596+05:30",
  "toDate": "2025-12-10T09:48:16.8674596+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 'InvoiceQueryVM'.

Response Information

Resource Description

ResponseOfIListOfChequesVM
NameDescriptionTypeAdditional information
IsSuccess

ResponseStatus

None.

Message

string

None.

ID

integer

None.

ResponseData

Collection of ChequesVM

None.

ShowAlert

boolean

None.

Response Formats

application/json, text/json

Sample:

Sample not available.