GET api/V3/VanSales/LoadOutLastUpdated?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 |
Default isApproved will be true, since we're retrieving the approved records, however in case of Big Tree(for now), we need to retrieve records which are not approved . |
boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
Collection of V3.VanLoadOutLastTimeUpdated| Name | Description | Type | Additional information |
|---|---|---|---|
| EpochTime |
Van Stock Last Approved DateTime |
integer |
None. |
| RunningSequence |
Van Stock Running Sequence |
string |
None. |
| AdditionalLoadOut |
Van Stock Additional Load Out |
integer |
None. |
| VanStockId |
Van Stock 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. |
| VanChassisNumber |
Chassis Number 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.LoadOutStockItems |
None. |
| IntentId |
IntentId of last LoadIn against the same Van |
integer |
None. |
| WarehouseErpId |
Warehouse Erp id on which loadout was taken |
string |
None. |
Response Formats
application/json, text/json
[
{
"EpochTime": 1,
"RunningSequence": "sample string 2",
"AdditionalLoadOut": 3,
"VanStockId": 4,
"EmployeeName": "sample string 5",
"EmployeeGuid": "326808c7-e7b4-4c99-bc50-4fc07395ddde",
"DistributorErpId": "sample string 7",
"EmployeeDesignation": "sample string 8",
"EmployeeErpId": "sample string 9",
"EmployeeType": "sample string 10",
"VanErpId": "sample string 11",
"VanChassisNumber": "sample string 12",
"Time": "2025-12-09T07:39:32.0690662+00:00",
"SettlementID": "7c1a3aa2-38e0-47ce-9aa0-e8ffbbf1a3b3",
"SettlementStatus": true,
"StockItems": [
{
"ProductErpId": "sample string 1",
"ProductName": "sample string 2",
"Variant": "sample string 3",
"Material": "sample string 4",
"Quantity": 5.1,
"Price": 6.1,
"MininumNormQuanitity": 7.1,
"MaximumNormQuanitity": 8.1,
"FreshStock": 9,
"FreshCases": 1.1,
"CarryforwardCases": 1.1,
"CasePrice": 1.1,
"CarryForwardStock": 10,
"IsEdited": true
},
{
"ProductErpId": "sample string 1",
"ProductName": "sample string 2",
"Variant": "sample string 3",
"Material": "sample string 4",
"Quantity": 5.1,
"Price": 6.1,
"MininumNormQuanitity": 7.1,
"MaximumNormQuanitity": 8.1,
"FreshStock": 9,
"FreshCases": 1.1,
"CarryforwardCases": 1.1,
"CasePrice": 1.1,
"CarryForwardStock": 10,
"IsEdited": true
}
],
"IntentId": 1,
"WarehouseErpId": "sample string 15"
},
{
"EpochTime": 1,
"RunningSequence": "sample string 2",
"AdditionalLoadOut": 3,
"VanStockId": 4,
"EmployeeName": "sample string 5",
"EmployeeGuid": "326808c7-e7b4-4c99-bc50-4fc07395ddde",
"DistributorErpId": "sample string 7",
"EmployeeDesignation": "sample string 8",
"EmployeeErpId": "sample string 9",
"EmployeeType": "sample string 10",
"VanErpId": "sample string 11",
"VanChassisNumber": "sample string 12",
"Time": "2025-12-09T07:39:32.0690662+00:00",
"SettlementID": "7c1a3aa2-38e0-47ce-9aa0-e8ffbbf1a3b3",
"SettlementStatus": true,
"StockItems": [
{
"ProductErpId": "sample string 1",
"ProductName": "sample string 2",
"Variant": "sample string 3",
"Material": "sample string 4",
"Quantity": 5.1,
"Price": 6.1,
"MininumNormQuanitity": 7.1,
"MaximumNormQuanitity": 8.1,
"FreshStock": 9,
"FreshCases": 1.1,
"CarryforwardCases": 1.1,
"CasePrice": 1.1,
"CarryForwardStock": 10,
"IsEdited": true
},
{
"ProductErpId": "sample string 1",
"ProductName": "sample string 2",
"Variant": "sample string 3",
"Material": "sample string 4",
"Quantity": 5.1,
"Price": 6.1,
"MininumNormQuanitity": 7.1,
"MaximumNormQuanitity": 8.1,
"FreshStock": 9,
"FreshCases": 1.1,
"CarryforwardCases": 1.1,
"CasePrice": 1.1,
"CarryForwardStock": 10,
"IsEdited": true
}
],
"IntentId": 1,
"WarehouseErpId": "sample string 15"
}
]
application/xml, text/xml
<ArrayOfVanLoadOutLastTimeUpdated xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalApis.Models.V3">
<VanLoadOutLastTimeUpdated>
<DistributorErpId>sample string 7</DistributorErpId>
<EmployeeDesignation>sample string 8</EmployeeDesignation>
<EmployeeErpId>sample string 9</EmployeeErpId>
<EmployeeGuid>326808c7-e7b4-4c99-bc50-4fc07395ddde</EmployeeGuid>
<EmployeeName>sample string 5</EmployeeName>
<EmployeeType>sample string 10</EmployeeType>
<IntentId>1</IntentId>
<SettlementID>7c1a3aa2-38e0-47ce-9aa0-e8ffbbf1a3b3</SettlementID>
<SettlementStatus>true</SettlementStatus>
<StockItems>
<StockItem>
<CarryForwardStock>10</CarryForwardStock>
<CarryforwardCases>1.1</CarryforwardCases>
<CasePrice>1.1</CasePrice>
<FreshCases>1.1</FreshCases>
<FreshStock>9</FreshStock>
<IsEdited>true</IsEdited>
<Material>sample string 4</Material>
<MaximumNormQuanitity>8.1</MaximumNormQuanitity>
<MininumNormQuanitity>7.1</MininumNormQuanitity>
<Price>6.1</Price>
<ProductErpId>sample string 1</ProductErpId>
<ProductName>sample string 2</ProductName>
<Quantity>5.1</Quantity>
<Variant>sample string 3</Variant>
</StockItem>
<StockItem>
<CarryForwardStock>10</CarryForwardStock>
<CarryforwardCases>1.1</CarryforwardCases>
<CasePrice>1.1</CasePrice>
<FreshCases>1.1</FreshCases>
<FreshStock>9</FreshStock>
<IsEdited>true</IsEdited>
<Material>sample string 4</Material>
<MaximumNormQuanitity>8.1</MaximumNormQuanitity>
<MininumNormQuanitity>7.1</MininumNormQuanitity>
<Price>6.1</Price>
<ProductErpId>sample string 1</ProductErpId>
<ProductName>sample string 2</ProductName>
<Quantity>5.1</Quantity>
<Variant>sample string 3</Variant>
</StockItem>
</StockItems>
<Time>2025-12-09T07:39:32.0690662+00:00</Time>
<VanChassisNumber>sample string 12</VanChassisNumber>
<VanErpId>sample string 11</VanErpId>
<VanStockId>4</VanStockId>
<WarehouseErpId>sample string 15</WarehouseErpId>
<AdditionalLoadOut>3</AdditionalLoadOut>
<EpochTime>1</EpochTime>
<RunningSequence>sample string 2</RunningSequence>
</VanLoadOutLastTimeUpdated>
<VanLoadOutLastTimeUpdated>
<DistributorErpId>sample string 7</DistributorErpId>
<EmployeeDesignation>sample string 8</EmployeeDesignation>
<EmployeeErpId>sample string 9</EmployeeErpId>
<EmployeeGuid>326808c7-e7b4-4c99-bc50-4fc07395ddde</EmployeeGuid>
<EmployeeName>sample string 5</EmployeeName>
<EmployeeType>sample string 10</EmployeeType>
<IntentId>1</IntentId>
<SettlementID>7c1a3aa2-38e0-47ce-9aa0-e8ffbbf1a3b3</SettlementID>
<SettlementStatus>true</SettlementStatus>
<StockItems>
<StockItem>
<CarryForwardStock>10</CarryForwardStock>
<CarryforwardCases>1.1</CarryforwardCases>
<CasePrice>1.1</CasePrice>
<FreshCases>1.1</FreshCases>
<FreshStock>9</FreshStock>
<IsEdited>true</IsEdited>
<Material>sample string 4</Material>
<MaximumNormQuanitity>8.1</MaximumNormQuanitity>
<MininumNormQuanitity>7.1</MininumNormQuanitity>
<Price>6.1</Price>
<ProductErpId>sample string 1</ProductErpId>
<ProductName>sample string 2</ProductName>
<Quantity>5.1</Quantity>
<Variant>sample string 3</Variant>
</StockItem>
<StockItem>
<CarryForwardStock>10</CarryForwardStock>
<CarryforwardCases>1.1</CarryforwardCases>
<CasePrice>1.1</CasePrice>
<FreshCases>1.1</FreshCases>
<FreshStock>9</FreshStock>
<IsEdited>true</IsEdited>
<Material>sample string 4</Material>
<MaximumNormQuanitity>8.1</MaximumNormQuanitity>
<MininumNormQuanitity>7.1</MininumNormQuanitity>
<Price>6.1</Price>
<ProductErpId>sample string 1</ProductErpId>
<ProductName>sample string 2</ProductName>
<Quantity>5.1</Quantity>
<Variant>sample string 3</Variant>
</StockItem>
</StockItems>
<Time>2025-12-09T07:39:32.0690662+00:00</Time>
<VanChassisNumber>sample string 12</VanChassisNumber>
<VanErpId>sample string 11</VanErpId>
<VanStockId>4</VanStockId>
<WarehouseErpId>sample string 15</WarehouseErpId>
<AdditionalLoadOut>3</AdditionalLoadOut>
<EpochTime>1</EpochTime>
<RunningSequence>sample string 2</RunningSequence>
</VanLoadOutLastTimeUpdated>
</ArrayOfVanLoadOutLastTimeUpdated>