POST api/V3/VanSales/ChangeLoadInsDueToErpValidation

API can be used to fetch 10 incremental records of Approved Van Load Out Details.

Request Information

URI Parameters

None.

Body Parameters

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.

Collection of V3.VanLoadIn
NameDescriptionTypeAdditional 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.

Request Formats

application/json, text/json

Sample:
[
  {
    "VanStockId": 1,
    "VanLoadOutId": 2,
    "EmployeeName": "sample string 3",
    "EmployeeGuid": "f7670e6a-113c-43b7-95ee-16a06a71c83d",
    "DistributorErpId": "sample string 5",
    "EmployeeDesignation": "sample string 6",
    "EmployeeErpId": "sample string 7",
    "EmployeeType": "sample string 8",
    "VanErpId": "sample string 9",
    "Time": "2025-04-04T05:34:34.9299833+00:00",
    "SettlementID": "fcae2c55-652e-4f2d-a2fa-570da3565611",
    "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": "f7670e6a-113c-43b7-95ee-16a06a71c83d",
    "DistributorErpId": "sample string 5",
    "EmployeeDesignation": "sample string 6",
    "EmployeeErpId": "sample string 7",
    "EmployeeType": "sample string 8",
    "VanErpId": "sample string 9",
    "Time": "2025-04-04T05:34:34.9299833+00:00",
    "SettlementID": "fcae2c55-652e-4f2d-a2fa-570da3565611",
    "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>f7670e6a-113c-43b7-95ee-16a06a71c83d</EmployeeGuid>
    <EmployeeName>sample string 3</EmployeeName>
    <EmployeeType>sample string 8</EmployeeType>
    <SettlementID>fcae2c55-652e-4f2d-a2fa-570da3565611</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:34:34.9299833+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>f7670e6a-113c-43b7-95ee-16a06a71c83d</EmployeeGuid>
    <EmployeeName>sample string 3</EmployeeName>
    <EmployeeType>sample string 8</EmployeeType>
    <SettlementID>fcae2c55-652e-4f2d-a2fa-570da3565611</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:34:34.9299833+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>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.