POST jxc_api/ProductInitialStock/BatchRemove

Request Information

URI Parameters

None.

Body Parameters

Collection of ProductInitialStockKey
NameDescriptionTypeAdditional information
IsId

integer

None.

ProdId

integer

None.

ApId

integer

None.

WhId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "IsId": 1,
    "ProdId": 2,
    "ApId": 3,
    "WhId": 4
  },
  {
    "IsId": 1,
    "ProdId": 2,
    "ApId": 3,
    "WhId": 4
  }
]

application/xml, text/xml

Sample:
<ArrayOfProductInitialStockKey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting.Product">
  <ProductInitialStockKey>
    <ApId>3</ApId>
    <IsId>1</IsId>
    <ProdId>2</ProdId>
    <WhId>4</WhId>
  </ProductInitialStockKey>
  <ProductInitialStockKey>
    <ApId>3</ApId>
    <IsId>1</IsId>
    <ProdId>2</ProdId>
    <WhId>4</WhId>
  </ProductInitialStockKey>
</ArrayOfProductInitialStockKey>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.