v1

latestOpenAPI 3.1.02026-07-242442479.7 KB

Create an Order Item

post/api/record/crmorderitem

Request body

crmorderidstring required

Use an Order's globally unique identifier (GUID) to set which 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.

itemorderinteger

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 relate it 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