GET api/StockCount/GetCurrentStock?PartID={PartID}&FacilityID={FacilityID}&SubFacilityID={SubFacilityID}

Api to Get Picking

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PartID

integer

None.

FacilityID

integer

None.

SubFacilityID

integer

None.

Body Parameters

None.

Response Information

Resource Description

CurrentStockResponseModel
NameDescriptionTypeAdditional information
CurrentStock

decimal number

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "currentStock": 1.0
}

application/xml, text/xml

Sample:
<CurrentStockResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.StockAdjustment">
  <CurrentStock>1</CurrentStock>
</CurrentStockResponseModel>

multipart/form-data

Sample:
<CurrentStockResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.StockAdjustment"><CurrentStock>1</CurrentStock></CurrentStockResponseModel>