GET api/v1/Store/Stores?SiteId={SiteId}

Query store information for a specific site

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SiteId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

List of Stores

Collection of Store
NameDescriptionTypeAdditional information
StoreId

globally unique identifier

None.

StoreNumber

integer

None.

StoreTypeId

globally unique identifier

None.

StoreTypeName

string

None.

SiteId

globally unique identifier

None.

StateId

globally unique identifier

None.

CountryId

integer

None.

StoreName

string

None.

AddressLine1

string

None.

AddressLine2

string

None.

AddressLine3

string

None.

AddressLine4

string

None.

PostalCode

string

None.

OfficeTelephone

string

None.

CityName

string

None.

ManagerName

string

None.

ManagerCellPhone

string

None.

DistributionCentreId

globally unique identifier

None.

IsActive

boolean

None.

EmailAddress

string

None.

McDonaldsStoreNumber

string

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

ExternalId

string

None.

CustomerId

globally unique identifier

None.

CustomerName

string

None.

DCCode

string

None.

StoreGroupId

globally unique identifier

None.

StoreGroupName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "StoreId": "34b5def3-842f-4b56-a52c-6ac054068e3b",
    "StoreNumber": 1,
    "StoreTypeId": "366eb67a-d8da-4c6b-be72-a918a7d4f65f",
    "StoreTypeName": "sample string 2",
    "SiteId": "a00f69b4-0075-4c68-97fc-d40b9a50f873",
    "StateId": "a2d777f1-3a33-44ab-bded-a6639c454d6c",
    "CountryId": 1,
    "StoreName": "sample string 3",
    "AddressLine1": "sample string 4",
    "AddressLine2": "sample string 5",
    "AddressLine3": "sample string 6",
    "AddressLine4": "sample string 7",
    "PostalCode": "sample string 8",
    "OfficeTelephone": "sample string 9",
    "CityName": "sample string 10",
    "ManagerName": "sample string 11",
    "ManagerCellPhone": "sample string 12",
    "DistributionCentreId": "84870dee-0bda-43a9-8415-e421cbca129e",
    "IsActive": true,
    "EmailAddress": "sample string 13",
    "McDonaldsStoreNumber": "sample string 14",
    "Latitude": 1.0,
    "Longitude": 1.0,
    "ExternalId": "sample string 15",
    "CustomerId": "0241cb47-0128-47ee-be9b-9a37911becc7",
    "CustomerName": "sample string 16",
    "DCCode": "sample string 17",
    "StoreGroupId": "e22f6a13-272a-4e79-b9e8-f29e6966e9e1",
    "StoreGroupName": "sample string 18"
  },
  {
    "StoreId": "34b5def3-842f-4b56-a52c-6ac054068e3b",
    "StoreNumber": 1,
    "StoreTypeId": "366eb67a-d8da-4c6b-be72-a918a7d4f65f",
    "StoreTypeName": "sample string 2",
    "SiteId": "a00f69b4-0075-4c68-97fc-d40b9a50f873",
    "StateId": "a2d777f1-3a33-44ab-bded-a6639c454d6c",
    "CountryId": 1,
    "StoreName": "sample string 3",
    "AddressLine1": "sample string 4",
    "AddressLine2": "sample string 5",
    "AddressLine3": "sample string 6",
    "AddressLine4": "sample string 7",
    "PostalCode": "sample string 8",
    "OfficeTelephone": "sample string 9",
    "CityName": "sample string 10",
    "ManagerName": "sample string 11",
    "ManagerCellPhone": "sample string 12",
    "DistributionCentreId": "84870dee-0bda-43a9-8415-e421cbca129e",
    "IsActive": true,
    "EmailAddress": "sample string 13",
    "McDonaldsStoreNumber": "sample string 14",
    "Latitude": 1.0,
    "Longitude": 1.0,
    "ExternalId": "sample string 15",
    "CustomerId": "0241cb47-0128-47ee-be9b-9a37911becc7",
    "CustomerName": "sample string 16",
    "DCCode": "sample string 17",
    "StoreGroupId": "e22f6a13-272a-4e79-b9e8-f29e6966e9e1",
    "StoreGroupName": "sample string 18"
  }
]

application/xml, text/xml

Sample:
<ArrayOfStore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/nfuels_sharedmodels.Models.Store">
  <Store>
    <AddressLine1>sample string 4</AddressLine1>
    <AddressLine2>sample string 5</AddressLine2>
    <AddressLine3>sample string 6</AddressLine3>
    <AddressLine4>sample string 7</AddressLine4>
    <CityName>sample string 10</CityName>
    <CountryId>1</CountryId>
    <CustomerId>0241cb47-0128-47ee-be9b-9a37911becc7</CustomerId>
    <CustomerName>sample string 16</CustomerName>
    <DCCode>sample string 17</DCCode>
    <DistributionCentreId>84870dee-0bda-43a9-8415-e421cbca129e</DistributionCentreId>
    <EmailAddress>sample string 13</EmailAddress>
    <ExternalId>sample string 15</ExternalId>
    <IsActive>true</IsActive>
    <Latitude>1</Latitude>
    <Longitude>1</Longitude>
    <ManagerCellPhone>sample string 12</ManagerCellPhone>
    <ManagerName>sample string 11</ManagerName>
    <McDonaldsStoreNumber>sample string 14</McDonaldsStoreNumber>
    <OfficeTelephone>sample string 9</OfficeTelephone>
    <PostalCode>sample string 8</PostalCode>
    <SiteId>a00f69b4-0075-4c68-97fc-d40b9a50f873</SiteId>
    <StateId>a2d777f1-3a33-44ab-bded-a6639c454d6c</StateId>
    <StoreGroupId>e22f6a13-272a-4e79-b9e8-f29e6966e9e1</StoreGroupId>
    <StoreGroupName>sample string 18</StoreGroupName>
    <StoreId>34b5def3-842f-4b56-a52c-6ac054068e3b</StoreId>
    <StoreName>sample string 3</StoreName>
    <StoreNumber>1</StoreNumber>
    <StoreTypeId>366eb67a-d8da-4c6b-be72-a918a7d4f65f</StoreTypeId>
    <StoreTypeName>sample string 2</StoreTypeName>
  </Store>
  <Store>
    <AddressLine1>sample string 4</AddressLine1>
    <AddressLine2>sample string 5</AddressLine2>
    <AddressLine3>sample string 6</AddressLine3>
    <AddressLine4>sample string 7</AddressLine4>
    <CityName>sample string 10</CityName>
    <CountryId>1</CountryId>
    <CustomerId>0241cb47-0128-47ee-be9b-9a37911becc7</CustomerId>
    <CustomerName>sample string 16</CustomerName>
    <DCCode>sample string 17</DCCode>
    <DistributionCentreId>84870dee-0bda-43a9-8415-e421cbca129e</DistributionCentreId>
    <EmailAddress>sample string 13</EmailAddress>
    <ExternalId>sample string 15</ExternalId>
    <IsActive>true</IsActive>
    <Latitude>1</Latitude>
    <Longitude>1</Longitude>
    <ManagerCellPhone>sample string 12</ManagerCellPhone>
    <ManagerName>sample string 11</ManagerName>
    <McDonaldsStoreNumber>sample string 14</McDonaldsStoreNumber>
    <OfficeTelephone>sample string 9</OfficeTelephone>
    <PostalCode>sample string 8</PostalCode>
    <SiteId>a00f69b4-0075-4c68-97fc-d40b9a50f873</SiteId>
    <StateId>a2d777f1-3a33-44ab-bded-a6639c454d6c</StateId>
    <StoreGroupId>e22f6a13-272a-4e79-b9e8-f29e6966e9e1</StoreGroupId>
    <StoreGroupName>sample string 18</StoreGroupName>
    <StoreId>34b5def3-842f-4b56-a52c-6ac054068e3b</StoreId>
    <StoreName>sample string 3</StoreName>
    <StoreNumber>1</StoreNumber>
    <StoreTypeId>366eb67a-d8da-4c6b-be72-a918a7d4f65f</StoreTypeId>
    <StoreTypeName>sample string 2</StoreTypeName>
  </Store>
</ArrayOfStore>