GET api/{area}/SimpleOrder/GetAttributeValueByID/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

area

string

None.

Body Parameters

None.

Response Information

Resource Description

BuyInfo
NameDescriptionTypeAdditional information
SetIDLayer

string

None.

NameLayer

string

None.

ValueIco

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SetIDLayer": "sample string 1",
  "NameLayer": "sample string 2",
  "ValueIco": "sample string 3"
}

application/xml, text/xml

Sample:
<BuyInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WST.SimpleShop.Entity.Custom">
  <SetIDLayer>sample string 1</SetIDLayer>
  <NameLayer>sample string 2</NameLayer>
  <ValueIco>sample string 3</ValueIco>
</BuyInfo>