GET api/data/selectGdsLable

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

shopResponeOfListOfPlatGoodsLable
NameDescriptionTypeAdditional information
Message

string

None.

Success

boolean

None.

total

integer

None.

data

Collection of PlatGoodsLable

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Success": true,
  "total": 3,
  "data": [
    {
      "ID": "sample string 1",
      "Name": "sample string 2",
      "Path": "sample string 3"
    },
    {
      "ID": "sample string 1",
      "Name": "sample string 2",
      "Path": "sample string 3"
    }
  ]
}

application/xml, text/xml

Sample:
<shopResponeOfArrayOfPlatGoodsLableQmW33w9Q xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YFA8Shop.Api.Models">
  <Message>sample string 1</Message>
  <Success>true</Success>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/YFA8Shop.Entitys">
    <d2p1:PlatGoodsLable>
      <d2p1:ID>sample string 1</d2p1:ID>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:Path>sample string 3</d2p1:Path>
    </d2p1:PlatGoodsLable>
    <d2p1:PlatGoodsLable>
      <d2p1:ID>sample string 1</d2p1:ID>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:Path>sample string 3</d2p1:Path>
    </d2p1:PlatGoodsLable>
  </data>
  <total>3</total>
</shopResponeOfArrayOfPlatGoodsLableQmW33w9Q>