Adjust Qty

Adjust the quantity for an existing part.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Adjust Part Quantity

Adjust the quantity for an existing part.

POST /ODataApi/v1/Parts('name')/AdjustQty

Endpoint

https://{sitename}.mvpplant.com/ODataApi/v1/Parts('{name}')/AdjustQty

Replace {sitename} with your MVP One site name and {name} with the part name or part ID.

Request body

Send the adjustment details in the request body.

FieldTypeRequiredDescription
WarehouseIDStringYesWarehouse where the part quantity is adjusted.
StockLocationStringYesStock location where the part quantity is adjusted.
QuantityDecimalYesQuantity to adjust.
ToAccountStringNoAccount receiving the adjustment.
FromAccountStringNoAccount used as the source for the adjustment.
NotesStringNoNotes for the adjustment transaction.
TransactionDateStringYesDate of the adjustment transaction.

Example request

{
  "WarehouseID": "MAIN",
  "StockLocation": "A-01",
  "Quantity": 5,
  "ToAccount": "Inventory",
  "FromAccount": "Adjustments",
  "Notes": "Cycle count adjustment",
  "TransactionDate": "2026-06-22"
}

Example URL

https://company.mvpplant.com/ODataApi/v1/Parts('PART-1001')/AdjustQty

Response

Returns a Boolean value.

true

Notes

  • Use this endpoint to adjust the quantity of an existing part.
  • The part must already exist before you call this endpoint.
  • Use single quotes around the part name or part ID in the URL.
  • Quantity should be the adjustment amount.
  • TransactionDate should use the date format expected by your MVP One environment.
Path Params
string
required

Part name or part ID.

Body Params
string
required
string
required
number
required
string
string
string
string
required
Response

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json