POST api/Account/GetInvoiceDetail
Request Information
URI Parameters
None.
Body Parameters
InvoiceDetailRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDateStr | string |
None. |
|
| ToDateStr | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| CustomerId | string |
None. |
|
| InvoiceNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDateStr": "sample string 1",
"ToDateStr": "sample string 2",
"FromDate": "2026-01-15T17:44:14.2906714+05:30",
"ToDate": "2026-01-15T17:44:14.2906714+05:30",
"CustomerId": "sample string 3",
"InvoiceNo": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AddUpdateDeleteResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Message": "sample string 2",
"Data": {}
}