POST api/invoice/GetInvoices

Request Information

URI Parameters

None.

Body Parameters

InvoiceQueryVM
NameDescriptionTypeAdditional information
FromDate

date

None.

ToDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "fromDate": "2025-12-10T09:45:09.8385357+05:30",
  "toDate": "2025-12-10T09:45:09.8385357+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

ResponseOfIListOfInvoiceVM
NameDescriptionTypeAdditional information
IsSuccess

ResponseStatus

None.

Message

string

None.

ID

integer

None.

ResponseData

Collection of InvoiceVM

None.

ShowAlert

boolean

None.

Response Formats

application/json, text/json

Sample:

Sample not available.