GET api/IPP/GetLastIPPStore?StoreCode={StoreCode}
Documentation for 'GetLastIPPStore'.
Request Information
Parameters
| Name | Description | Additional 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": "4cfdde44-821c-4260-b8aa-94538f0db369",
"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:53.8647149+07:00",
"UpdatedBy": "sample string 21",
"UpdatedDate": "2026-06-06T04:22:53.8647149+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>4cfdde44-821c-4260-b8aa-94538f0db369</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:53.8647149+07:00</CreatedDate>
<UpdatedBy>sample string 21</UpdatedBy>
<UpdatedDate>2026-06-06T04:22:53.8647149+07:00</UpdatedDate>
</StoreIPPModel>
<StoreIPPModel>
<ID>4cfdde44-821c-4260-b8aa-94538f0db369</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:53.8647149+07:00</CreatedDate>
<UpdatedBy>sample string 21</UpdatedBy>
<UpdatedDate>2026-06-06T04:22:53.8647149+07:00</UpdatedDate>
</StoreIPPModel>
<StoreIPPModel>
<ID>4cfdde44-821c-4260-b8aa-94538f0db369</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:53.8647149+07:00</CreatedDate>
<UpdatedBy>sample string 21</UpdatedBy>
<UpdatedDate>2026-06-06T04:22:53.8647149+07:00</UpdatedDate>
</StoreIPPModel>
</ArrayOfStoreIPPModel>