GET api/IPP/GetStoreCodeListIPPStore?StoreCode={StoreCode}
Documentation for 'GetStoreCodeListIPPStore'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| StoreCode | Documentation for 'StoreCode'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"label": "sample string 1",
"value": "sample string 2"
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfStoreCodeAutoComplete xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<StoreCodeAutoComplete>
<label>sample string 1</label>
<value>sample string 2</value>
</StoreCodeAutoComplete>
<StoreCodeAutoComplete>
<label>sample string 1</label>
<value>sample string 2</value>
</StoreCodeAutoComplete>
<StoreCodeAutoComplete>
<label>sample string 1</label>
<value>sample string 2</value>
</StoreCodeAutoComplete>
</ArrayOfStoreCodeAutoComplete>