Creates a new inventory item quantity received record for tracking received inventory quantities. This is meant to add positive quantity to the inventory item's total quantity. Which then updates the overall total Quantity On Hand.

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

The requested API version

Body Params

The request containing inventory quantity received information.

Request model for creating a new additive inventory item quantity received record. This is currently for adding quantity only, not deducting.

int64
required
≥ 1

The ID of the inventory item location where quantity is being received.

double | null
≥ 0.01

The quantity being received.

double | null
≥ 0

The cost per unit for this received quantity.

date-time | null

The date when this quantity was purchased.

int64 | null
≥ 1

The ID of the supplier providing this quantity.

string
required
length between 0 and 100

The name of the quantity change reason.

int64 | null
≥ 1

The ID of the purchase order detail this quantity relates to.

unitInformation
object

Units of vials information for inventory quantity received.

lotInformation
object

Lot information for inventory quantity received.

lotSerialNumbers
array of strings | null

A list of serial numbers associated with this received quantity. Each serial number must contain only letters, spaces or numbers.
Used for Drug Inventory Item Types.

lotSerialNumbers
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

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