GET api/Watches/GetStoreList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of objList| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"code": 1,
"Name": "sample string 2"
},
{
"code": 1,
"Name": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfobjList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
<objList>
<Name>sample string 2</Name>
<code>1</code>
</objList>
<objList>
<Name>sample string 2</Name>
<code>1</code>
</objList>
</ArrayOfobjList>