Skip to main content

ProductExpensesResponse

product_idProduct Idrequired

ID of the product (workspace) that owns this record. Most endpoints scope access by product.

dt_fromdate-timerequired
dt_todate-timerequired
data object[]required
  • Array [
  • price_per_unitPrice Per Unitrequired
    unitsUnitsrequired
    descriptionDescription
    Default value:
    total_costTotal Costrequired
  • ]
  • ProductExpensesResponse
    {
    "product_id": 0,
    "dt_from": "2024-07-29T15:51:28.071Z",
    "dt_to": "2024-07-29T15:51:28.071Z",
    "data": [
    {
    "price_per_unit": 0,
    "units": 0,
    "description": "",
    "total_cost": 0
    }
    ]
    }