Examples

GET /v1/2193d693-b26e-4f98-834e-8310923db5b1/invoiceable_items/retail
200
{
  "invoiceable_items": [
    {
      "id": "5ef4c74f-2286-4abb-8b8e-99e080bbeee3",
      "product_code": "BOX-20",
      "kind": "retail",
      "description": "A box of indeterminate size",
      "required_at_move_in": false,
      "required_at_transfer": false,
      "amount": 26.83,
      "short_description": null,
      "show_in_sales_center": true,
      "tax_total": 2.683,
      "total": 29.513,
      "quantity": 0,
      "is_rental_center_lock": false,
      "invoiceable_amounts": [
        {
          "id": "33a39b6e-fe86-40f3-8d2c-b24004114e28",
          "amount": 26.83,
          "kind": "amount",
          "limit": null
        }
      ]
    },
    {
      "id": "67bb66c4-46b5-45e4-b24c-0c2741c5b6ef",
      "product_code": "BOX-21",
      "kind": "retail",
      "description": "A box of indeterminate size",
      "required_at_move_in": false,
      "required_at_transfer": false,
      "amount": 23.35,
      "short_description": null,
      "show_in_sales_center": true,
      "tax_total": 2.335,
      "total": 25.685,
      "quantity": 0,
      "is_rental_center_lock": false,
      "invoiceable_amounts": [
        {
          "id": "11bdd36b-267c-4a6c-9981-a4fb13b2b721",
          "amount": 23.35,
          "kind": "amount",
          "limit": null
        }
      ]
    }
  ],
  "meta": {
    "pagination": {
      "current_page": 1,
      "total_pages": 1,
      "per_page": 100,
      "total_entries": 2,
      "previous_page": null,
      "next_page": null
    },
    "status_code": 200,
    "status_message": "OK",
    "status_cat": "https://http.cat/200",
    "request_method": "GET",
    "request_id": null,
    "parameters": {
      "facility_id": "2193d693-b26e-4f98-834e-8310923db5b1",
      "invoiceable_item": {}
    }
  }
}