GET api/masterdata/outlets/list?LastRequestId={LastRequestId}
Fetches the 100 Outlet Creation requests after the LastRequestId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastRequestId |
The Last Request Id after which the requests are to be fetched |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of OutletsCreated| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopId |
Id of the Outlet |
integer |
None. |
| ShopName |
Name of the Oulet |
string |
None. |
| OutletErpId |
ErpId of the Outlet |
string |
None. |
| BeatName |
Name of the Beat |
string |
None. |
| BeatErpId |
ErpId of the Beat |
string |
None. |
| OwnerName |
Name of the Owner |
string |
None. |
| Contact |
Contact of the Outlet Owner |
string |
None. |
|
EmailId of the Oitlet Owner |
string |
None. |
|
| DistributorErpId |
ErpId of the Distributor |
string |
None. |
| CreatedAt |
Creattion Time of the Outlet |
date |
None. |
| Address |
Address of the Outlet |
string |
None. |
| Market |
Outlet Market Name |
string |
None. |
| SubCity |
Subcity of the outlet considered |
string |
None. |
| City |
City in which outlet is |
string |
None. |
| State |
State of the Outlet considered |
string |
None. |
| Pincode |
Pincode of the Outlet |
string |
None. |
| GSTIN |
GSTIN of the Outlet |
string |
None. |
| Channel |
Channel of the Outlet |
string |
None. |
| ShopType |
Ttpe of the Outlet |
string |
None. |
| Segmentation |
Segmentation of the Outlet |
string |
None. |
| ShopTypeErpId |
Shop Type Erp Id of the Outlet |
string |
None. |
| CustomChannel |
Custom Channel name of the Outlet. Default name will be sent if custom name is missing. |
string |
None. |
| ChannelErpId |
Channel Erp Id of the Outlet |
string |
None. |
| Latitude |
Latitude of the Outlet |
decimal number |
None. |
| Longitude |
Longitude of the Outlet |
decimal number |
None. |
| OutletImageLink |
Image Link of the Outlet |
string |
None. |
| AttributeText4 |
extra attribute text type |
string |
None. |
| AttributeNumber1 |
extra attribute number type |
decimal number |
Range: inclusive between 0 and 50 |
| AttributeNumber2 |
extra attribute number type |
decimal number |
Range: inclusive between 0 and 50 |
| AttributeNumber3 |
extra attribute number type |
decimal number |
Range: inclusive between 0 and 50 |
| AttributeNumber4 |
extra attribute number type |
decimal number |
Range: inclusive between 0 and 50 |
| AttributeBoolean1 |
extra attribute boob type |
boolean |
None. |
| AttributeBoolean2 |
extra attribute boob type |
boolean |
None. |
| AttributeDate1 |
extra attribute date type |
date |
None. |
| AttributeDate2 |
extra attribute date type |
date |
None. |
| DistributorErpIds |
Active Distributor of Outlet mapped via Beat.Multiple Distributor are visible for the Case of Distributor Product Division Mapping |
Collection of string |
None. |
Response Formats
application/json, text/json
[
{
"ShopId": 1,
"ShopName": "sample string 2",
"OutletErpId": "sample string 3",
"BeatName": "sample string 4",
"BeatErpId": "sample string 5",
"OwnerName": "sample string 6",
"Contact": "sample string 7",
"Email": "sample string 8",
"DistributorErpId": "sample string 9",
"CreatedAt": "2026-06-11T21:09:32.2725028+00:00",
"Address": "sample string 11",
"Market": "sample string 12",
"SubCity": "sample string 13",
"City": "sample string 14",
"State": "sample string 15",
"Pincode": "sample string 16",
"GSTIN": "sample string 17",
"Channel": "sample string 18",
"ShopType": "sample string 19",
"Segmentation": "sample string 20",
"ShopTypeErpId": "sample string 21",
"CustomChannel": "sample string 22",
"ChannelErpId": "sample string 23",
"Latitude": 1.0,
"Longitude": 1.0,
"OutletImageLink": "sample string 24",
"AttributeText4": "sample string 25",
"AttributeNumber1": 1.1,
"AttributeNumber2": 1.1,
"AttributeNumber3": 1.1,
"AttributeNumber4": 1.1,
"AttributeBoolean1": true,
"AttributeBoolean2": true,
"AttributeDate1": "2026-06-11T21:09:32.2881292+00:00",
"AttributeDate2": "2026-06-11T21:09:32.2881292+00:00",
"DistributorErpIds": [
"sample string 1",
"sample string 2"
]
},
{
"ShopId": 1,
"ShopName": "sample string 2",
"OutletErpId": "sample string 3",
"BeatName": "sample string 4",
"BeatErpId": "sample string 5",
"OwnerName": "sample string 6",
"Contact": "sample string 7",
"Email": "sample string 8",
"DistributorErpId": "sample string 9",
"CreatedAt": "2026-06-11T21:09:32.2725028+00:00",
"Address": "sample string 11",
"Market": "sample string 12",
"SubCity": "sample string 13",
"City": "sample string 14",
"State": "sample string 15",
"Pincode": "sample string 16",
"GSTIN": "sample string 17",
"Channel": "sample string 18",
"ShopType": "sample string 19",
"Segmentation": "sample string 20",
"ShopTypeErpId": "sample string 21",
"CustomChannel": "sample string 22",
"ChannelErpId": "sample string 23",
"Latitude": 1.0,
"Longitude": 1.0,
"OutletImageLink": "sample string 24",
"AttributeText4": "sample string 25",
"AttributeNumber1": 1.1,
"AttributeNumber2": 1.1,
"AttributeNumber3": 1.1,
"AttributeNumber4": 1.1,
"AttributeBoolean1": true,
"AttributeBoolean2": true,
"AttributeDate1": "2026-06-11T21:09:32.2881292+00:00",
"AttributeDate2": "2026-06-11T21:09:32.2881292+00:00",
"DistributorErpIds": [
"sample string 1",
"sample string 2"
]
}
]
application/xml, text/xml
<ArrayOfOutletsCreated xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalApis.Models.DataAPIs">
<OutletsCreated>
<Address>sample string 11</Address>
<AttributeBoolean1>true</AttributeBoolean1>
<AttributeBoolean2>true</AttributeBoolean2>
<AttributeDate1>2026-06-11T21:09:32.2881292+00:00</AttributeDate1>
<AttributeDate2>2026-06-11T21:09:32.2881292+00:00</AttributeDate2>
<AttributeNumber1>1.1</AttributeNumber1>
<AttributeNumber2>1.1</AttributeNumber2>
<AttributeNumber3>1.1</AttributeNumber3>
<AttributeNumber4>1.1</AttributeNumber4>
<AttributeText4>sample string 25</AttributeText4>
<BeatErpId>sample string 5</BeatErpId>
<BeatName>sample string 4</BeatName>
<Channel>sample string 18</Channel>
<ChannelErpId>sample string 23</ChannelErpId>
<City>sample string 14</City>
<Contact>sample string 7</Contact>
<CreatedAt>2026-06-11T21:09:32.2725028+00:00</CreatedAt>
<CustomChannel>sample string 22</CustomChannel>
<DistributorErpId>sample string 9</DistributorErpId>
<DistributorErpIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</DistributorErpIds>
<Email>sample string 8</Email>
<GSTIN>sample string 17</GSTIN>
<Latitude>1</Latitude>
<Longitude>1</Longitude>
<Market>sample string 12</Market>
<OutletErpId>sample string 3</OutletErpId>
<OutletImageLink>sample string 24</OutletImageLink>
<OwnerName>sample string 6</OwnerName>
<Pincode>sample string 16</Pincode>
<Segmentation>sample string 20</Segmentation>
<ShopId>1</ShopId>
<ShopName>sample string 2</ShopName>
<ShopType>sample string 19</ShopType>
<ShopTypeErpId>sample string 21</ShopTypeErpId>
<State>sample string 15</State>
<SubCity>sample string 13</SubCity>
</OutletsCreated>
<OutletsCreated>
<Address>sample string 11</Address>
<AttributeBoolean1>true</AttributeBoolean1>
<AttributeBoolean2>true</AttributeBoolean2>
<AttributeDate1>2026-06-11T21:09:32.2881292+00:00</AttributeDate1>
<AttributeDate2>2026-06-11T21:09:32.2881292+00:00</AttributeDate2>
<AttributeNumber1>1.1</AttributeNumber1>
<AttributeNumber2>1.1</AttributeNumber2>
<AttributeNumber3>1.1</AttributeNumber3>
<AttributeNumber4>1.1</AttributeNumber4>
<AttributeText4>sample string 25</AttributeText4>
<BeatErpId>sample string 5</BeatErpId>
<BeatName>sample string 4</BeatName>
<Channel>sample string 18</Channel>
<ChannelErpId>sample string 23</ChannelErpId>
<City>sample string 14</City>
<Contact>sample string 7</Contact>
<CreatedAt>2026-06-11T21:09:32.2725028+00:00</CreatedAt>
<CustomChannel>sample string 22</CustomChannel>
<DistributorErpId>sample string 9</DistributorErpId>
<DistributorErpIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</DistributorErpIds>
<Email>sample string 8</Email>
<GSTIN>sample string 17</GSTIN>
<Latitude>1</Latitude>
<Longitude>1</Longitude>
<Market>sample string 12</Market>
<OutletErpId>sample string 3</OutletErpId>
<OutletImageLink>sample string 24</OutletImageLink>
<OwnerName>sample string 6</OwnerName>
<Pincode>sample string 16</Pincode>
<Segmentation>sample string 20</Segmentation>
<ShopId>1</ShopId>
<ShopName>sample string 2</ShopName>
<ShopType>sample string 19</ShopType>
<ShopTypeErpId>sample string 21</ShopTypeErpId>
<State>sample string 15</State>
<SubCity>sample string 13</SubCity>
</OutletsCreated>
</ArrayOfOutletsCreated>