GET api/IPP/GetListIPPStore?StoreCode={StoreCode}

Documentation for 'GetListIPPStore'.

Request Information

Parameters

NameDescriptionAdditional information
StoreCode
Documentation for 'StoreCode'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ID": "630e76d5-a8a4-47e4-9015-7155398749fb",
    "StoreCode": "sample string 2",
    "StoreName": "sample string 3",
    "Address": "sample string 4",
    "PostalCode": "sample string 5",
    "Latitude": "sample string 6",
    "Longitude": "sample string 7",
    "DcCode": "sample string 8",
    "DcName": "sample string 9",
    "DcAlias": "sample string 10",
    "Province": "sample string 11",
    "ProvinceName": "sample string 12",
    "City": "sample string 13",
    "CityName": "sample string 14",
    "District": "sample string 15",
    "DistrictName": "sample string 16",
    "SubDistrict": "sample string 17",
    "SubDistrictName": "sample string 18",
    "IsDeleted": true,
    "CreatedBy": "sample string 20",
    "CreatedDate": "2026-06-06T04:22:43.9271395+07:00",
    "UpdatedBy": "sample string 21",
    "UpdatedDate": "2026-06-06T04:22:43.9271395+07:00"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfStoreIPPModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <StoreIPPModel>
    <ID>630e76d5-a8a4-47e4-9015-7155398749fb</ID>
    <StoreCode>sample string 2</StoreCode>
    <StoreName>sample string 3</StoreName>
    <Address>sample string 4</Address>
    <PostalCode>sample string 5</PostalCode>
    <Latitude>sample string 6</Latitude>
    <Longitude>sample string 7</Longitude>
    <DcCode>sample string 8</DcCode>
    <DcName>sample string 9</DcName>
    <DcAlias>sample string 10</DcAlias>
    <Province>sample string 11</Province>
    <ProvinceName>sample string 12</ProvinceName>
    <City>sample string 13</City>
    <CityName>sample string 14</CityName>
    <District>sample string 15</District>
    <DistrictName>sample string 16</DistrictName>
    <SubDistrict>sample string 17</SubDistrict>
    <SubDistrictName>sample string 18</SubDistrictName>
    <IsDeleted>true</IsDeleted>
    <CreatedBy>sample string 20</CreatedBy>
    <CreatedDate>2026-06-06T04:22:43.9271395+07:00</CreatedDate>
    <UpdatedBy>sample string 21</UpdatedBy>
    <UpdatedDate>2026-06-06T04:22:43.9271395+07:00</UpdatedDate>
  </StoreIPPModel>
  <StoreIPPModel>
    <ID>630e76d5-a8a4-47e4-9015-7155398749fb</ID>
    <StoreCode>sample string 2</StoreCode>
    <StoreName>sample string 3</StoreName>
    <Address>sample string 4</Address>
    <PostalCode>sample string 5</PostalCode>
    <Latitude>sample string 6</Latitude>
    <Longitude>sample string 7</Longitude>
    <DcCode>sample string 8</DcCode>
    <DcName>sample string 9</DcName>
    <DcAlias>sample string 10</DcAlias>
    <Province>sample string 11</Province>
    <ProvinceName>sample string 12</ProvinceName>
    <City>sample string 13</City>
    <CityName>sample string 14</CityName>
    <District>sample string 15</District>
    <DistrictName>sample string 16</DistrictName>
    <SubDistrict>sample string 17</SubDistrict>
    <SubDistrictName>sample string 18</SubDistrictName>
    <IsDeleted>true</IsDeleted>
    <CreatedBy>sample string 20</CreatedBy>
    <CreatedDate>2026-06-06T04:22:43.9271395+07:00</CreatedDate>
    <UpdatedBy>sample string 21</UpdatedBy>
    <UpdatedDate>2026-06-06T04:22:43.9271395+07:00</UpdatedDate>
  </StoreIPPModel>
  <StoreIPPModel>
    <ID>630e76d5-a8a4-47e4-9015-7155398749fb</ID>
    <StoreCode>sample string 2</StoreCode>
    <StoreName>sample string 3</StoreName>
    <Address>sample string 4</Address>
    <PostalCode>sample string 5</PostalCode>
    <Latitude>sample string 6</Latitude>
    <Longitude>sample string 7</Longitude>
    <DcCode>sample string 8</DcCode>
    <DcName>sample string 9</DcName>
    <DcAlias>sample string 10</DcAlias>
    <Province>sample string 11</Province>
    <ProvinceName>sample string 12</ProvinceName>
    <City>sample string 13</City>
    <CityName>sample string 14</CityName>
    <District>sample string 15</District>
    <DistrictName>sample string 16</DistrictName>
    <SubDistrict>sample string 17</SubDistrict>
    <SubDistrictName>sample string 18</SubDistrictName>
    <IsDeleted>true</IsDeleted>
    <CreatedBy>sample string 20</CreatedBy>
    <CreatedDate>2026-06-06T04:22:43.9271395+07:00</CreatedDate>
    <UpdatedBy>sample string 21</UpdatedBy>
    <UpdatedDate>2026-06-06T04:22:43.9271395+07:00</UpdatedDate>
  </StoreIPPModel>
</ArrayOfStoreIPPModel>