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": "2025-04-04",
      "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": "2025-04-04",
      "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": "2025-04-04",
    "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"
}

application/xml, text/xml

Sample:
<NewApiPagedListOfRemainingBatchStatusModel95CRY2Ge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi">
  <_x003C_RDeliveryEndDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 8</_x003C_RDeliveryEndDate_x003E_k__BackingField>
  <_x003C_RDeliveryStartDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 7</_x003C_RDeliveryStartDate_x003E_k__BackingField>
  <_x003C_RDocumentEndDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 6</_x003C_RDocumentEndDate_x003E_k__BackingField>
  <_x003C_RDocumentStartDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 5</_x003C_RDocumentStartDate_x003E_k__BackingField>
  <_x003C_CategoriesFounded_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_CategoriesFounded_x003E_k__BackingField>
  <_x003C_Items_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.Shared.Queries">
    <d2p1:RemainingBatchStatusModel>
      <d2p1:ApId>6</d2p1:ApId>
      <d2p1:ApName>sample string 7</d2p1:ApName>
      <d2p1:BatchNo>sample string 2</d2p1:BatchNo>
      <d2p1:BillDirection>Warehousing</d2p1:BillDirection>
      <d2p1:BillType>Purchase</d2p1:BillType>
      <d2p1:ExpirationDate>sample string 14</d2p1:ExpirationDate>
      <d2p1:IntValue>16</d2p1:IntValue>
      <d2p1:IsChecked>15</d2p1:IsChecked>
      <d2p1:ProdId>5</d2p1:ProdId>
      <d2p1:ProductionDate>2025-04-04</d2p1:ProductionDate>
      <d2p1:ProductionTime>2025-04-04T00:00:00</d2p1:ProductionTime>
      <d2p1:Qty>11</d2p1:Qty>
      <d2p1:Rate>10</d2p1:Rate>
      <d2p1:RowIndex>1</d2p1:RowIndex>
      <d2p1:UnitId>8</d2p1:UnitId>
      <d2p1:UnitName>sample string 9</d2p1:UnitName>
      <d2p1:WhId>3</d2p1:WhId>
      <d2p1:WhName>sample string 4</d2p1:WhName>
    </d2p1:RemainingBatchStatusModel>
    <d2p1:RemainingBatchStatusModel>
      <d2p1:ApId>6</d2p1:ApId>
      <d2p1:ApName>sample string 7</d2p1:ApName>
      <d2p1:BatchNo>sample string 2</d2p1:BatchNo>
      <d2p1:BillDirection>Warehousing</d2p1:BillDirection>
      <d2p1:BillType>Purchase</d2p1:BillType>
      <d2p1:ExpirationDate>sample string 14</d2p1:ExpirationDate>
      <d2p1:IntValue>16</d2p1:IntValue>
      <d2p1:IsChecked>15</d2p1:IsChecked>
      <d2p1:ProdId>5</d2p1:ProdId>
      <d2p1:ProductionDate>2025-04-04</d2p1:ProductionDate>
      <d2p1:ProductionTime>2025-04-04T00:00:00</d2p1:ProductionTime>
      <d2p1:Qty>11</d2p1:Qty>
      <d2p1:Rate>10</d2p1:Rate>
      <d2p1:RowIndex>1</d2p1:RowIndex>
      <d2p1:UnitId>8</d2p1:UnitId>
      <d2p1:UnitName>sample string 9</d2p1:UnitName>
      <d2p1:WhId>3</d2p1:WhId>
      <d2p1:WhName>sample string 4</d2p1:WhName>
    </d2p1:RemainingBatchStatusModel>
  </_x003C_Items_x003E_k__BackingField>
  <_x003C_PageIndex_x003E_k__BackingField>1</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField>2</_x003C_PageSize_x003E_k__BackingField>
  <_x003C_SumModel_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.Shared.Queries">
    <d2p1:ApId>6</d2p1:ApId>
    <d2p1:ApName>sample string 7</d2p1:ApName>
    <d2p1:BatchNo>sample string 2</d2p1:BatchNo>
    <d2p1:BillDirection>Warehousing</d2p1:BillDirection>
    <d2p1:BillType>Purchase</d2p1:BillType>
    <d2p1:ExpirationDate>sample string 14</d2p1:ExpirationDate>
    <d2p1:IntValue>16</d2p1:IntValue>
    <d2p1:IsChecked>15</d2p1:IsChecked>
    <d2p1:ProdId>5</d2p1:ProdId>
    <d2p1:ProductionDate>2025-04-04</d2p1:ProductionDate>
    <d2p1:ProductionTime>2025-04-04T00:00:00</d2p1:ProductionTime>
    <d2p1:Qty>11</d2p1:Qty>
    <d2p1:Rate>10</d2p1:Rate>
    <d2p1:RowIndex>1</d2p1:RowIndex>
    <d2p1:UnitId>8</d2p1:UnitId>
    <d2p1:UnitName>sample string 9</d2p1:UnitName>
    <d2p1:WhId>3</d2p1:WhId>
    <d2p1:WhName>sample string 4</d2p1:WhName>
  </_x003C_SumModel_x003E_k__BackingField>
  <_x003C_Total_x003E_k__BackingField>3</_x003C_Total_x003E_k__BackingField>
  <_x003C_UsePager_x003E_k__BackingField>true</_x003C_UsePager_x003E_k__BackingField>
</NewApiPagedListOfRemainingBatchStatusModel95CRY2Ge>