Creates a new inventory item quantity deducted record for tracking deducted inventory quantities. This is meant to subtract quantity from 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 deducted information.

Request model for creating a new inventory item quantity deducted record. This is for reducing inventory quantities.

int64
required
≥ 1

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

double | null
≥ 0.01

The quantity being deducted.

string | null

The name of the quantity change reason for the deduction. Required if not using IndividualRecords.

double | null

The units of vials for deduction. Not to be used with IndividualRecords. Not to be used with Quantity.

int32 | null
1 to 2147483647

The number of units per vial. Required when deducting by vials and multiple UnitsPerVial values exist
for the same location/lot combination. When only one UnitsPerVial value exists, this field is optional.

lotInformation
object

Lot information for inventory quantity received.

boolean

If true, the Quantity property will be ignored and individual records will be expected per deduction.
Defaults to false for standard quantity deduction processing.

individualRecords
array of objects | null

A list of individual records for this deducted quantity.
DeductAtIndividualRecord must be true and Quantity should be left null when using this property.

individualRecords
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