GET api/V3/VanSales/LoadInLastUpdated?lastUpdated={lastUpdated}&isApproved={isApproved}
API can be used to fetch 10 incremental records of Approved Van Load Out Details.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lastUpdated |
For a given lastUpdated, the next 10 values for the company are sent. DATA FOR THE PARAM ID IS NOT INCLUDED.If lastUpdated is empty then it is assumed 0 and first 100 values are sent. |
integer |
Default value is 0 |
isApproved |
For a given lastUpdated, the next 10 values for the company which are approvved or pending are sent based on flag. |
boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
Collection of V3.VanLoadInLastTimeUpdatedName | Description | Type | Additional information |
---|---|---|---|
EpochTime |
Van Stock Last Approved DateTime |
integer |
None. |
RunningSequence |
Van Stock Running Sequence |
string |
None. |
VanStockId |
Van Stock Id |
integer |
None. |
VanLoadOutId |
Van Load Out Id |
integer |
None. |
EmployeeName | string |
None. |
|
EmployeeGuid |
Employee unique Id |
globally unique identifier |
None. |
DistributorErpId |
Distributor ErpId for the Load Out |
string |
None. |
EmployeeDesignation |
Current Designation of the User |
string |
None. |
EmployeeErpId |
Id of the Employee |
string |
None. |
EmployeeType |
Current Type of the User |
string |
None. |
VanErpId |
ERPID of Van |
string |
None. |
Time |
Time of the Load Out |
date |
None. |
SettlementID |
Settlement ID |
globally unique identifier |
None. |
SettlementStatus |
Settlement Status |
boolean |
None. |
StockItems |
List of theVan Load Items |
Collection of V3.LoadInStockItems |
None. |
VanChassisNumber |
VanChassis Number |
string |
None. |
ApprovalStatus |
Approval Status |
ApprovedStatus |
None. |
WarehouseErpId |
Warehouse ErpId |
string |
None. |
Response Formats
application/json, text/json
[ { "EpochTime": 1, "RunningSequence": "sample string 2", "VanStockId": 3, "VanLoadOutId": 4, "EmployeeName": "sample string 5", "EmployeeGuid": "cc4b8de6-5c5f-4306-9daf-5325e24c2743", "DistributorErpId": "sample string 7", "EmployeeDesignation": "sample string 8", "EmployeeErpId": "sample string 9", "EmployeeType": "sample string 10", "VanErpId": "sample string 11", "Time": "2025-04-04T05:38:37.8511694+00:00", "SettlementID": "d35afec7-f662-40f7-93e2-e62db39ea252", "SettlementStatus": true, "StockItems": [ { "ProductErpId": "sample string 1", "ProductName": "sample string 2", "Variant": "sample string 3", "Material": "sample string 4", "LoadOutQuantity": 5.1, "LoadInQuantity": 6.1, "CalculatedLoadInQuantity": 7.1, "Price": 8.1, "TotalSalesQuantity": 9.1, "SaleableReturnQuantity": 10.1, "NonSaleableReturnQuantity": 11.1, "ReplacementQuantity": 12.1, "IsEdited": true, "CasePrice": 1.1, "LoadInQuantityInCases": 1.1, "LoadOutQuantityInCases": 1.1 }, { "ProductErpId": "sample string 1", "ProductName": "sample string 2", "Variant": "sample string 3", "Material": "sample string 4", "LoadOutQuantity": 5.1, "LoadInQuantity": 6.1, "CalculatedLoadInQuantity": 7.1, "Price": 8.1, "TotalSalesQuantity": 9.1, "SaleableReturnQuantity": 10.1, "NonSaleableReturnQuantity": 11.1, "ReplacementQuantity": 12.1, "IsEdited": true, "CasePrice": 1.1, "LoadInQuantityInCases": 1.1, "LoadOutQuantityInCases": 1.1 } ], "VanChassisNumber": "sample string 14", "ApprovalStatus": "Pending", "WarehouseErpId": "sample string 15" }, { "EpochTime": 1, "RunningSequence": "sample string 2", "VanStockId": 3, "VanLoadOutId": 4, "EmployeeName": "sample string 5", "EmployeeGuid": "cc4b8de6-5c5f-4306-9daf-5325e24c2743", "DistributorErpId": "sample string 7", "EmployeeDesignation": "sample string 8", "EmployeeErpId": "sample string 9", "EmployeeType": "sample string 10", "VanErpId": "sample string 11", "Time": "2025-04-04T05:38:37.8511694+00:00", "SettlementID": "d35afec7-f662-40f7-93e2-e62db39ea252", "SettlementStatus": true, "StockItems": [ { "ProductErpId": "sample string 1", "ProductName": "sample string 2", "Variant": "sample string 3", "Material": "sample string 4", "LoadOutQuantity": 5.1, "LoadInQuantity": 6.1, "CalculatedLoadInQuantity": 7.1, "Price": 8.1, "TotalSalesQuantity": 9.1, "SaleableReturnQuantity": 10.1, "NonSaleableReturnQuantity": 11.1, "ReplacementQuantity": 12.1, "IsEdited": true, "CasePrice": 1.1, "LoadInQuantityInCases": 1.1, "LoadOutQuantityInCases": 1.1 }, { "ProductErpId": "sample string 1", "ProductName": "sample string 2", "Variant": "sample string 3", "Material": "sample string 4", "LoadOutQuantity": 5.1, "LoadInQuantity": 6.1, "CalculatedLoadInQuantity": 7.1, "Price": 8.1, "TotalSalesQuantity": 9.1, "SaleableReturnQuantity": 10.1, "NonSaleableReturnQuantity": 11.1, "ReplacementQuantity": 12.1, "IsEdited": true, "CasePrice": 1.1, "LoadInQuantityInCases": 1.1, "LoadOutQuantityInCases": 1.1 } ], "VanChassisNumber": "sample string 14", "ApprovalStatus": "Pending", "WarehouseErpId": "sample string 15" } ]
application/xml, text/xml
<ArrayOfVanLoadInLastTimeUpdated xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalApis.Models.V3"> <VanLoadInLastTimeUpdated> <ApprovalStatus>Pending</ApprovalStatus> <DistributorErpId>sample string 7</DistributorErpId> <EmployeeDesignation>sample string 8</EmployeeDesignation> <EmployeeErpId>sample string 9</EmployeeErpId> <EmployeeGuid>cc4b8de6-5c5f-4306-9daf-5325e24c2743</EmployeeGuid> <EmployeeName>sample string 5</EmployeeName> <EmployeeType>sample string 10</EmployeeType> <SettlementID>d35afec7-f662-40f7-93e2-e62db39ea252</SettlementID> <SettlementStatus>true</SettlementStatus> <StockItems> <LoadInStockItem> <CalculatedLoadInQuantity>7.1</CalculatedLoadInQuantity> <CasePrice>1.1</CasePrice> <IsEdited>true</IsEdited> <LoadInQuantity>6.1</LoadInQuantity> <LoadInQuantityInCases>1.1</LoadInQuantityInCases> <LoadOutQuantity>5.1</LoadOutQuantity> <LoadOutQuantityInCases>1.1</LoadOutQuantityInCases> <Material>sample string 4</Material> <NonSaleableReturnQuantity>11.1</NonSaleableReturnQuantity> <Price>8.1</Price> <ProductErpId>sample string 1</ProductErpId> <ProductName>sample string 2</ProductName> <ReplacementQuantity>12.1</ReplacementQuantity> <SaleableReturnQuantity>10.1</SaleableReturnQuantity> <TotalSalesQuantity>9.1</TotalSalesQuantity> <Variant>sample string 3</Variant> </LoadInStockItem> <LoadInStockItem> <CalculatedLoadInQuantity>7.1</CalculatedLoadInQuantity> <CasePrice>1.1</CasePrice> <IsEdited>true</IsEdited> <LoadInQuantity>6.1</LoadInQuantity> <LoadInQuantityInCases>1.1</LoadInQuantityInCases> <LoadOutQuantity>5.1</LoadOutQuantity> <LoadOutQuantityInCases>1.1</LoadOutQuantityInCases> <Material>sample string 4</Material> <NonSaleableReturnQuantity>11.1</NonSaleableReturnQuantity> <Price>8.1</Price> <ProductErpId>sample string 1</ProductErpId> <ProductName>sample string 2</ProductName> <ReplacementQuantity>12.1</ReplacementQuantity> <SaleableReturnQuantity>10.1</SaleableReturnQuantity> <TotalSalesQuantity>9.1</TotalSalesQuantity> <Variant>sample string 3</Variant> </LoadInStockItem> </StockItems> <Time>2025-04-04T05:38:37.8511694+00:00</Time> <VanChassisNumber>sample string 14</VanChassisNumber> <VanErpId>sample string 11</VanErpId> <VanLoadOutId>4</VanLoadOutId> <VanStockId>3</VanStockId> <WarehouseErpId>sample string 15</WarehouseErpId> <EpochTime>1</EpochTime> <RunningSequence>sample string 2</RunningSequence> </VanLoadInLastTimeUpdated> <VanLoadInLastTimeUpdated> <ApprovalStatus>Pending</ApprovalStatus> <DistributorErpId>sample string 7</DistributorErpId> <EmployeeDesignation>sample string 8</EmployeeDesignation> <EmployeeErpId>sample string 9</EmployeeErpId> <EmployeeGuid>cc4b8de6-5c5f-4306-9daf-5325e24c2743</EmployeeGuid> <EmployeeName>sample string 5</EmployeeName> <EmployeeType>sample string 10</EmployeeType> <SettlementID>d35afec7-f662-40f7-93e2-e62db39ea252</SettlementID> <SettlementStatus>true</SettlementStatus> <StockItems> <LoadInStockItem> <CalculatedLoadInQuantity>7.1</CalculatedLoadInQuantity> <CasePrice>1.1</CasePrice> <IsEdited>true</IsEdited> <LoadInQuantity>6.1</LoadInQuantity> <LoadInQuantityInCases>1.1</LoadInQuantityInCases> <LoadOutQuantity>5.1</LoadOutQuantity> <LoadOutQuantityInCases>1.1</LoadOutQuantityInCases> <Material>sample string 4</Material> <NonSaleableReturnQuantity>11.1</NonSaleableReturnQuantity> <Price>8.1</Price> <ProductErpId>sample string 1</ProductErpId> <ProductName>sample string 2</ProductName> <ReplacementQuantity>12.1</ReplacementQuantity> <SaleableReturnQuantity>10.1</SaleableReturnQuantity> <TotalSalesQuantity>9.1</TotalSalesQuantity> <Variant>sample string 3</Variant> </LoadInStockItem> <LoadInStockItem> <CalculatedLoadInQuantity>7.1</CalculatedLoadInQuantity> <CasePrice>1.1</CasePrice> <IsEdited>true</IsEdited> <LoadInQuantity>6.1</LoadInQuantity> <LoadInQuantityInCases>1.1</LoadInQuantityInCases> <LoadOutQuantity>5.1</LoadOutQuantity> <LoadOutQuantityInCases>1.1</LoadOutQuantityInCases> <Material>sample string 4</Material> <NonSaleableReturnQuantity>11.1</NonSaleableReturnQuantity> <Price>8.1</Price> <ProductErpId>sample string 1</ProductErpId> <ProductName>sample string 2</ProductName> <ReplacementQuantity>12.1</ReplacementQuantity> <SaleableReturnQuantity>10.1</SaleableReturnQuantity> <TotalSalesQuantity>9.1</TotalSalesQuantity> <Variant>sample string 3</Variant> </LoadInStockItem> </StockItems> <Time>2025-04-04T05:38:37.8511694+00:00</Time> <VanChassisNumber>sample string 14</VanChassisNumber> <VanErpId>sample string 11</VanErpId> <VanLoadOutId>4</VanLoadOutId> <VanStockId>3</VanStockId> <WarehouseErpId>sample string 15</WarehouseErpId> <EpochTime>1</EpochTime> <RunningSequence>sample string 2</RunningSequence> </VanLoadInLastTimeUpdated> </ArrayOfVanLoadInLastTimeUpdated>