Updates details of an InventoryReceipt object

Updates details of an InventoryReceipt object specified by ID

Path Params
int64
required

ID of InventoryReceipt to update

Body Params

InventoryReceipt data that needs to be changed

string
required

Factor used to convert to applicable reorder units.
Default value is set as “1”, if units are same

string
required

The total cost of the items being received (cost of each item * quantity).

date-time

Date and time when InventoryReceipt resource was created

int64

ID of this resource.

uri
required

The Ingredient resource_uri of the ingredient being received.
Each receipt should only contain a product or ingredient, not both.

string
required

Quantity of the inventory used for this receipt.

string

Name of Unit used for this inventory.

uri

The Product resource_uri of the product being received.
Each receipt should only contain a product or ingredient, not both.

uri
required

The PurchaseOrder resource_uri of the related purchase order.

uri
required

The PurchaseOrderInvoice resource_uri of the related purchase order invoice.

uri
required

The PurchaseOrderItem resource_uri of the related purchase order item.

string
required

The amount being received in units. Units are according to reorder_unit_type.

string

Name of the Unit used for ReOrder.

uri

The InventoryUnit resource_uri of the item(s) being received, if applicable.

uri

URI of this InventoryReceipt API object

string

Serial number information associated with the receipt

string
length ≤ 12

Available Tax Rate for the InventoryReceipt

boolean

Whether or not the items are taxed. This should match the original Purchase Order item's taxed status.

string

The vendor's item id of the item being received.

Responses

301

Invalid request URL - make sure that the URL ends with a trailing slash.

400

Bad request. Usually caused by invalid request body.

401

Authentication error - make sure the API key & secret is valid, active and provided in the "API-AUTHENTICATION" header.

404

InventoryReceipt with the provided ID not found.

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