GET api/SimpleOrder/GetAttributeValueByID/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BuyInfo| Name | Description | Type | Additional 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>