GET api/Receives/{CustomerID}/{DateFrom}/{DateTo}/{isReport}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | integer |
Required |
|
| DateFrom | string |
Required |
|
| DateTo | string |
Required |
|
| isReport | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ReceiveViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| TotalAmountDebt | decimal number |
None. |
|
| TotalGoldDebt | decimal number |
None. |
|
| AmountReceived | decimal number |
None. |
|
| GoldReceived | decimal number |
None. |
|
| Date | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": 1,
"CustomerID": 2,
"TotalAmountDebt": 3.0,
"TotalGoldDebt": 4.0,
"AmountReceived": 5.0,
"GoldReceived": 6.0,
"Date": "sample string 7"
},
{
"$ref": "1"
}
]