Resource:Operator: react to available inventory being movedC# Rel Const:Rels.InventorySvc.MovedStockURI template:movedstockObtain URI from:
Success status: 200
Type | Description | |
---|---|---|
ReceiveItemId | int | |
ItemIdentifier | Generic.Models.ItemIdentifier | |
Sku | string | |
Id | int | |
Description | string | |
Description2 | string | |
Upc | string | |
Qualifier | string | |
Received | decimal | |
Available | decimal | unallocated; see IsOnHold for whether it's allocatable |
IsOnHold | bool | true if receive item explicitly held |
Quarantined | bool | true if implicitly held because of located in quarantine |
OnHand | decimal | |
SecondaryReceived | decimal? ... | |
SecondaryAvailable | decimal? ... | unallocated; see IsOnHold for whether it's allocatable |
LotNumber | string | |
SerialNumber | string | |
ExpirationDate | DateTime? ... | |
Cost | decimal? ... | |
SupplierIdentifier | Generic.Models.ContactIdentifier | |
Name | string | |
Id | int | |
LocationIdentifier | Generic.Models.LocationIdentifier | |
NameKey | Generic.Models.LocationNameKey | |
FacilityIdentifier | Generic.Models.FacilityIdentifier | |
Name | string | |
Id | int | |
Name | string | |
Id | int | |
PalletIdentifier | Generic.Models.PalletIdentifier | |
NameKey | Generic.Models.PalletNameKey | |
FacilityIdentifier | Generic.Models.FacilityIdentifier | |
Name | string | |
Id | int | |
Name | string | |
Id | int | |
PalletTypeIdentifier | Generic.Models.PalletTypeIdentifier | |
Name | string | |
Id | int | |
InventoryUnitOfMeasureIdentifier | Generic.Models.UnitOfMeasureIdentifier | |
Name | string | |
Id | int | |
SecondaryUnitOfMeasureIdentifier | Generic.Models.UnitOfMeasureIdentifier | |
Name | string | |
Id | int | |
InventoryUnitsPerSecondaryUnit | decimal? ... | |
ReceiverId | int | |
ReceivedDate | DateTime | |
ReferenceNum | string | |
PoNum | string | |
TrailerNumber | string | |
SavedElements | IEnumerable<Generic.Models.SavedElement> | |
Name | string | |
Value | string | |
WeightImperial | decimal? ... | |
WeightMetric | decimal? ... |
Sample content-type: application/hal+json |
{ "receiveItemId": 1, "itemIdentifier": { "sku": "str", "id": 2 }, "description": "str", "description2": "str", "upc": "str", "qualifier": "str", "received": 6.0, "available": 7.0, "isOnHold": true, "quarantined": true, "onHand": 10.0, "secondaryReceived": 1.0, "secondaryAvailable": 1.0, "lotNumber": "str", "serialNumber": "str", "expirationDate": "2016-12-25T23:00:00", "cost": 1.0, "supplierIdentifier": { "name": "str", "id": 2 }, "locationIdentifier": { "nameKey": { "facilityIdentifier": { "name": "str", "id": 2 }, "name": "str" }, "id": 1 }, "palletIdentifier": { "nameKey": { "facilityIdentifier": { "name": "str", "id": 2 }, "name": "str" }, "id": 1 }, "palletTypeIdentifier": { "name": "str", "id": 2 }, "inventoryUnitOfMeasureIdentifier": { "name": "str", "id": 2 }, "secondaryUnitOfMeasureIdentifier": { "name": "str", "id": 2 }, "inventoryUnitsPerSecondaryUnit": 1.0, "receiverId": 13, "receivedDate": "2016-12-25T23:00:00", "referenceNum": "str", "poNum": "str", "trailerNumber": "str", "savedElements": [ { "name": "str", "value": "str" } ], "weightImperial": 1.0, "weightMetric": 1.0 }
Type | Description | |
---|---|---|
QuantityAllocated | decimal | |
GenerateMoveRequestInfos | IEnumerable<Inventory.Models.GenerateMoveRequestInfo> | |
ItemId | int | |
Qualifier | string | |
LocationId | int | |
NoOpReason | string |
{ "quantityAllocated": 1.0, "generateMoveRequestInfos": [ { "itemId": 1, "qualifier": "str", "locationId": 3 } ], "noOpReason": "str" }
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.