Return

Return a quantity of an existing part to inventory.

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

Return Part

Return a quantity of an existing part to inventory.

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

Endpoint

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

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

Request body

Send the return details in the request body.

FieldTypeRequiredDescription
WarehouseIDStringYesWarehouse where the part is returned.
StockLocationStringYesStock location where the part is returned.
QuantityDecimalYesQuantity to return.
PeopleIDStringYesPerson associated with the return transaction.
ReturnFromStringYesEntity or source returning the part.
ReturnTypeStringYesType of source returning the part.
FromAccountStringYesAccount used as the source for the return.
ToAccountStringYesAccount receiving the returned quantity.
NotesStringYesNotes for the return transaction.
DateTimeStringYesDate and time of the return transaction.

Example request

{
  "WarehouseID": "MAIN",
  "StockLocation": "A-01",
  "Quantity": 1,
  "PeopleID": "JSMITH",
  "ReturnFrom": "WO-1001",
  "ReturnType": "WorkOrder",
  "FromAccount": "Maintenance",
  "ToAccount": "Inventory",
  "Notes": "Returned unused part from work order",
  "DateTime": "2026-06-22T10:30:00"
}

Example URL

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

Response

Returns a Boolean value.

true

Notes

  • Use this endpoint to return a quantity of an existing part to inventory.
  • 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 amount returned.
  • DateTime should use the date and time 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
required
string
required
string
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