POST api/inventory/import

Request Information

URI Parameters

None.

Body Parameters

Collection of InventoryImport
NameDescriptionTypeAdditional information
PluGuid

globally unique identifier

None.

Status

InventoryImportStatus

None.

OnHand

integer

None.

OnHandPacks

integer

None.

HandMeasureKind

This field was created with a future that never eventuated in mind, it is not used

UnitMeasureKind

Deprecated.

OnOrder

integer

None.

OnOrderPacks

integer

None.

OrderMeasureKind

This field was created with a future that never eventuated in mind, it is not used

UnitMeasureKind

Deprecated.

Accuracy

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "pluGuid": "80177fa6-7c53-43e8-afc5-deda11092bfb",
    "status": 0,
    "onHand": 2,
    "onHandPacks": 3,
    "handMeasureKind": 4,
    "onOrder": 5,
    "onOrderPacks": 6,
    "orderMeasureKind": 7,
    "accuracy": 8
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfInventoryImport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Inventory">
  <InventoryImport>
    <Accuracy>8</Accuracy>
    <HandMeasureKind>4</HandMeasureKind>
    <OnHand>2</OnHand>
    <OnHandPacks>3</OnHandPacks>
    <OnOrder>5</OnOrder>
    <OnOrderPacks>6</OnOrderPacks>
    <OrderMeasureKind>7</OrderMeasureKind>
    <PluGuid>80177fa6-7c53-43e8-afc5-deda11092bfb</PluGuid>
    <Status>Off</Status>
  </InventoryImport>
  <InventoryImport>
    <Accuracy>8</Accuracy>
    <HandMeasureKind>4</HandMeasureKind>
    <OnHand>2</OnHand>
    <OnHandPacks>3</OnHandPacks>
    <OnOrder>5</OnOrder>
    <OnOrderPacks>6</OnOrderPacks>
    <OrderMeasureKind>7</OrderMeasureKind>
    <PluGuid>80177fa6-7c53-43e8-afc5-deda11092bfb</PluGuid>
    <Status>Off</Status>
  </InventoryImport>
</ArrayOfInventoryImport>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.