GET api/V3/Outlet/GetBilledToShippedToAddress?epoch={epoch}

Fetches the 100 Billed To Shipped To Address after the epoch time

Request Information

URI Parameters

NameDescriptionTypeAdditional information
epoch

The Last epoch after which the requests are to be fetched

integer

Required

Body Parameters

None.

Response Information

Resource Description

Fetches the 100 Billed To Shipped To Address after the Last epoch

Collection of V3.BilledToShippedToAddress
NameDescriptionTypeAdditional information
OutletName

Name of the Outlet

string

Required

String length: inclusive between 0 and 100

OutletErpId

Outlet ErpId

string

None.

Address

Address of Billed to or Shipped to

string

None.

IntegerationId1

Code of IntegerationId1

string

None.

IntegreationId2

Code of IntegerationId2

string

None.

IsActive

Is Active

boolean

None.

ERPID

ERPID of the Billed to or Shipped to

string

None.

AddressId

Id of the Billed to Shipped to

integer

None.

LastUpdatedAt

Last Updated date time

date

None.

PinCode

Pin code of the Outlet

string

None.

OwnerNumber

Owner Number of the Owner

string

None.

OwnerName

Owner Name of the Outlet

string

None.

SalesmanCode

Sales man Code(ERPID) of the Employee

string

None.

CreditDuration

Credit Duration of the outlet at distributor

string

None.

OutletMarket

Outlet Market Name

string

None.

OutletCity

Outlet City

string

None.

OutletGSTIN

Outlet GSTIN

string

None.

ShopeTypeErpId

Outlet Shope Type ErpId

string

None.

EpochTime

Epoch Time

integer

None.

ShopeType

Outlet Shope Type

string

None.

AddressDetail

Address Details of Billed to or Shipped to Address

string

None.

Area

Area of Billed to or Shipped to Address

string

None.

City

City of Billed to or Shipped to Address

string

None.

PinCodeBilledToShippedToAddress

PinCode of Billed to or Shipped to Address

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OutletName": "sample string 1",
    "OutletErpId": "sample string 2",
    "Address": "sample string 3",
    "IntegerationId1": "sample string 4",
    "IntegreationId2": "sample string 5",
    "IsActive": true,
    "ERPID": "sample string 7",
    "AddressId": 8,
    "LastUpdatedAt": "2025-04-06T20:35:33.8265611+00:00",
    "PinCode": "sample string 10",
    "OwnerNumber": "sample string 11",
    "OwnerName": "sample string 12",
    "SalesmanCode": "sample string 13",
    "CreditDuration": "sample string 14",
    "OutletMarket": "sample string 15",
    "OutletCity": "sample string 16",
    "OutletGSTIN": "sample string 17",
    "ShopeTypeErpId": "sample string 18",
    "EpochTime": 19,
    "ShopeType": "sample string 20",
    "AddressDetail": "sample string 21",
    "Area": "sample string 22",
    "City": "sample string 23",
    "PinCodeBilledToShippedToAddress": "sample string 24"
  },
  {
    "OutletName": "sample string 1",
    "OutletErpId": "sample string 2",
    "Address": "sample string 3",
    "IntegerationId1": "sample string 4",
    "IntegreationId2": "sample string 5",
    "IsActive": true,
    "ERPID": "sample string 7",
    "AddressId": 8,
    "LastUpdatedAt": "2025-04-06T20:35:33.8265611+00:00",
    "PinCode": "sample string 10",
    "OwnerNumber": "sample string 11",
    "OwnerName": "sample string 12",
    "SalesmanCode": "sample string 13",
    "CreditDuration": "sample string 14",
    "OutletMarket": "sample string 15",
    "OutletCity": "sample string 16",
    "OutletGSTIN": "sample string 17",
    "ShopeTypeErpId": "sample string 18",
    "EpochTime": 19,
    "ShopeType": "sample string 20",
    "AddressDetail": "sample string 21",
    "Area": "sample string 22",
    "City": "sample string 23",
    "PinCodeBilledToShippedToAddress": "sample string 24"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBilledToShippedToAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalApis.V3.Models">
  <BilledToShippedToAddress>
    <Address>sample string 3</Address>
    <AddressDetail>sample string 21</AddressDetail>
    <AddressId>8</AddressId>
    <Area>sample string 22</Area>
    <City>sample string 23</City>
    <CreditDuration>sample string 14</CreditDuration>
    <ERPID>sample string 7</ERPID>
    <EpochTime>19</EpochTime>
    <IntegerationId1>sample string 4</IntegerationId1>
    <IntegreationId2>sample string 5</IntegreationId2>
    <IsActive>true</IsActive>
    <LastUpdatedAt>2025-04-06T20:35:33.8265611+00:00</LastUpdatedAt>
    <OutletCity>sample string 16</OutletCity>
    <OutletErpId>sample string 2</OutletErpId>
    <OutletGSTIN>sample string 17</OutletGSTIN>
    <OutletMarket>sample string 15</OutletMarket>
    <OutletName>sample string 1</OutletName>
    <OwnerName>sample string 12</OwnerName>
    <OwnerNumber>sample string 11</OwnerNumber>
    <PinCode>sample string 10</PinCode>
    <PinCodeBilledToShippedToAddress>sample string 24</PinCodeBilledToShippedToAddress>
    <SalesmanCode>sample string 13</SalesmanCode>
    <ShopeType>sample string 20</ShopeType>
    <ShopeTypeErpId>sample string 18</ShopeTypeErpId>
  </BilledToShippedToAddress>
  <BilledToShippedToAddress>
    <Address>sample string 3</Address>
    <AddressDetail>sample string 21</AddressDetail>
    <AddressId>8</AddressId>
    <Area>sample string 22</Area>
    <City>sample string 23</City>
    <CreditDuration>sample string 14</CreditDuration>
    <ERPID>sample string 7</ERPID>
    <EpochTime>19</EpochTime>
    <IntegerationId1>sample string 4</IntegerationId1>
    <IntegreationId2>sample string 5</IntegreationId2>
    <IsActive>true</IsActive>
    <LastUpdatedAt>2025-04-06T20:35:33.8265611+00:00</LastUpdatedAt>
    <OutletCity>sample string 16</OutletCity>
    <OutletErpId>sample string 2</OutletErpId>
    <OutletGSTIN>sample string 17</OutletGSTIN>
    <OutletMarket>sample string 15</OutletMarket>
    <OutletName>sample string 1</OutletName>
    <OwnerName>sample string 12</OwnerName>
    <OwnerNumber>sample string 11</OwnerNumber>
    <PinCode>sample string 10</PinCode>
    <PinCodeBilledToShippedToAddress>sample string 24</PinCodeBilledToShippedToAddress>
    <SalesmanCode>sample string 13</SalesmanCode>
    <ShopeType>sample string 20</ShopeType>
    <ShopeTypeErpId>sample string 18</ShopeTypeErpId>
  </BilledToShippedToAddress>
</ArrayOfBilledToShippedToAddress>