GET storesearch/Permissions/{year}/{scope}/{searchTerm}?District={District}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
District

string

Required

year

string

None.

scope

string

None.

searchTerm

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Stores
NameDescriptionTypeAdditional information
store

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "store": "sample string 1"
  },
  {
    "store": "sample string 1"
  }
]