POST jxc_api/RecalCost/SearchRecalReport

Request Information

URI Parameters

None.

Body Parameters

InventoryRecalLogSearchCondition
NameDescriptionTypeAdditional information
LogBatchId

string

None.

ChainId

integer

None.

OnlyShowAbnormal

boolean

None.

Keywords

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LogBatchId": "sample string 1",
  "ChainId": 2,
  "OnlyShowAbnormal": true,
  "Keywords": "sample string 4",
  "PageIndex": 5,
  "PageSize": 6
}

application/xml, text/xml

Sample:
<InventoryRecalLogSearchCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.RecalInventory">
  <_x003C_ChainId_x003E_k__BackingField>2</_x003C_ChainId_x003E_k__BackingField>
  <_x003C_Keywords_x003E_k__BackingField>sample string 4</_x003C_Keywords_x003E_k__BackingField>
  <_x003C_LogBatchId_x003E_k__BackingField>sample string 1</_x003C_LogBatchId_x003E_k__BackingField>
  <_x003C_OnlyShowAbnormal_x003E_k__BackingField>true</_x003C_OnlyShowAbnormal_x003E_k__BackingField>
  <_x003C_PageIndex_x003E_k__BackingField>5</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField>6</_x003C_PageSize_x003E_k__BackingField>
</InventoryRecalLogSearchCondition>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfInventoryRecalLogModel
NameDescriptionTypeAdditional information
Items

Collection of InventoryRecalLogModel

None.

SumModel

InventoryRecalLogModel

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": [
    {
      "AsId": 1,
      "gLogBatchId": {},
      "ChainId": 2,
      "ProdId": 3,
      "WhId": 4,
      "AbnormalCount": 5,
      "PurchasePrice": 6.0,
      "IsSuccess": true,
      "ProdName": "sample string 8",
      "ProdNo": "sample string 9",
      "WhName": "sample string 10",
      "WhNo": "sample string 11",
      "Spec": "sample string 12",
      "UnitName": "sample string 13",
      "LogBatchId": "00000000000000000000000000000000"
    },
    {
      "AsId": 1,
      "gLogBatchId": {},
      "ChainId": 2,
      "ProdId": 3,
      "WhId": 4,
      "AbnormalCount": 5,
      "PurchasePrice": 6.0,
      "IsSuccess": true,
      "ProdName": "sample string 8",
      "ProdNo": "sample string 9",
      "WhName": "sample string 10",
      "WhNo": "sample string 11",
      "Spec": "sample string 12",
      "UnitName": "sample string 13",
      "LogBatchId": "00000000000000000000000000000000"
    }
  ],
  "SumModel": {
    "AsId": 1,
    "gLogBatchId": {},
    "ChainId": 2,
    "ProdId": 3,
    "WhId": 4,
    "AbnormalCount": 5,
    "PurchasePrice": 6.0,
    "IsSuccess": true,
    "ProdName": "sample string 8",
    "ProdNo": "sample string 9",
    "WhName": "sample string 10",
    "WhNo": "sample string 11",
    "Spec": "sample string 12",
    "UnitName": "sample string 13",
    "LogBatchId": "00000000000000000000000000000000"
  },
  "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:
<NewApiPagedListOfInventoryRecalLogModelDvEfxPOE 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.RecalInventory">
    <d2p1:InventoryRecalLogModel>
      <d2p1:AbnormalCount>5</d2p1:AbnormalCount>
      <d2p1:AsId>1</d2p1:AsId>
      <d2p1:ChainId>2</d2p1:ChainId>
      <d2p1:IsSuccess>true</d2p1:IsSuccess>
      <d2p1:ProdId>3</d2p1:ProdId>
      <d2p1:ProdName>sample string 8</d2p1:ProdName>
      <d2p1:ProdNo>sample string 9</d2p1:ProdNo>
      <d2p1:PurchasePrice>6</d2p1:PurchasePrice>
      <d2p1:Spec>sample string 12</d2p1:Spec>
      <d2p1:UnitName>sample string 13</d2p1:UnitName>
      <d2p1:WhId>4</d2p1:WhId>
      <d2p1:WhName>sample string 10</d2p1:WhName>
      <d2p1:WhNo>sample string 11</d2p1:WhNo>
      <d2p1:gLogBatchId xmlns:d4p1="http://schemas.datacontract.org/2004/07/LemonScm.Inventory.Abstraction" />
    </d2p1:InventoryRecalLogModel>
    <d2p1:InventoryRecalLogModel>
      <d2p1:AbnormalCount>5</d2p1:AbnormalCount>
      <d2p1:AsId>1</d2p1:AsId>
      <d2p1:ChainId>2</d2p1:ChainId>
      <d2p1:IsSuccess>true</d2p1:IsSuccess>
      <d2p1:ProdId>3</d2p1:ProdId>
      <d2p1:ProdName>sample string 8</d2p1:ProdName>
      <d2p1:ProdNo>sample string 9</d2p1:ProdNo>
      <d2p1:PurchasePrice>6</d2p1:PurchasePrice>
      <d2p1:Spec>sample string 12</d2p1:Spec>
      <d2p1:UnitName>sample string 13</d2p1:UnitName>
      <d2p1:WhId>4</d2p1:WhId>
      <d2p1:WhName>sample string 10</d2p1:WhName>
      <d2p1:WhNo>sample string 11</d2p1:WhNo>
      <d2p1:gLogBatchId xmlns:d4p1="http://schemas.datacontract.org/2004/07/LemonScm.Inventory.Abstraction" />
    </d2p1:InventoryRecalLogModel>
  </_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.RecalInventory">
    <d2p1:AbnormalCount>5</d2p1:AbnormalCount>
    <d2p1:AsId>1</d2p1:AsId>
    <d2p1:ChainId>2</d2p1:ChainId>
    <d2p1:IsSuccess>true</d2p1:IsSuccess>
    <d2p1:ProdId>3</d2p1:ProdId>
    <d2p1:ProdName>sample string 8</d2p1:ProdName>
    <d2p1:ProdNo>sample string 9</d2p1:ProdNo>
    <d2p1:PurchasePrice>6</d2p1:PurchasePrice>
    <d2p1:Spec>sample string 12</d2p1:Spec>
    <d2p1:UnitName>sample string 13</d2p1:UnitName>
    <d2p1:WhId>4</d2p1:WhId>
    <d2p1:WhName>sample string 10</d2p1:WhName>
    <d2p1:WhNo>sample string 11</d2p1:WhNo>
    <d2p1:gLogBatchId xmlns:d3p1="http://schemas.datacontract.org/2004/07/LemonScm.Inventory.Abstraction" />
  </_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>
</NewApiPagedListOfInventoryRecalLogModelDvEfxPOE>