List stores [Obsolete("Use ListStoreItems.")]

Lists Stores as a PagedList.

Request
query Parameters
partNo
string

If supplied, the returned StoreItem will have information about onHand.

longitude
string

Longitude for current position. StoreItems will calculate the Distance if supplied together with latitude. Format: decimal.

latitude
string

Latitude for current position. StoreItems will calculate the Distance if supplied together with longitude. Format: decimal.

pageNo
string

Page numbers start with 1. Default is 1. If you specify a pageNo out side the range of items, an empty list will be returned.

pageSize
string

Number of items to display per page.

cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

Responses
200

Success

500

Internal Server Error

get/ApplicationService.svc/rest/ListStores
Response samples
{
  • "ItemCount": 0,
  • "Items": [
    ]
}