Resource:an inventory decreaseC# Rel Const:Rels.InventorySvc.InventoryReductionURI template:reductions/{id}Obtain URI from:
Get an order item that reduced inventory together with its allocations, if any
Success status: 200
Name (* = required) | Data Type | Description |
---|---|---|
id * | int | order item id |
Type | Description | |
---|---|---|
OrderItemId | int | |
ItemIdentifier | Generic.Models.ItemIdentifier | |
Sku | string | |
Id | int | |
Qualifier | string | |
Qty | decimal? ... | |
Allocations | IEnumerable<Inventory.Models.ReductionAllocation> | |
ReceiveItemId | int | |
Qty | decimal | |
ItemTraits | Generic.Models.ItemTraits | unique identifying characteristics of an item in a location |
ItemIdentifier | Generic.Models.ItemIdentifier | |
Sku | string | |
Id | int | |
Qualifier | string | |
LotNumber | string | |
SerialNumber | string | |
Cost | decimal? ... | |
ExpirationDate | DateTime? ... | |
PalletIdentifier | Generic.Models.PalletIdentifier | |
NameKey | Generic.Models.PalletNameKey | |
FacilityIdentifier | Generic.Models.FacilityIdentifier | |
Name | string | |
Id | int | |
Name | string | |
Id | int | |
LocationIdentifier | Generic.Models.LocationIdentifier | |
NameKey | Generic.Models.LocationNameKey | |
FacilityIdentifier | Generic.Models.FacilityIdentifier | |
Name | string | |
Id | int | |
Name | string | |
Id | int | |
Links | IList<WebApi.Hal.Link> | |
- /rels/inventory/adjustment | The containing adjustment. | |
- /rels/inventory/assembly | The containing assembly. | |
- /rels/orders/order | The containing order. | |
- /rels/customers/item | ||
- /rels/customers/customer | ||
- /rels/properties/facility |
{ "orderItemId": 1, "itemIdentifier": { "sku": "str", "id": 2 }, "qualifier": "str", "qty": 1.0, "rowVersion": "str", "allocations": [ { "receiveItemId": 1, "qty": 2.0, "itemTraits": { "itemIdentifier": { "sku": "str", "id": 2 }, "qualifier": "str", "lotNumber": "str", "serialNumber": "str", "cost": 1.0, "expirationDate": "2016-12-25T23:00:00", "palletIdentifier": { "nameKey": { "facilityIdentifier": { "name": "str", "id": 2 }, "name": "str" }, "id": 1 } }, "locationIdentifier": { "nameKey": { "facilityIdentifier": { "name": "str", "id": 2 }, "name": "str" }, "id": 1 } } ] }
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.