POST jxc_api/Warehousing/SearchRemainingBatches

Request Information

URI Parameters

None.

Body Parameters

RemainingBatchStatusCondition
NameDescriptionTypeAdditional information
BatchNo

string

None.

WhId

integer

None.

ProdId

integer

None.

ApId

integer

None.

ShowZeroInventory

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BatchNo": "sample string 1",
  "WhId": 2,
  "ProdId": 3,
  "ApId": 4,
  "ShowZeroInventory": true,
  "PageIndex": 6,
  "PageSize": 7
}

application/xml, text/xml

Sample:
<RemainingBatchStatusCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.Shared.Queries">
  <ApId>4</ApId>
  <BatchNo>sample string 1</BatchNo>
  <PageIndex>6</PageIndex>
  <PageSize>7</PageSize>
  <ProdId>3</ProdId>
  <ShowZeroInventory>true</ShowZeroInventory>
  <WhId>2</WhId>
</RemainingBatchStatusCondition>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfRemainingBatchStatusModel
NameDescriptionTypeAdditional information
Items

Collection of RemainingBatchStatusModel

None.

SumModel

RemainingBatchStatusModel

None.

PageIndex

integer

None.

PageSize

integer

None.

Total

integer

None.

UsePager

boolean

None.

CategoriesFounded

Collection of integer

None.

RDocumentStartDate

string

None.

RDocumentEndDate

string

None.

RDeliveryStartDate

string

None.

RDeliveryEndDate

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "RowIndex": 1,
      "BatchNo": "sample string 2",
      "WhId": 3,
      "WhName": "sample string 4",
      "ProdId": 5,
      "ApId": 6,
      "ApName": "sample string 7",
      "UnitId": 8,
      "UnitName": "sample string 9",
      "Rate": 10.0,
      "Qty": 11.0,
      "BillDirection": 1001,
      "ProductionDate": "2024-05-03",
      "ExpirationDate": "sample string 14",
      "BillType": 1010,
      "IntValue": 16
    },
    {
      "RowIndex": 1,
      "BatchNo": "sample string 2",
      "WhId": 3,
      "WhName": "sample string 4",
      "ProdId": 5,
      "ApId": 6,
      "ApName": "sample string 7",
      "UnitId": 8,
      "UnitName": "sample string 9",
      "Rate": 10.0,
      "Qty": 11.0,
      "BillDirection": 1001,
      "ProductionDate": "2024-05-03",
      "ExpirationDate": "sample string 14",
      "BillType": 1010,
      "IntValue": 16
    }
  ],
  "SumModel": {
    "RowIndex": 1,
    "BatchNo": "sample string 2",
    "WhId": 3,
    "WhName": "sample string 4",
    "ProdId": 5,
    "ApId": 6,
    "ApName": "sample string 7",
    "UnitId": 8,
    "UnitName": "sample string 9",
    "Rate": 10.0,
    "Qty": 11.0,
    "BillDirection": 1001,
    "ProductionDate": "2024-05-03",
    "ExpirationDate": "sample string 14",
    "BillType": 1010,
    "IntValue": 16
  },
  "PageIndex": 1,
  "PageSize": 2,
  "Total": 3,
  "UsePager": true,
  "CategoriesFounded": [
    1,
    2
  ],
  "RDocumentStartDate": "sample string 5",
  "RDocumentEndDate": "sample string 6",
  "RDeliveryStartDate": "sample string 7",
  "RDeliveryEndDate": "sample string 8"
}