POST api/invoice/GetDefaulters/{pSocietyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pSocietyId | integer |
Required |
Body Parameters
DefaulterQueryVM| Name | Description | Type | Additional information |
|---|---|---|---|
| ForMonth | date |
None. |
|
| DefaulterMonths | integer |
None. |
|
| MinDefaulterAmount | decimal number |
None. |
|
| InvoiceIds | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"forMonth": "2025-12-10T09:47:36.8057399+05:30",
"defaulterMonths": 2,
"minDefaulterAmount": 3.0,
"invoiceIds": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseOfIListOfDefaulterVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | ResponseStatus |
None. |
|
| Message | string |
None. |
|
| ID | integer |
None. |
|
| ResponseData | Collection of DefaulterVM |
None. |
|
| ShowAlert | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.