Update the stock of a part inventory by part number and storage asset number

Sets the stock level of a part inventory identified by the part number and storage asset number. Both numbers must be URL-encoded.

Path Params
string
required

The part's number (must be URL encoded)

string
required

The storage asset's number (must be URL encoded)

Body Params
number
required
≥ 0

Target stock level for the part inventory.

Responses
204

Stock updated

400

Missing or invalid required parameter/s

403

Forbidden

404

Not Found

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!