POST jxc_api/InBoundBillCostAdj/Search

Request Information

URI Parameters

None.

Body Parameters

InBoundCostAdjCondition
NameDescriptionTypeAdditional information
BillType

BillType

None.

StartTime

date

None.

EndTime

date

None.

BusinessType

Collection of integer

None.

ProdCats

Collection of integer

None.

ProdIds

Collection of integer

None.

ProdIdsInCategories

Collection of integer

None.

WhIds

Collection of integer

None.

AccountingItemIds

Collection of integer

None.

DepartmentIds

Collection of integer

None.

BillNo

string

None.

From

string

None.

BillName

string

None.

ProdName

string

None.

CategoryName

string

None.

WhName

string

None.

SelectRows

Collection of WhProdItem

None.

PageIndex

integer

None.

PageSize

integer

None.

UsePager

boolean

None.

CurrUserSn

integer

None.

CanViewAllBill

boolean

None.

CanOpeAllWh

boolean

None.

OpeWhList

Collection of integer

None.

DocumentDateType

integer

None.

DocumentDateArr

Collection of date

None.

DeliveryDateType

integer

None.

DeliveryDateArr

Collection of date

None.

OffDateType

integer

None.

OffDateArr

Collection of date

None.

InventoryDateType

integer

None.

InventoryDateArr

Collection of date

None.

Request Formats

application/json, text/json

Sample:
{
  "BillType": 1010,
  "StartTime": "2024-11-25 02:51:10",
  "EndTime": "2024-11-25 02:51:10",
  "BusinessType": [
    1,
    2
  ],
  "ProdCats": [
    1,
    2
  ],
  "ProdIds": [
    1,
    2
  ],
  "ProdIdsInCategories": [
    1,
    2
  ],
  "WhIds": [
    1,
    2
  ],
  "AccountingItemIds": [
    1,
    2
  ],
  "DepartmentIds": [
    1,
    2
  ],
  "BillNo": "sample string 3",
  "From": "sample string 4",
  "BillName": "sample string 5",
  "ProdName": "sample string 6",
  "CategoryName": "sample string 7",
  "WhName": "sample string 8",
  "SelectRows": [
    {
      "WhId": 1,
      "ProdId": 2,
      "BillId": 3,
      "UnitCost": 4.0,
      "Cost": 5.0,
      "NewExpense": 6.0
    },
    {
      "WhId": 1,
      "ProdId": 2,
      "BillId": 3,
      "UnitCost": 4.0,
      "Cost": 5.0,
      "NewExpense": 6.0
    }
  ],
  "PageIndex": 9,
  "PageSize": 10,
  "UsePager": true,
  "CurrUserSn": 12,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 15,
  "DocumentDateArr": [
    "2024-11-25 02:51:10",
    "2024-11-25 02:51:10"
  ],
  "DeliveryDateType": 16,
  "DeliveryDateArr": [
    "2024-11-25 02:51:10",
    "2024-11-25 02:51:10"
  ],
  "OffDateType": 17,
  "OffDateArr": [
    "2024-11-25 02:51:10",
    "2024-11-25 02:51:10"
  ],
  "InventoryDateType": 18,
  "InventoryDateArr": [
    "2024-11-25 02:51:10",
    "2024-11-25 02:51:10"
  ]
}

application/xml, text/xml

Sample:
<InBoundCostAdjCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Stock.InboundCostAdj">
  <_x003C_DeliveryDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:51:10.9567994+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:51:10.9567994+08:00</d2p1:dateTime>
  </_x003C_DeliveryDateArr_x003E_k__BackingField>
  <_x003C_DeliveryDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">16</_x003C_DeliveryDateType_x003E_k__BackingField>
  <_x003C_DocumentDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:51:10.9567994+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:51:10.9567994+08:00</d2p1:dateTime>
  </_x003C_DocumentDateArr_x003E_k__BackingField>
  <_x003C_DocumentDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">15</_x003C_DocumentDateType_x003E_k__BackingField>
  <_x003C_InventoryDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:51:10.9567994+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:51:10.9567994+08:00</d2p1:dateTime>
  </_x003C_InventoryDateArr_x003E_k__BackingField>
  <_x003C_InventoryDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">18</_x003C_InventoryDateType_x003E_k__BackingField>
  <_x003C_OffDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:51:10.9567994+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:51:10.9567994+08:00</d2p1:dateTime>
  </_x003C_OffDateArr_x003E_k__BackingField>
  <_x003C_OffDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">17</_x003C_OffDateType_x003E_k__BackingField>
  <_x003C_CanOpeAllWh_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">true</_x003C_CanOpeAllWh_x003E_k__BackingField>
  <_x003C_CanViewAllBill_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">true</_x003C_CanViewAllBill_x003E_k__BackingField>
  <_x003C_CurrUserSn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">12</_x003C_CurrUserSn_x003E_k__BackingField>
  <_x003C_OpeWhList_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_OpeWhList_x003E_k__BackingField>
  <_x003C_PageIndex_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi">9</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi">10</_x003C_PageSize_x003E_k__BackingField>
  <_x003C_UsePager_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi">true</_x003C_UsePager_x003E_k__BackingField>
  <AccountingItemIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </AccountingItemIds>
  <BillName>sample string 5</BillName>
  <BillNo>sample string 3</BillNo>
  <BillType>Purchase</BillType>
  <BusinessType xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </BusinessType>
  <CategoryName>sample string 7</CategoryName>
  <DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </DepartmentIds>
  <EndTime>2024-11-25T02:51:10.9557685+08:00</EndTime>
  <From>sample string 4</From>
  <ProdCats xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ProdCats>
  <ProdIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ProdIds>
  <ProdIdsInCategories xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ProdIdsInCategories>
  <ProdName>sample string 6</ProdName>
  <SelectRows>
    <WhProdItem>
      <BillId>3</BillId>
      <Cost>5</Cost>
      <NewExpense>6</NewExpense>
      <ProdId>2</ProdId>
      <UnitCost>4</UnitCost>
      <WhId>1</WhId>
    </WhProdItem>
    <WhProdItem>
      <BillId>3</BillId>
      <Cost>5</Cost>
      <NewExpense>6</NewExpense>
      <ProdId>2</ProdId>
      <UnitCost>4</UnitCost>
      <WhId>1</WhId>
    </WhProdItem>
  </SelectRows>
  <StartTime>2024-11-25T02:51:10.9557685+08:00</StartTime>
  <WhIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </WhIds>
  <WhName>sample string 8</WhName>
</InBoundCostAdjCondition>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfInBoundCostAdjModel
NameDescriptionTypeAdditional information
Items

Collection of InBoundCostAdjModel

None.

SumModel

InBoundCostAdjModel

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": [
    {
      "ProdId": 1,
      "WhId": 2,
      "UnitId": 3,
      "QTY": 4.0,
      "BillId": 5,
      "ProdNo": "sample string 6",
      "ProdName": "sample string 7",
      "Spec": "sample string 8",
      "WhName": "sample string 9",
      "UnitName": "sample string 10",
      "UnitCost": 11.0,
      "Cost": 12.0,
      "BillIds": [
        1,
        2
      ],
      "Brand": "sample string 13",
      "Location": "sample string 14",
      "ProdImage": "sample string 15",
      "CategoryName": "sample string 16"
    },
    {
      "ProdId": 1,
      "WhId": 2,
      "UnitId": 3,
      "QTY": 4.0,
      "BillId": 5,
      "ProdNo": "sample string 6",
      "ProdName": "sample string 7",
      "Spec": "sample string 8",
      "WhName": "sample string 9",
      "UnitName": "sample string 10",
      "UnitCost": 11.0,
      "Cost": 12.0,
      "BillIds": [
        1,
        2
      ],
      "Brand": "sample string 13",
      "Location": "sample string 14",
      "ProdImage": "sample string 15",
      "CategoryName": "sample string 16"
    }
  ],
  "SumModel": {
    "ProdId": 1,
    "WhId": 2,
    "UnitId": 3,
    "QTY": 4.0,
    "BillId": 5,
    "ProdNo": "sample string 6",
    "ProdName": "sample string 7",
    "Spec": "sample string 8",
    "WhName": "sample string 9",
    "UnitName": "sample string 10",
    "UnitCost": 11.0,
    "Cost": 12.0,
    "BillIds": [
      1,
      2
    ],
    "Brand": "sample string 13",
    "Location": "sample string 14",
    "ProdImage": "sample string 15",
    "CategoryName": "sample string 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"
}