provider
inventory

Create Banked Item

Create a new banked item.

post/inventory/banked-items/create

Headers

TENANTstring required

The tenant you are making this request on behalf of

API-KEYstring required

Your api key

Request body

idstring

Unique identifier for the banked item

itemIdstring required

Item ID that was banked

patientIdstring required

Patient ID who purchased the item

createdByChargeItemIdstring required

Charge item ID that created this banked item

quantityinteger required

Total quantity banked

quantityRemaininginteger required

Quantity still available

createdDatestring date-time nullable

Date the item was banked (auto-set if not provided)

updatedDatestring date-time nullable

Date the item was updated

Response

Successful Response

idstring

Unique identifier for the banked item

itemIdstring required

Item ID that was banked

patientIdstring required

Patient ID who purchased the item

createdByChargeItemIdstring required

Charge item ID that created this banked item

quantityinteger required

Total quantity banked

quantityRemaininginteger required

Quantity still available

createdDatestring date-time nullable

Date the item was banked (auto-set if not provided)

updatedDatestring date-time nullable

Date the item was updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.