GET api/v{version}/Items/ReportItems?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Report_Item| Name | Description | Type | Additional information |
|---|---|---|---|
| AMX | string |
None. |
|
| CurrentPurchasePrice | decimal number |
None. |
|
| CurrentSellingPrice | decimal number |
None. |
|
| DoyenPLC | string |
None. |
|
| ItemCode | string |
None. |
|
| ItemDescription | string |
None. |
|
| ItemGroup | string |
None. |
|
| ItemID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AMX": "sample string 1",
"CurrentPurchasePrice": 1.0,
"CurrentSellingPrice": 1.0,
"DoyenPLC": "sample string 2",
"ItemCode": "sample string 3",
"ItemDescription": "sample string 4",
"ItemGroup": "sample string 5",
"ItemID": 6
},
{
"AMX": "sample string 1",
"CurrentPurchasePrice": 1.0,
"CurrentSellingPrice": 1.0,
"DoyenPLC": "sample string 2",
"ItemCode": "sample string 3",
"ItemDescription": "sample string 4",
"ItemGroup": "sample string 5",
"ItemID": 6
}
]