company.VATChange.with-id

Field Type Description
product_id Int? Nullable. The ID of the product where this VAT percentage is applied.
product_price_id Int? Nullable. The ID of the product price where this VAT percentage is applied.
product_option_id Int? Nullable. The ID of the product option where this VAT percentage is applied.
percentage Float The VAT percentage
method String The take out method for which this VAT percentage should get applied
start_date Date? Nullable. When this VAT percentage will take effect. Use null to apply since the beginning.
id Int The unique ID of this VAT change

Examples

Example 1

{
    "product_id": 13,
    "product_price_id": 18,
    "product_option_id": 11,
    "percentage": 9.67,
    "method": "delivery",
    "start_date": "2019-01-31",
    "id": 11
}
1.9.0 stable