GET api/Bill/GetBillAmount?CustomerId={CustomerId}&Month={Month}&Year={Year}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
Required |
|
| Month | integer |
Required |
|
| Year | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Bill| Name | Description | Type | Additional information |
|---|---|---|---|
| BillId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| Customer | string |
None. |
|
| Month | integer |
None. |
|
| Year | integer |
None. |
|
| Amount | decimal number |
None. |
|
| Status | string |
None. |
|
| PendingAmount | decimal number |
None. |
|
| PaidAmount | decimal number |
None. |
|
| PaidDate | string |
None. |
|
| PaymentMode | string |
None. |
|
| AreaId | integer |
None. |
|
| Area | string |
None. |
|
| Mobile | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | string |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedDate | string |
None. |
|
| PaymentId | string |
None. |
|
| OrderId | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"BillId": 1,
"CustomerId": 2,
"Customer": "sample string 3",
"Month": 4,
"Year": 5,
"Amount": 6.0,
"Status": "sample string 7",
"PendingAmount": 8.0,
"PaidAmount": 9.0,
"PaidDate": "sample string 10",
"PaymentMode": "sample string 11",
"AreaId": 12,
"Area": "sample string 13",
"Mobile": "sample string 14",
"CreatedBy": "sample string 15",
"CreatedDate": "sample string 16",
"UpdatedBy": "sample string 17",
"UpdatedDate": "sample string 18",
"PaymentId": "sample string 19",
"OrderId": "sample string 20"
},
{
"$ref": "1"
}
]
application/octet-stream
Sample:
[{"$id":"1","BillId":1,"CustomerId":2,"Customer":"sample string 3","Month":4,"Year":5,"Amount":6.0,"Status":"sample string 7","PendingAmount":8.0,"PaidAmount":9.0,"PaidDate":"sample string 10","PaymentMode":"sample string 11","AreaId":12,"Area":"sample string 13","Mobile":"sample string 14","CreatedBy":"sample string 15","CreatedDate":"sample string 16","UpdatedBy":"sample string 17","UpdatedDate":"sample string 18","PaymentId":"sample string 19","OrderId":"sample string 20"},{"$ref":"1"}]