POST api/invoice/GetDefaulters/{pSocietyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pSocietyId

integer

Required

Body Parameters

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

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

Response Information

Resource Description

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