Show / Hide Table of Contents

    VatRates

    Queryable, Introduced in version 2.18

    GET https://localhost:8001/sv/001.1/api/v1/Common/VatRates
    

    Represents a VAT rate.

    GUID

    5286db96-c5f6-4394-ba8c-1d67c406b68b
    

    Required permission

    Show VAT settings
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the VAT rate.
    Number Int64 The VAT rate number.

    • Unique
    Percentage Decimal The VAT percentage of the rate.
    Description String The translated description of the rate.
    ReversedTax Boolean Specifies if reverse tax responsibility is applicable for the rate.
    OutputVatAccountId Int64? The business key identifier of the output account for the rate.

    References Account.
    InputVatAccountId Int64? The business key identifier of the input account for the rate.

    References Account.
    Active Boolean Specifies if the rate is active.
    ReversedTaxPercentage Decimal Specifies the reverse VAT percentage of the rate.
    ReferenceTextId Int64? The business key identifier of the rate reference text.

    References Comments.

    • Obsolete since version 24.5 (Replaced by Reference.)
    ReferenceText Comments The rate reference text.

    • Expandable
    • Obsolete since version 24.5 (Replaced by Reference.)
    Reference String The translated reference text of the rate.
    Introduced in version 24.5
    EcSalesType Int32? Specifies the European Commission sales type of the VAT rate.

    • Goods trade: 1
    • Services: 2
    • Third party trade: 3


    • GoodsTrade: 1
    • Services: 2
    • ThirdPartyTrade: 3
    CodeType Int32 Specifies the VAT code type of the VAT rate.

    • None: 0
    • Sales: 1
    • Purchase: 2

    • Bitmask
    Introduced in version 24.5

    Example

    {
      "Id": 0,
      "Number": 0,
      "Percentage": 0.0,
      "Description": null,
      "ReversedTax": false,
      "OutputVatAccountId": null,
      "InputVatAccountId": null,
      "Active": false,
      "ReversedTaxPercentage": 0.0,
      "ReferenceTextId": null,
      "ReferenceText": null,
      "Reference": null,
      "EcSalesType": null,
      "CodeType": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB