POST api/Account/BindInvoiceDetailList
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:29.6843006+05:30",
"ToDate": "2026-01-15T17:44:29.6843006+05:30",
"CustomerId": "sample string 3",
"InvoiceNo": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AddUpdateDeleteResponseOfListOfInvoiceDetailResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Collection of InvoiceDetailResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Message": "sample string 2",
"Data": [
{
"CustomerName": "sample string 1",
"CompanyName": "sample string 2",
"MobileNo": "sample string 3",
"CustomerId": 4,
"InvoiceNo": "sample string 5",
"TaxableAmount": 6.0,
"TotalAmt": 7.0,
"SGST": 8.0,
"CGST": 9.0,
"IGST": 10.0,
"Description": "sample string 11",
"InvoiceDate": "sample string 12",
"Status": "sample string 13",
"VoucherId": 14,
"GSTNo": "sample string 15",
"ProjectName": "sample string 16"
},
{
"CustomerName": "sample string 1",
"CompanyName": "sample string 2",
"MobileNo": "sample string 3",
"CustomerId": 4,
"InvoiceNo": "sample string 5",
"TaxableAmount": 6.0,
"TotalAmt": 7.0,
"SGST": 8.0,
"CGST": 9.0,
"IGST": 10.0,
"Description": "sample string 11",
"InvoiceDate": "sample string 12",
"Status": "sample string 13",
"VoucherId": 14,
"GSTNo": "sample string 15",
"ProjectName": "sample string 16"
}
]
}