POST api/cheques/GetCheques/{pSocietyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pSocietyId | integer |
Required |
Body Parameters
InvoiceQueryVM| Name | Description | Type | Additional 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:
Response Information
Resource Description
ResponseOfIListOfChequesVM| Name | Description | Type | Additional 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.