v1

latestOpenAPI 3.1.02026-07-242442479.7 KB

Update an Order Item

put/api/record/crmorderitem/{id}

Path parameters

idstring required

Use an Order Item's globally unique identifier (GUID).

Request body

crmorderidstring required

Use an Order's globally unique identifier (GUID) to switch the order this item will appear in and be related to.

productnamestring required

Set the name of a related or custom product.

catalognumberstring

Set the catalog number of the product.

descriptionstring

Free text description of the order item or product.

itemordernumber float

Set the order the items will be listed in, will appear in ascending order starting with the lowest at the top.

itempricenumber float

Set the price of the product.

itemquantitynumber float

Set the quantity of the product.

owneridstring

A system user's GUID, will fill in automatically with the user who created the item and be used for permissions. Can be set manually.

productidstring

Use a product's globally unique identifier (GUID) to switch the product related to this order item.

taxinteger

Use 2 to include VAT in the set itemprice, or use 1 to have it added on to the total price. (Picklist)

Response

200