GET api/Order/GetAllDueBills
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": 1, "CustomerId": 2, "CustomerName": "sample string 3", "OrderNumber": "sample string 4", "PhoneNumber": "sample string 5", "Email": "sample string 6", "BalanceAmount": 7.1, "CustomerAddress": "sample string 8", "PremisesType": "sample string 9", "MonthlyBill": 10.1, "TotalCharges": 11.1, "NextBillingDate": "2025-04-10T19:25:35.3601283-07:00", "SelectedProducts": [ { "$id": "2", "Id": 1, "OrderId": 2, "OrderNumber": "sample string 3", "ProductId": 4, "ProductName": "sample string 5", "Quantity": 6, "SalePrice": 7.1, "IsMonthlyBillActive": true }, { "$ref": "2" }, { "$ref": "2" } ] }, { "$ref": "1" }, { "$ref": "1" } ]