GET api/ProductAdmin/GetAttDetails?skuid={skuid}
“GetAttDetails”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| skuid | “skuid”的文档。 |
Define this parameter in the request URI. |
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/TaiShengShi.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>