GET api/V3/OutletAdditionRequest/list?LastRequestId={LastRequestId}&IsManagerApproved={IsManagerApproved}

Fetches the 100 Outlet Creation requests after the LastRequestId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LastRequestId

The Last Request Id after which the requests are to be fetched

integer

Default value is 0

IsManagerApproved

If we need manager approved outlets only.Values will be true or false

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Collection of OutletCreationRequest
NameDescriptionTypeAdditional information
ApprovedByManager

Boolean to show if it is Approved By Manager

boolean

None.

Latitude

Latitude of Outlet

decimal number

None.

Longitude

Longitude of the Outlet

decimal number

None.

Beat

Beat Name of the Outlet

string

None.

Territory

Territory of the Beat of the Outlet

string

None.

Region

Region for the Territory of the Outlet

string

None.

Zone

Zone for the region of the Outlet

string

None.

EmployeeName

Name of the Employee who Requested the Outlet Creation

string

None.

EmpoyeeERPId

Erp/Sap Id of the Employee who Requested the Outlet Creation

string

None.

Time

Time of the Request for the Outlet Creation

date

None.

Route

attached route details

Collection of RouteData

None.

DistributorErpId

Distributor ErpId of the Outlet

string

None.

PanCard

PAN Card of the Outlet

string

None.

ChannelErpId

PAN Card of the Outlet

string

None.

CustomChannel

Custom Channel name of the Outlet. Default name will be sent if custom name is missing.

string

None.

IsUpdated

Is the outlet updated

boolean

None.

Aadhar

string

None.

EditedRequest

Edited details

EditedRequest

None.

RequestId

Request id

integer

Required

OutletName

Name of the Outlet

string

Required

String length: inclusive between 0 and 100

OutletErpId

ErpId/SAPId of the Outlet

string

Required

String length: inclusive between 1 and 50

Address

Address of the Outlet

string

String length: inclusive between 0 and 1000

ShopType

ShopType

string

String length: inclusive between 0 and 50

ShopTypeErpId

ShopType

string

String length: inclusive between 0 and 50

MarketName

Market Name in which the Outlet is located

string

None.

State

State in which Outlet is located

string

None.

OwnersName

Name of the Outlet Owner/Manager

string

String length: inclusive between 0 and 200

City

City in which the Outlet is Located

string

Required

String length: inclusive between 0 and 30

OwnersNo

Contact No of the Outlet Owner/Manager

string

String length: inclusive between 0 and 20

GSTIN

GSTIN No of the Outlet

string

String length: inclusive between 0 and 16

Email

EmailId of the Owner of the Outlet

string

String length: inclusive between 0 and 100

PinCode

PinCode of the Area in which the Outlet is Located

string

Matching regular expression pattern: ^[1-9]\d{4,5}$

String length: inclusive between 5 and 6

Segmentation

Outlet Segmentation

Segmentation

None.

OutletChannel

Outlet Channel

OutletChannel

None.

GSTRegistered

GST Registered

boolean

None.

BankAccountNumber

Bank Account Number

string

String length: inclusive between 0 and 18

AccountHoldersName

Account Holders Name

string

None.

IFSCCode

IFSC Code

string

String length: inclusive between 0 and 11

AttributeText1

string

None.

AttributeText2

string

None.

AttributeText3

string

None.

AttributeText4

Extra attribute type text

string

String length: inclusive between 0 and 50

AttributeNumber1

Extra attribute type decimal

decimal number

Range: inclusive between 0 and 50

AttributeNumber2

Extra attribute type decimal

decimal number

Range: inclusive between 0 and 50

AttributeNumber3

Extra attribute type decimal

decimal number

Range: inclusive between 0 and 50

AttributeNumber4

Extra attribute type decimal

decimal number

Range: inclusive between 0 and 50

AttributeBoolean1

Extra attribute type boolean

boolean

None.

AttributeBoolean2

Extra attribute type boolean

boolean

None.

AttributeDate1

Extra attribute type date

date

Data type: Date

AttributeDate2

Extra attribute type date

date

Data type: Date

Response Formats

application/json, text/json

Sample:
[
  {
    "ApprovedByManager": true,
    "Latitude": 1.0,
    "Longitude": 1.0,
    "Beat": "sample string 2",
    "Territory": "sample string 3",
    "Region": "sample string 4",
    "Zone": "sample string 5",
    "EmployeeName": "sample string 6",
    "EmpoyeeERPId": "sample string 7",
    "Time": "2025-04-04T05:41:58.6915909+00:00",
    "Route": [
      {
        "Name": "sample string 1",
        "ErpId": "sample string 2"
      },
      {
        "Name": "sample string 1",
        "ErpId": "sample string 2"
      }
    ],
    "DistributorErpId": "sample string 9",
    "PanCard": "sample string 10",
    "ChannelErpId": "sample string 11",
    "CustomChannel": "sample string 12",
    "IsUpdated": true,
    "Aadhar": "sample string 14",
    "EditedRequest": {
      "OutletName": "sample string 1",
      "Address": "sample string 2",
      "OwnersName": "sample string 3",
      "Email": "sample string 4",
      "MarketName": "sample string 5",
      "GSTIN": "sample string 6",
      "PanCard": "sample string 7",
      "ShopType": "sample string 8",
      "Segmentation": "Undefined",
      "PinCode": "sample string 9",
      "OutletChannel": "Others",
      "OwnersNo": "sample string 10",
      "GSTRegistered": true,
      "BankAccountNumber": "sample string 12",
      "AccountHoldersName": "sample string 13",
      "IFSCCode": "sample string 14",
      "ChannelErpId": "sample string 15",
      "CustomChannel": "sample string 16",
      "ShopTypeErpId": "sample string 17"
    },
    "RequestId": 15,
    "OutletName": "sample string 16",
    "OutletErpId": "sample string 17",
    "Address": "sample string 18",
    "ShopType": "sample string 19",
    "ShopTypeErpId": "sample string 20",
    "MarketName": "sample string 21",
    "State": "sample string 22",
    "OwnersName": "sample string 23",
    "City": "sample string 24",
    "OwnersNo": "sample string 25",
    "GSTIN": "sample string 26",
    "Email": "sample string 27",
    "PinCode": "sample string 28",
    "Segmentation": "Undefined",
    "OutletChannel": "Others",
    "GSTRegistered": true,
    "BankAccountNumber": "sample string 30",
    "AccountHoldersName": "sample string 31",
    "IFSCCode": "sample string 32",
    "AttributeText1": "sample string 33",
    "AttributeText2": "sample string 34",
    "AttributeText3": "sample string 35",
    "AttributeText4": "sample string 36",
    "AttributeNumber1": 1.1,
    "AttributeNumber2": 1.1,
    "AttributeNumber3": 1.1,
    "AttributeNumber4": 1.1,
    "AttributeBoolean1": true,
    "AttributeBoolean2": true,
    "AttributeDate1": "2025-04-04T05:41:58.6915909+00:00",
    "AttributeDate2": "2025-04-04T05:41:58.6915909+00:00"
  },
  {
    "ApprovedByManager": true,
    "Latitude": 1.0,
    "Longitude": 1.0,
    "Beat": "sample string 2",
    "Territory": "sample string 3",
    "Region": "sample string 4",
    "Zone": "sample string 5",
    "EmployeeName": "sample string 6",
    "EmpoyeeERPId": "sample string 7",
    "Time": "2025-04-04T05:41:58.6915909+00:00",
    "Route": [
      {
        "Name": "sample string 1",
        "ErpId": "sample string 2"
      },
      {
        "Name": "sample string 1",
        "ErpId": "sample string 2"
      }
    ],
    "DistributorErpId": "sample string 9",
    "PanCard": "sample string 10",
    "ChannelErpId": "sample string 11",
    "CustomChannel": "sample string 12",
    "IsUpdated": true,
    "Aadhar": "sample string 14",
    "EditedRequest": {
      "OutletName": "sample string 1",
      "Address": "sample string 2",
      "OwnersName": "sample string 3",
      "Email": "sample string 4",
      "MarketName": "sample string 5",
      "GSTIN": "sample string 6",
      "PanCard": "sample string 7",
      "ShopType": "sample string 8",
      "Segmentation": "Undefined",
      "PinCode": "sample string 9",
      "OutletChannel": "Others",
      "OwnersNo": "sample string 10",
      "GSTRegistered": true,
      "BankAccountNumber": "sample string 12",
      "AccountHoldersName": "sample string 13",
      "IFSCCode": "sample string 14",
      "ChannelErpId": "sample string 15",
      "CustomChannel": "sample string 16",
      "ShopTypeErpId": "sample string 17"
    },
    "RequestId": 15,
    "OutletName": "sample string 16",
    "OutletErpId": "sample string 17",
    "Address": "sample string 18",
    "ShopType": "sample string 19",
    "ShopTypeErpId": "sample string 20",
    "MarketName": "sample string 21",
    "State": "sample string 22",
    "OwnersName": "sample string 23",
    "City": "sample string 24",
    "OwnersNo": "sample string 25",
    "GSTIN": "sample string 26",
    "Email": "sample string 27",
    "PinCode": "sample string 28",
    "Segmentation": "Undefined",
    "OutletChannel": "Others",
    "GSTRegistered": true,
    "BankAccountNumber": "sample string 30",
    "AccountHoldersName": "sample string 31",
    "IFSCCode": "sample string 32",
    "AttributeText1": "sample string 33",
    "AttributeText2": "sample string 34",
    "AttributeText3": "sample string 35",
    "AttributeText4": "sample string 36",
    "AttributeNumber1": 1.1,
    "AttributeNumber2": 1.1,
    "AttributeNumber3": 1.1,
    "AttributeNumber4": 1.1,
    "AttributeBoolean1": true,
    "AttributeBoolean2": true,
    "AttributeDate1": "2025-04-04T05:41:58.6915909+00:00",
    "AttributeDate2": "2025-04-04T05:41:58.6915909+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfOutletCreationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalApis.Models.V3">
  <OutletCreationRequest>
    <AccountHoldersName>sample string 31</AccountHoldersName>
    <Address>sample string 18</Address>
    <AttributeBoolean1>true</AttributeBoolean1>
    <AttributeBoolean2>true</AttributeBoolean2>
    <AttributeDate1>2025-04-04T05:41:58.6915909+00:00</AttributeDate1>
    <AttributeDate2>2025-04-04T05:41:58.6915909+00:00</AttributeDate2>
    <AttributeNumber1>1.1</AttributeNumber1>
    <AttributeNumber2>1.1</AttributeNumber2>
    <AttributeNumber3>1.1</AttributeNumber3>
    <AttributeNumber4>1.1</AttributeNumber4>
    <AttributeText1>sample string 33</AttributeText1>
    <AttributeText2>sample string 34</AttributeText2>
    <AttributeText3>sample string 35</AttributeText3>
    <AttributeText4>sample string 36</AttributeText4>
    <BankAccountNumber>sample string 30</BankAccountNumber>
    <City>sample string 24</City>
    <Email>sample string 27</Email>
    <GSTIN>sample string 26</GSTIN>
    <GSTRegistered>true</GSTRegistered>
    <IFSCCode>sample string 32</IFSCCode>
    <MarketName>sample string 21</MarketName>
    <OutletChannel>Others</OutletChannel>
    <OutletErpId>sample string 17</OutletErpId>
    <OutletName>sample string 16</OutletName>
    <OwnersName>sample string 23</OwnersName>
    <OwnersNo>sample string 25</OwnersNo>
    <PinCode>sample string 28</PinCode>
    <RequestId>15</RequestId>
    <Segmentation>Undefined</Segmentation>
    <ShopType>sample string 19</ShopType>
    <ShopTypeErpId>sample string 20</ShopTypeErpId>
    <State>sample string 22</State>
    <Aadhar>sample string 14</Aadhar>
    <ApprovedByManager>true</ApprovedByManager>
    <Beat>sample string 2</Beat>
    <ChannelErpId>sample string 11</ChannelErpId>
    <CustomChannel>sample string 12</CustomChannel>
    <DistributorErpId>sample string 9</DistributorErpId>
    <EditedRequest>
      <AccountHoldersName>sample string 13</AccountHoldersName>
      <Address>sample string 2</Address>
      <BankAccountNumber>sample string 12</BankAccountNumber>
      <ChannelErpId>sample string 15</ChannelErpId>
      <CustomChannel>sample string 16</CustomChannel>
      <Email>sample string 4</Email>
      <GSTIN>sample string 6</GSTIN>
      <GSTRegistered>true</GSTRegistered>
      <IFSCCode>sample string 14</IFSCCode>
      <MarketName>sample string 5</MarketName>
      <OutletChannel>Others</OutletChannel>
      <OutletName>sample string 1</OutletName>
      <OwnersName>sample string 3</OwnersName>
      <OwnersNo>sample string 10</OwnersNo>
      <PanCard>sample string 7</PanCard>
      <PinCode>sample string 9</PinCode>
      <Segmentation>Undefined</Segmentation>
      <ShopType>sample string 8</ShopType>
      <ShopTypeErpId>sample string 17</ShopTypeErpId>
    </EditedRequest>
    <EmployeeName>sample string 6</EmployeeName>
    <EmpoyeeERPId>sample string 7</EmpoyeeERPId>
    <IsUpdated>true</IsUpdated>
    <Latitude>1</Latitude>
    <Longitude>1</Longitude>
    <PanCard>sample string 10</PanCard>
    <Region>sample string 4</Region>
    <Route>
      <RouteData>
        <ErpId>sample string 2</ErpId>
        <Name>sample string 1</Name>
      </RouteData>
      <RouteData>
        <ErpId>sample string 2</ErpId>
        <Name>sample string 1</Name>
      </RouteData>
    </Route>
    <Territory>sample string 3</Territory>
    <Time>2025-04-04T05:41:58.6915909+00:00</Time>
    <Zone>sample string 5</Zone>
  </OutletCreationRequest>
  <OutletCreationRequest>
    <AccountHoldersName>sample string 31</AccountHoldersName>
    <Address>sample string 18</Address>
    <AttributeBoolean1>true</AttributeBoolean1>
    <AttributeBoolean2>true</AttributeBoolean2>
    <AttributeDate1>2025-04-04T05:41:58.6915909+00:00</AttributeDate1>
    <AttributeDate2>2025-04-04T05:41:58.6915909+00:00</AttributeDate2>
    <AttributeNumber1>1.1</AttributeNumber1>
    <AttributeNumber2>1.1</AttributeNumber2>
    <AttributeNumber3>1.1</AttributeNumber3>
    <AttributeNumber4>1.1</AttributeNumber4>
    <AttributeText1>sample string 33</AttributeText1>
    <AttributeText2>sample string 34</AttributeText2>
    <AttributeText3>sample string 35</AttributeText3>
    <AttributeText4>sample string 36</AttributeText4>
    <BankAccountNumber>sample string 30</BankAccountNumber>
    <City>sample string 24</City>
    <Email>sample string 27</Email>
    <GSTIN>sample string 26</GSTIN>
    <GSTRegistered>true</GSTRegistered>
    <IFSCCode>sample string 32</IFSCCode>
    <MarketName>sample string 21</MarketName>
    <OutletChannel>Others</OutletChannel>
    <OutletErpId>sample string 17</OutletErpId>
    <OutletName>sample string 16</OutletName>
    <OwnersName>sample string 23</OwnersName>
    <OwnersNo>sample string 25</OwnersNo>
    <PinCode>sample string 28</PinCode>
    <RequestId>15</RequestId>
    <Segmentation>Undefined</Segmentation>
    <ShopType>sample string 19</ShopType>
    <ShopTypeErpId>sample string 20</ShopTypeErpId>
    <State>sample string 22</State>
    <Aadhar>sample string 14</Aadhar>
    <ApprovedByManager>true</ApprovedByManager>
    <Beat>sample string 2</Beat>
    <ChannelErpId>sample string 11</ChannelErpId>
    <CustomChannel>sample string 12</CustomChannel>
    <DistributorErpId>sample string 9</DistributorErpId>
    <EditedRequest>
      <AccountHoldersName>sample string 13</AccountHoldersName>
      <Address>sample string 2</Address>
      <BankAccountNumber>sample string 12</BankAccountNumber>
      <ChannelErpId>sample string 15</ChannelErpId>
      <CustomChannel>sample string 16</CustomChannel>
      <Email>sample string 4</Email>
      <GSTIN>sample string 6</GSTIN>
      <GSTRegistered>true</GSTRegistered>
      <IFSCCode>sample string 14</IFSCCode>
      <MarketName>sample string 5</MarketName>
      <OutletChannel>Others</OutletChannel>
      <OutletName>sample string 1</OutletName>
      <OwnersName>sample string 3</OwnersName>
      <OwnersNo>sample string 10</OwnersNo>
      <PanCard>sample string 7</PanCard>
      <PinCode>sample string 9</PinCode>
      <Segmentation>Undefined</Segmentation>
      <ShopType>sample string 8</ShopType>
      <ShopTypeErpId>sample string 17</ShopTypeErpId>
    </EditedRequest>
    <EmployeeName>sample string 6</EmployeeName>
    <EmpoyeeERPId>sample string 7</EmpoyeeERPId>
    <IsUpdated>true</IsUpdated>
    <Latitude>1</Latitude>
    <Longitude>1</Longitude>
    <PanCard>sample string 10</PanCard>
    <Region>sample string 4</Region>
    <Route>
      <RouteData>
        <ErpId>sample string 2</ErpId>
        <Name>sample string 1</Name>
      </RouteData>
      <RouteData>
        <ErpId>sample string 2</ErpId>
        <Name>sample string 1</Name>
      </RouteData>
    </Route>
    <Territory>sample string 3</Territory>
    <Time>2025-04-04T05:41:58.6915909+00:00</Time>
    <Zone>sample string 5</Zone>
  </OutletCreationRequest>
</ArrayOfOutletCreationRequest>