GET api/Fusions/{customerID}/{DateFrom}/{DateTo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerID | integer |
Required |
|
| DateFrom | string |
Required |
|
| DateTo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FusionViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| Weight | decimal number |
None. |
|
| FusionAmount | decimal number |
None. |
|
| RayAmount | decimal number |
None. |
|
| TotalAmount | decimal number |
None. |
|
| RayNumber | string |
None. |
|
| isWithDevice | string |
None. |
|
| Date | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": 1,
"CustomerID": 2,
"Weight": 3.1,
"FusionAmount": 4.1,
"RayAmount": 5.1,
"TotalAmount": 6.0,
"RayNumber": "sample string 7",
"isWithDevice": "sample string 8",
"Date": "sample string 9"
},
{
"$ref": "1"
}
]