Update Financial Line Type
PUT/api/financial-line-types/:financial_line_type
Updates an existing financial line type. All fields are optional on update.
Authentication: Requires Bearer token.
Fields (all optional on update):
- name (optional, string) — Name of the financial line type
- classification (optional, string) — One of: revenue, cost
- allocate_to_products (optional, boolean) — Whether to allocate costs/revenue to products
- proration_strategy (optional, string) — One of: revenue_based, cost_based, weight_based, volume_based, quantity_based, specific_line, manual
- nominal_code_id (optional, integer|null) — ID of associated nominal code
Request
Responses
- 200
Successful response