GET api/services/import/v1/wearpartimport/getallowedwearparttypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AllowedWearpartTypeName | Description | Type | Additional information |
---|---|---|---|
UniqueKey | string |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "UniqueKey": "sample string 1", "Name": "sample string 2" }, { "UniqueKey": "sample string 1", "Name": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfAllowedWearpartType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Andritz.AES.SPC.ImportTool.DataModels.Wearpart"> <AllowedWearpartType> <Name>sample string 2</Name> <UniqueKey>sample string 1</UniqueKey> </AllowedWearpartType> <AllowedWearpartType> <Name>sample string 2</Name> <UniqueKey>sample string 1</UniqueKey> </AllowedWearpartType> </ArrayOfAllowedWearpartType>