Quick Receive

Quick receive a quantity of an existing part into inventory.

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

Quick Receive Part

Quick receive a quantity of an existing part into inventory.

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

Endpoint

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

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

Request body

Send the quick receive details in the request body.

FieldTypeRequiredDescription
WarehouseIDStringYesWarehouse where the part is received.
StockLocationStringYesStock location where the part is received.
QuantityDecimalYesQuantity to receive.
UnitCostDecimalYesUnit cost for the received part.
ToAccountStringYesAccount receiving the quick receive quantity.
NotesStringYesNotes for the quick receive transaction.
TransactionDateStringYesDate and time of the quick receive transaction.

Example request

{
  "WarehouseID": "MAIN",
  "StockLocation": "A-01",
  "Quantity": 10,
  "UnitCost": 25.5,
  "ToAccount": "Inventory",
  "Notes": "Quick received replacement parts",
  "TransactionDate": "2026-06-22T10:30:00Z"
}

Example URL

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

Response

Returns a Boolean value.

true

Notes

  • Use this endpoint to quickly receive a quantity of an existing part into 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 received.
  • 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
number
required
string
required
string
required
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