GET api/ProductAdmin/GetAttribute
“GetAttribute”的文档。
Response Information
Response body formats
application/json, text/json
Sample:
{
"Items": [
{
"Id": 1,
"Name": "sample string 2",
"ValueId": 3,
"Value": "sample string 4",
"AttrId": 5
},
{
"Id": 1,
"Name": "sample string 2",
"ValueId": 3,
"Value": "sample string 4",
"AttrId": 5
},
{
"Id": 1,
"Name": "sample string 2",
"ValueId": 3,
"Value": "sample string 4",
"AttrId": 5
}
]
}
application/xml, text/xml
Sample:
<AttributeListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TyretoolMail.Models.Admin">
<Items>
<AttributeModel>
<AttrId>5</AttrId>
<Id>1</Id>
<Name>sample string 2</Name>
<Value>sample string 4</Value>
<ValueId>3</ValueId>
</AttributeModel>
<AttributeModel>
<AttrId>5</AttrId>
<Id>1</Id>
<Name>sample string 2</Name>
<Value>sample string 4</Value>
<ValueId>3</ValueId>
</AttributeModel>
<AttributeModel>
<AttrId>5</AttrId>
<Id>1</Id>
<Name>sample string 2</Name>
<Value>sample string 4</Value>
<ValueId>3</ValueId>
</AttributeModel>
</Items>
</AttributeListModel>