GET api/StockAdjustment/GetAdjustmentListByPart?PartsID={PartsID}&StockAdjustmentSerialNo={StockAdjustmentSerialNo}&SearchParam={SearchParam}&PageSize={PageSize}&PageNumber={PageNumber}
Api to Get Adjustment By Param
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PartsID | integer |
None. |
|
| StockAdjustmentSerialNo | string |
None. |
|
| SearchParam | string |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
StockAdjustmentResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StockAdjustmentList | Collection of StockAdjustmentDataModel |
None. |
|
| ReturnID | integer |
Required |
|
| Message | string |
Required |
|
| Successful | boolean |
Required |
|
| Code | integer |
None. |
|
| TotalRecord | integer |
None. |
Response Formats
application/json, text/json, text/plain, text/html
Sample:
{
"stockAdjustmentList": [
{
"partsStockAdjustmentID": 1,
"stockAdjustmentSerialNo": "sample string 2",
"facilityID": 1,
"facilityName": "sample string 3",
"subFacilityID": 1,
"subFacilityName": "sample string 4",
"operatorID": 1,
"operatorName": "sample string 5",
"adjustedQuantity": 1.0,
"unitID": 1,
"unitCode": "sample string 6",
"unitName": "sample string 7",
"stockAdjustmentNote": "sample string 8",
"location": "sample string 9",
"addedBy": 10,
"addedByName": "sample string 11",
"stockAdjustmentDate": "2026-02-25T15:54:40.0609555-05:00"
},
{
"partsStockAdjustmentID": 1,
"stockAdjustmentSerialNo": "sample string 2",
"facilityID": 1,
"facilityName": "sample string 3",
"subFacilityID": 1,
"subFacilityName": "sample string 4",
"operatorID": 1,
"operatorName": "sample string 5",
"adjustedQuantity": 1.0,
"unitID": 1,
"unitCode": "sample string 6",
"unitName": "sample string 7",
"stockAdjustmentNote": "sample string 8",
"location": "sample string 9",
"addedBy": 10,
"addedByName": "sample string 11",
"stockAdjustmentDate": "2026-02-25T15:54:40.0609555-05:00"
}
],
"returnID": 1,
"message": "sample string 2",
"successful": true,
"code": 4,
"totalRecord": 5
}
application/xml, text/xml
Sample:
<StockAdjustmentResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.StockAdjustment">
<Code xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">4</Code>
<Message xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">sample string 2</Message>
<ReturnID xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">1</ReturnID>
<Successful xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">true</Successful>
<TotalRecord xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">5</TotalRecord>
<StockAdjustmentList>
<StockAdjustmentDataModel>
<AddedBy>10</AddedBy>
<AddedByName>sample string 11</AddedByName>
<AdjustedQuantity>1</AdjustedQuantity>
<FacilityID>1</FacilityID>
<FacilityName>sample string 3</FacilityName>
<Location>sample string 9</Location>
<OperatorID>1</OperatorID>
<OperatorName>sample string 5</OperatorName>
<PartsStockAdjustmentID>1</PartsStockAdjustmentID>
<StockAdjustmentDate>2026-02-25T15:54:40.0609555-05:00</StockAdjustmentDate>
<StockAdjustmentNote>sample string 8</StockAdjustmentNote>
<StockAdjustmentSerialNo>sample string 2</StockAdjustmentSerialNo>
<SubFacilityID>1</SubFacilityID>
<SubFacilityName>sample string 4</SubFacilityName>
<TotalRecord>12</TotalRecord>
<UnitCode>sample string 6</UnitCode>
<UnitID>1</UnitID>
<UnitName>sample string 7</UnitName>
</StockAdjustmentDataModel>
<StockAdjustmentDataModel>
<AddedBy>10</AddedBy>
<AddedByName>sample string 11</AddedByName>
<AdjustedQuantity>1</AdjustedQuantity>
<FacilityID>1</FacilityID>
<FacilityName>sample string 3</FacilityName>
<Location>sample string 9</Location>
<OperatorID>1</OperatorID>
<OperatorName>sample string 5</OperatorName>
<PartsStockAdjustmentID>1</PartsStockAdjustmentID>
<StockAdjustmentDate>2026-02-25T15:54:40.0609555-05:00</StockAdjustmentDate>
<StockAdjustmentNote>sample string 8</StockAdjustmentNote>
<StockAdjustmentSerialNo>sample string 2</StockAdjustmentSerialNo>
<SubFacilityID>1</SubFacilityID>
<SubFacilityName>sample string 4</SubFacilityName>
<TotalRecord>12</TotalRecord>
<UnitCode>sample string 6</UnitCode>
<UnitID>1</UnitID>
<UnitName>sample string 7</UnitName>
</StockAdjustmentDataModel>
</StockAdjustmentList>
</StockAdjustmentResponseModel>
multipart/form-data
Sample:
<StockAdjustmentResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArrowCMMS.Core.DataModel.StockAdjustment"><Code xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">4</Code><Message xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">sample string 2</Message><ReturnID xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">1</ReturnID><Successful xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">true</Successful><TotalRecord xmlns="http://schemas.datacontract.org/2004/07/Arrow.Core.DataModel">5</TotalRecord><StockAdjustmentList><StockAdjustmentDataModel><AddedBy>10</AddedBy><AddedByName>sample string 11</AddedByName><AdjustedQuantity>1</AdjustedQuantity><FacilityID>1</FacilityID><FacilityName>sample string 3</FacilityName><Location>sample string 9</Location><OperatorID>1</OperatorID><OperatorName>sample string 5</OperatorName><PartsStockAdjustmentID>1</PartsStockAdjustmentID><StockAdjustmentDate>2026-02-25T15:54:40.0609555-05:00</StockAdjustmentDate><StockAdjustmentNote>sample string 8</StockAdjustmentNote><StockAdjustmentSerialNo>sample string 2</StockAdjustmentSerialNo><SubFacilityID>1</SubFacilityID><SubFacilityName>sample string 4</SubFacilityName><TotalRecord>12</TotalRecord><UnitCode>sample string 6</UnitCode><UnitID>1</UnitID><UnitName>sample string 7</UnitName></StockAdjustmentDataModel><StockAdjustmentDataModel><AddedBy>10</AddedBy><AddedByName>sample string 11</AddedByName><AdjustedQuantity>1</AdjustedQuantity><FacilityID>1</FacilityID><FacilityName>sample string 3</FacilityName><Location>sample string 9</Location><OperatorID>1</OperatorID><OperatorName>sample string 5</OperatorName><PartsStockAdjustmentID>1</PartsStockAdjustmentID><StockAdjustmentDate>2026-02-25T15:54:40.0609555-05:00</StockAdjustmentDate><StockAdjustmentNote>sample string 8</StockAdjustmentNote><StockAdjustmentSerialNo>sample string 2</StockAdjustmentSerialNo><SubFacilityID>1</SubFacilityID><SubFacilityName>sample string 4</SubFacilityName><TotalRecord>12</TotalRecord><UnitCode>sample string 6</UnitCode><UnitID>1</UnitID><UnitName>sample string 7</UnitName></StockAdjustmentDataModel></StockAdjustmentList></StockAdjustmentResponseModel>