POST api/invoice/GetInvoices
Request Information
URI Parameters
None.
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:45:09.8385357+05:30",
"toDate": "2025-12-10T09:45:09.8385357+05:30"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseOfIListOfInvoiceVM| Name | Description | Type | Additional 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.