GET api/Store/GetStoresByRegionAndKeyDB/{id}?key={key}&currPage={currPage}&pageSize={pageSize}&CustId={CustId}

Documentation for 'GetStoresByRegionAndKeyDB'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

key
Documentation for 'key'.

Define this parameter in the request URI.

currPage
Documentation for 'currPage'.

Define this parameter in the request URI.

pageSize
Documentation for 'pageSize'.

Define this parameter in the request URI.

CustId
Documentation for 'CustId'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ID": "e198b675-2660-49bb-afe8-e885db807b78",
    "Code": "sample string 2",
    "Type": "sample string 3",
    "Name": "sample string 4",
    "Street": "sample string 5",
    "District": "sample string 6",
    "ZipCode": "sample string 7",
    "Phone": "sample string 8",
    "TimeZone": "sample string 9",
    "IPAddress": "sample string 10",
    "Latitude": "sample string 11",
    "Longitude": "sample string 12",
    "RegionId": "2127a23b-e24e-4c18-80a7-51fe95dd7eed",
    "Region": {
      "$id": "2",
      "ID": "dad5fed2-7e89-48b1-a7bc-d4cd274f3de1",
      "RegionName": "sample string 2",
      "DistrictName": "sample string 3",
      "DistrictID": 4,
      "ProvinceId": "16decb47-6711-4c61-8b9c-9979aaad6bdb",
      "Province": {
        "$id": "3",
        "ID": "5c107856-6a5f-4676-9207-7cc3343813c2",
        "ProvinceName": "sample string 2",
        "IsDeleted": true
      },
      "IsDeleted": true
    },
    "IsDeleted": true,
    "DistrictId": 15,
    "IsActivate": true,
    "IsFreeGift": true,
    "Manager": "sample string 17",
    "ManagerOnDuty": "sample string 18",
    "Shift": "sample string 19",
    "TotalPage": 20,
    "ActiveDate": "2026-06-06T04:30:50.1539625+07:00",
    "stringActiveDate": "sample string 22",
    "IsActiveDate": true,
    "IsApprovedCPS": true,
    "IsApprovedNet": true,
    "DCCode": "sample string 26",
    "Branch_ID": "f4e98aee-5ac0-4a4f-959b-88bedffcb242",
    "RadiusStoreMap": "sample string 28",
    "IsBKMS": true,
    "StoreMerchantBrand": "sample string 30"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfStoreModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <StoreModel>
    <ID>e198b675-2660-49bb-afe8-e885db807b78</ID>
    <Code>sample string 2</Code>
    <Type>sample string 3</Type>
    <Name>sample string 4</Name>
    <Street>sample string 5</Street>
    <District>sample string 6</District>
    <ZipCode>sample string 7</ZipCode>
    <Phone>sample string 8</Phone>
    <TimeZone>sample string 9</TimeZone>
    <IPAddress>sample string 10</IPAddress>
    <Latitude>sample string 11</Latitude>
    <Longitude>sample string 12</Longitude>
    <RegionId>2127a23b-e24e-4c18-80a7-51fe95dd7eed</RegionId>
    <Region>
      <ID>dad5fed2-7e89-48b1-a7bc-d4cd274f3de1</ID>
      <RegionName>sample string 2</RegionName>
      <DistrictName>sample string 3</DistrictName>
      <DistrictID>4</DistrictID>
      <ProvinceId>16decb47-6711-4c61-8b9c-9979aaad6bdb</ProvinceId>
      <Province>
        <ID>5c107856-6a5f-4676-9207-7cc3343813c2</ID>
        <ProvinceName>sample string 2</ProvinceName>
        <IsDeleted>true</IsDeleted>
      </Province>
      <IsDeleted>true</IsDeleted>
    </Region>
    <IsDeleted>true</IsDeleted>
    <DistrictId>15</DistrictId>
    <IsActivate>true</IsActivate>
    <IsFreeGift>true</IsFreeGift>
    <Manager>sample string 17</Manager>
    <ManagerOnDuty>sample string 18</ManagerOnDuty>
    <Shift>sample string 19</Shift>
    <TotalPage>20</TotalPage>
    <ActiveDate>2026-06-06T04:30:50.1539625+07:00</ActiveDate>
    <stringActiveDate>sample string 22</stringActiveDate>
    <IsActiveDate>true</IsActiveDate>
    <IsApprovedCPS>true</IsApprovedCPS>
    <IsApprovedNet>true</IsApprovedNet>
    <DCCode>sample string 26</DCCode>
    <Branch_ID>f4e98aee-5ac0-4a4f-959b-88bedffcb242</Branch_ID>
    <RadiusStoreMap>sample string 28</RadiusStoreMap>
    <IsBKMS>true</IsBKMS>
    <StoreMerchantBrand>sample string 30</StoreMerchantBrand>
  </StoreModel>
  <StoreModel>
    <ID>e198b675-2660-49bb-afe8-e885db807b78</ID>
    <Code>sample string 2</Code>
    <Type>sample string 3</Type>
    <Name>sample string 4</Name>
    <Street>sample string 5</Street>
    <District>sample string 6</District>
    <ZipCode>sample string 7</ZipCode>
    <Phone>sample string 8</Phone>
    <TimeZone>sample string 9</TimeZone>
    <IPAddress>sample string 10</IPAddress>
    <Latitude>sample string 11</Latitude>
    <Longitude>sample string 12</Longitude>
    <RegionId>2127a23b-e24e-4c18-80a7-51fe95dd7eed</RegionId>
    <Region>
      <ID>dad5fed2-7e89-48b1-a7bc-d4cd274f3de1</ID>
      <RegionName>sample string 2</RegionName>
      <DistrictName>sample string 3</DistrictName>
      <DistrictID>4</DistrictID>
      <ProvinceId>16decb47-6711-4c61-8b9c-9979aaad6bdb</ProvinceId>
      <Province>
        <ID>5c107856-6a5f-4676-9207-7cc3343813c2</ID>
        <ProvinceName>sample string 2</ProvinceName>
        <IsDeleted>true</IsDeleted>
      </Province>
      <IsDeleted>true</IsDeleted>
    </Region>
    <IsDeleted>true</IsDeleted>
    <DistrictId>15</DistrictId>
    <IsActivate>true</IsActivate>
    <IsFreeGift>true</IsFreeGift>
    <Manager>sample string 17</Manager>
    <ManagerOnDuty>sample string 18</ManagerOnDuty>
    <Shift>sample string 19</Shift>
    <TotalPage>20</TotalPage>
    <ActiveDate>2026-06-06T04:30:50.1539625+07:00</ActiveDate>
    <stringActiveDate>sample string 22</stringActiveDate>
    <IsActiveDate>true</IsActiveDate>
    <IsApprovedCPS>true</IsApprovedCPS>
    <IsApprovedNet>true</IsApprovedNet>
    <DCCode>sample string 26</DCCode>
    <Branch_ID>f4e98aee-5ac0-4a4f-959b-88bedffcb242</Branch_ID>
    <RadiusStoreMap>sample string 28</RadiusStoreMap>
    <IsBKMS>true</IsBKMS>
    <StoreMerchantBrand>sample string 30</StoreMerchantBrand>
  </StoreModel>
  <StoreModel>
    <ID>e198b675-2660-49bb-afe8-e885db807b78</ID>
    <Code>sample string 2</Code>
    <Type>sample string 3</Type>
    <Name>sample string 4</Name>
    <Street>sample string 5</Street>
    <District>sample string 6</District>
    <ZipCode>sample string 7</ZipCode>
    <Phone>sample string 8</Phone>
    <TimeZone>sample string 9</TimeZone>
    <IPAddress>sample string 10</IPAddress>
    <Latitude>sample string 11</Latitude>
    <Longitude>sample string 12</Longitude>
    <RegionId>2127a23b-e24e-4c18-80a7-51fe95dd7eed</RegionId>
    <Region>
      <ID>dad5fed2-7e89-48b1-a7bc-d4cd274f3de1</ID>
      <RegionName>sample string 2</RegionName>
      <DistrictName>sample string 3</DistrictName>
      <DistrictID>4</DistrictID>
      <ProvinceId>16decb47-6711-4c61-8b9c-9979aaad6bdb</ProvinceId>
      <Province>
        <ID>5c107856-6a5f-4676-9207-7cc3343813c2</ID>
        <ProvinceName>sample string 2</ProvinceName>
        <IsDeleted>true</IsDeleted>
      </Province>
      <IsDeleted>true</IsDeleted>
    </Region>
    <IsDeleted>true</IsDeleted>
    <DistrictId>15</DistrictId>
    <IsActivate>true</IsActivate>
    <IsFreeGift>true</IsFreeGift>
    <Manager>sample string 17</Manager>
    <ManagerOnDuty>sample string 18</ManagerOnDuty>
    <Shift>sample string 19</Shift>
    <TotalPage>20</TotalPage>
    <ActiveDate>2026-06-06T04:30:50.1539625+07:00</ActiveDate>
    <stringActiveDate>sample string 22</stringActiveDate>
    <IsActiveDate>true</IsActiveDate>
    <IsApprovedCPS>true</IsApprovedCPS>
    <IsApprovedNet>true</IsApprovedNet>
    <DCCode>sample string 26</DCCode>
    <Branch_ID>f4e98aee-5ac0-4a4f-959b-88bedffcb242</Branch_ID>
    <RadiusStoreMap>sample string 28</RadiusStoreMap>
    <IsBKMS>true</IsBKMS>
    <StoreMerchantBrand>sample string 30</StoreMerchantBrand>
  </StoreModel>
</ArrayOfStoreModel>