GET api/ItemListing/GetTypeCodeAttributes?typeCode={typeCode}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| typeCode | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"AttributeList": [
{
"AttributeNo": 1,
"LabelName": "sample string 2",
"Type": "sample string 3",
"Length": 4,
"Decimals": 5,
"BaseUOM": "sample string 6",
"UOMList": [
{
"UOM": "sample string 1",
"Factor": 2,
"Max": 3,
"Min": 4
},
{
"UOM": "sample string 1",
"Factor": 2,
"Max": 3,
"Min": 4
},
{
"UOM": "sample string 1",
"Factor": 2,
"Max": 3,
"Min": 4
}
],
"ValueList": [
{
"Value": "sample string 1"
},
{
"Value": "sample string 1"
},
{
"Value": "sample string 1"
}
]
},
{
"AttributeNo": 1,
"LabelName": "sample string 2",
"Type": "sample string 3",
"Length": 4,
"Decimals": 5,
"BaseUOM": "sample string 6",
"UOMList": [
{
"UOM": "sample string 1",
"Factor": 2,
"Max": 3,
"Min": 4
},
{
"UOM": "sample string 1",
"Factor": 2,
"Max": 3,
"Min": 4
},
{
"UOM": "sample string 1",
"Factor": 2,
"Max": 3,
"Min": 4
}
],
"ValueList": [
{
"Value": "sample string 1"
},
{
"Value": "sample string 1"
},
{
"Value": "sample string 1"
}
]
},
{
"AttributeNo": 1,
"LabelName": "sample string 2",
"Type": "sample string 3",
"Length": 4,
"Decimals": 5,
"BaseUOM": "sample string 6",
"UOMList": [
{
"UOM": "sample string 1",
"Factor": 2,
"Max": 3,
"Min": 4
},
{
"UOM": "sample string 1",
"Factor": 2,
"Max": 3,
"Min": 4
},
{
"UOM": "sample string 1",
"Factor": 2,
"Max": 3,
"Min": 4
}
],
"ValueList": [
{
"Value": "sample string 1"
},
{
"Value": "sample string 1"
},
{
"Value": "sample string 1"
}
]
}
]
}
text/xml
Sample:
<TypeCodeAttributeCollectionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EPDS.Model.Item">
<AttributeList>
<TypeCodeAttributeModel>
<AttributeNo>1</AttributeNo>
<BaseUOM>sample string 6</BaseUOM>
<Decimals>5</Decimals>
<LabelName>sample string 2</LabelName>
<Length>4</Length>
<Type>sample string 3</Type>
<UOMList>
<UnitOfMeasureModel>
<Factor>2</Factor>
<Max>3</Max>
<Min>4</Min>
<UOM>sample string 1</UOM>
</UnitOfMeasureModel>
<UnitOfMeasureModel>
<Factor>2</Factor>
<Max>3</Max>
<Min>4</Min>
<UOM>sample string 1</UOM>
</UnitOfMeasureModel>
<UnitOfMeasureModel>
<Factor>2</Factor>
<Max>3</Max>
<Min>4</Min>
<UOM>sample string 1</UOM>
</UnitOfMeasureModel>
</UOMList>
<ValueList>
<AttributeValueModel>
<Value>sample string 1</Value>
</AttributeValueModel>
<AttributeValueModel>
<Value>sample string 1</Value>
</AttributeValueModel>
<AttributeValueModel>
<Value>sample string 1</Value>
</AttributeValueModel>
</ValueList>
</TypeCodeAttributeModel>
<TypeCodeAttributeModel>
<AttributeNo>1</AttributeNo>
<BaseUOM>sample string 6</BaseUOM>
<Decimals>5</Decimals>
<LabelName>sample string 2</LabelName>
<Length>4</Length>
<Type>sample string 3</Type>
<UOMList>
<UnitOfMeasureModel>
<Factor>2</Factor>
<Max>3</Max>
<Min>4</Min>
<UOM>sample string 1</UOM>
</UnitOfMeasureModel>
<UnitOfMeasureModel>
<Factor>2</Factor>
<Max>3</Max>
<Min>4</Min>
<UOM>sample string 1</UOM>
</UnitOfMeasureModel>
<UnitOfMeasureModel>
<Factor>2</Factor>
<Max>3</Max>
<Min>4</Min>
<UOM>sample string 1</UOM>
</UnitOfMeasureModel>
</UOMList>
<ValueList>
<AttributeValueModel>
<Value>sample string 1</Value>
</AttributeValueModel>
<AttributeValueModel>
<Value>sample string 1</Value>
</AttributeValueModel>
<AttributeValueModel>
<Value>sample string 1</Value>
</AttributeValueModel>
</ValueList>
</TypeCodeAttributeModel>
<TypeCodeAttributeModel>
<AttributeNo>1</AttributeNo>
<BaseUOM>sample string 6</BaseUOM>
<Decimals>5</Decimals>
<LabelName>sample string 2</LabelName>
<Length>4</Length>
<Type>sample string 3</Type>
<UOMList>
<UnitOfMeasureModel>
<Factor>2</Factor>
<Max>3</Max>
<Min>4</Min>
<UOM>sample string 1</UOM>
</UnitOfMeasureModel>
<UnitOfMeasureModel>
<Factor>2</Factor>
<Max>3</Max>
<Min>4</Min>
<UOM>sample string 1</UOM>
</UnitOfMeasureModel>
<UnitOfMeasureModel>
<Factor>2</Factor>
<Max>3</Max>
<Min>4</Min>
<UOM>sample string 1</UOM>
</UnitOfMeasureModel>
</UOMList>
<ValueList>
<AttributeValueModel>
<Value>sample string 1</Value>
</AttributeValueModel>
<AttributeValueModel>
<Value>sample string 1</Value>
</AttributeValueModel>
<AttributeValueModel>
<Value>sample string 1</Value>
</AttributeValueModel>
</ValueList>
</TypeCodeAttributeModel>
</AttributeList>
</TypeCodeAttributeCollectionModel>