Replace Project Line Items
Replace all line items for a project with the provided list.
Each line item requires a catalog item ID, unit price, unit cost, quantity and description.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
projectId
Project identifier
Request
This endpoint expects a list of objects.
catalogItemId
ID of the catalog item
unitPrice
Price per unit
unitCost
Cost per unit
quantity
Quantity of items
description
Line item description
Response
Updated list of line items
id
Line item identifier
quantity
Quantity of items
description
Line item description
unitCost
Cost per unit
totalCost
Total cost (unitCost * quantity)
totalPrice
Total price (unitPrice * quantity)
unitPrice
Price per unit
createdAt
Creation timestamp
catalogItem
