GET api/V3/VanSales/LoadOut?id={id}
API can be used to fetch 10 incremental records of Approved Van Load Out Details.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
For a given Id, the next 10 values for the company are sent. DATA FOR THE PARAM ID IS NOT INCLUDED.If id is empty then it is assumed 0 and first 100 values are sent. |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of V3.VanLoadOut| Name | Description | Type | Additional information |
|---|---|---|---|
| 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
Sample:
[
{
"VanStockId": 1,
"EmployeeName": "sample string 2",
"EmployeeGuid": "e6e7c8df-014a-44a1-ae83-4da9037d376d",
"DistributorErpId": "sample string 4",
"EmployeeDesignation": "sample string 5",
"EmployeeErpId": "sample string 6",
"EmployeeType": "sample string 7",
"VanErpId": "sample string 8",
"VanChassisNumber": "sample string 9",
"Time": "2025-10-19T23:44:48.8333037+00:00",
"SettlementID": "5069e53e-5519-4204-ab79-cd6732ccaab2",
"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 12"
},
{
"VanStockId": 1,
"EmployeeName": "sample string 2",
"EmployeeGuid": "e6e7c8df-014a-44a1-ae83-4da9037d376d",
"DistributorErpId": "sample string 4",
"EmployeeDesignation": "sample string 5",
"EmployeeErpId": "sample string 6",
"EmployeeType": "sample string 7",
"VanErpId": "sample string 8",
"VanChassisNumber": "sample string 9",
"Time": "2025-10-19T23:44:48.8333037+00:00",
"SettlementID": "5069e53e-5519-4204-ab79-cd6732ccaab2",
"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 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfVanLoadOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalApis.Models.V3">
<VanLoadOut>
<DistributorErpId>sample string 4</DistributorErpId>
<EmployeeDesignation>sample string 5</EmployeeDesignation>
<EmployeeErpId>sample string 6</EmployeeErpId>
<EmployeeGuid>e6e7c8df-014a-44a1-ae83-4da9037d376d</EmployeeGuid>
<EmployeeName>sample string 2</EmployeeName>
<EmployeeType>sample string 7</EmployeeType>
<IntentId>1</IntentId>
<SettlementID>5069e53e-5519-4204-ab79-cd6732ccaab2</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-10-19T23:44:48.8333037+00:00</Time>
<VanChassisNumber>sample string 9</VanChassisNumber>
<VanErpId>sample string 8</VanErpId>
<VanStockId>1</VanStockId>
<WarehouseErpId>sample string 12</WarehouseErpId>
</VanLoadOut>
<VanLoadOut>
<DistributorErpId>sample string 4</DistributorErpId>
<EmployeeDesignation>sample string 5</EmployeeDesignation>
<EmployeeErpId>sample string 6</EmployeeErpId>
<EmployeeGuid>e6e7c8df-014a-44a1-ae83-4da9037d376d</EmployeeGuid>
<EmployeeName>sample string 2</EmployeeName>
<EmployeeType>sample string 7</EmployeeType>
<IntentId>1</IntentId>
<SettlementID>5069e53e-5519-4204-ab79-cd6732ccaab2</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-10-19T23:44:48.8333037+00:00</Time>
<VanChassisNumber>sample string 9</VanChassisNumber>
<VanErpId>sample string 8</VanErpId>
<VanStockId>1</VanStockId>
<WarehouseErpId>sample string 12</WarehouseErpId>
</VanLoadOut>
</ArrayOfVanLoadOut>