POST Api/Shop/GetShopParameter
Request Information
URI Parameters
None.
Body Parameters
GetShopParameterModelName | Description | Type | Additional information |
---|---|---|---|
ShopId | string |
None. |
|
ParameterId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ShopId": "sample string 1", "ParameterId": "sample string 2" }
application/xml, text/xml
Sample:
<GetShopParameterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models"> <ParameterId>sample string 2</ParameterId> <ShopId>sample string 1</ShopId> </GetShopParameterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ShopParameterName | Description | Type | Additional information |
---|---|---|---|
ParameterId | string |
None. |
|
ShopId | string |
None. |
|
Description | string |
None. |
|
Value | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ParameterId": "sample string 1", "ShopId": "sample string 2", "Description": "sample string 3", "Value": "sample string 4" }
application/xml, text/xml
Sample:
<ShopParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Data.Models.Intranet"> <Description>sample string 3</Description> <ParameterId>sample string 1</ParameterId> <ShopId>sample string 2</ShopId> <Value>sample string 4</Value> </ShopParameter>