GET api/PlatingViewModel/{DateFrom}/{DateTo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DateFrom | string |
Required |
|
| DateTo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PlatingViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PlatingType | integer |
None. |
|
| CustomerID | integer |
None. |
|
| Amount | decimal number |
None. |
|
| Date | string |
None. |
|
| Name | string |
None. |
|
| GoldTypeName | string |
None. |
|
| Weight | decimal number |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": 1,
"PlatingType": 2,
"CustomerID": 3,
"Amount": 4.0,
"Date": "sample string 5",
"Name": "sample string 6",
"GoldTypeName": "sample string 7",
"Weight": 8.1,
"Description": "sample string 9"
},
{
"$ref": "1"
}
]