Creates a new inventory item price entry.

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 price entry information.

Request to create a new inventory item price entry.

int64 | null

The unique identifier of the inventory item.
Either this or ExternalRefKey must be provided.

string | null

The external reference key of the inventory item.
Either this or InventoryItemId must be provided.

double
required
0 to 999999999.99999

The price amount for this entry.
Stored with 5 decimal places of precision (e.g., 123.45678).

string
required
length between 0 and 255

The price type name (e.g., "AWP per Each", "Last Cost per Each", "List Price per Each").
Will be resolved to the corresponding ItemPriceType ID.
Must be a valid price type for the inventory item's type (Drug, Supply, Equipment, NIBI).

date-time | null

The date from which this price is effective.
Defaults to current date if not provided.

date-time | null

The date until which this price is effective.
Defaults to maximum date (9999-12-31) if not provided.

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