GET api/V3/VanSales/LoadIn?id={id}
API can be used to fetch 10 incremental records of Approved Van Load In 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.VanLoadInName | Description | Type | Additional information |
---|---|---|---|
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
Sample:
[ { "VanStockId": 1, "VanLoadOutId": 2, "EmployeeName": "sample string 3", "EmployeeGuid": "7908a04e-d04f-4507-9d5b-95a44da90613", "DistributorErpId": "sample string 5", "EmployeeDesignation": "sample string 6", "EmployeeErpId": "sample string 7", "EmployeeType": "sample string 8", "VanErpId": "sample string 9", "Time": "2025-04-04T05:02:14.5716793+00:00", "SettlementID": "e93f9896-96a4-42cc-b214-4df0b5293ba5", "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 12", "ApprovalStatus": "Pending", "WarehouseErpId": "sample string 13" }, { "VanStockId": 1, "VanLoadOutId": 2, "EmployeeName": "sample string 3", "EmployeeGuid": "7908a04e-d04f-4507-9d5b-95a44da90613", "DistributorErpId": "sample string 5", "EmployeeDesignation": "sample string 6", "EmployeeErpId": "sample string 7", "EmployeeType": "sample string 8", "VanErpId": "sample string 9", "Time": "2025-04-04T05:02:14.5716793+00:00", "SettlementID": "e93f9896-96a4-42cc-b214-4df0b5293ba5", "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 12", "ApprovalStatus": "Pending", "WarehouseErpId": "sample string 13" } ]
application/xml, text/xml
Sample:
<ArrayOfVanLoadIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalApis.Models.V3"> <VanLoadIn> <ApprovalStatus>Pending</ApprovalStatus> <DistributorErpId>sample string 5</DistributorErpId> <EmployeeDesignation>sample string 6</EmployeeDesignation> <EmployeeErpId>sample string 7</EmployeeErpId> <EmployeeGuid>7908a04e-d04f-4507-9d5b-95a44da90613</EmployeeGuid> <EmployeeName>sample string 3</EmployeeName> <EmployeeType>sample string 8</EmployeeType> <SettlementID>e93f9896-96a4-42cc-b214-4df0b5293ba5</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:02:14.5716793+00:00</Time> <VanChassisNumber>sample string 12</VanChassisNumber> <VanErpId>sample string 9</VanErpId> <VanLoadOutId>2</VanLoadOutId> <VanStockId>1</VanStockId> <WarehouseErpId>sample string 13</WarehouseErpId> </VanLoadIn> <VanLoadIn> <ApprovalStatus>Pending</ApprovalStatus> <DistributorErpId>sample string 5</DistributorErpId> <EmployeeDesignation>sample string 6</EmployeeDesignation> <EmployeeErpId>sample string 7</EmployeeErpId> <EmployeeGuid>7908a04e-d04f-4507-9d5b-95a44da90613</EmployeeGuid> <EmployeeName>sample string 3</EmployeeName> <EmployeeType>sample string 8</EmployeeType> <SettlementID>e93f9896-96a4-42cc-b214-4df0b5293ba5</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:02:14.5716793+00:00</Time> <VanChassisNumber>sample string 12</VanChassisNumber> <VanErpId>sample string 9</VanErpId> <VanLoadOutId>2</VanLoadOutId> <VanStockId>1</VanStockId> <WarehouseErpId>sample string 13</WarehouseErpId> </VanLoadIn> </ArrayOfVanLoadIn>