GET api/invoice/shopnames
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ShopNames| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopName | string |
None. |
|
| ShopCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ShopName": "sample string 1",
"ShopCode": 2
},
{
"ShopName": "sample string 1",
"ShopCode": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfShopNames xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ShopNames>
<ShopCode>2</ShopCode>
<ShopName>sample string 1</ShopName>
</ShopNames>
<ShopNames>
<ShopCode>2</ShopCode>
<ShopName>sample string 1</ShopName>
</ShopNames>
</ArrayOfShopNames>