Fiscal Harmony API
    • Introduction
    • Authentication
    • Data
    • Support
    • Webhooks
    • Account
      • Test
        POST
      • Get Profile
        GET
      • Get Fiscal Device
        GET
      • Subscription
        GET
    • Transactions
      • Submit Invoice
        POST
      • Submit Credit Note
        POST
      • Check Status
        POST
      • Download PDF
        GET
    • Reports (EXPERIMENTAL)
      • Get Z-Reports
        GET
      • Get Specific Z-Report
        GET
      • Download Z-report As PDF
        GET
    • Mappings
      • Tax Mappings
        • Get All TaxMappings
        • Add Tax Mapping
        • Get Specific Tax Mapping
        • Update Tax Mapping
        • Delete Tax Mapping
      • Currency Mappings
        • Supported Currencies
        • Get All CurrencyMappings
        • Add Currency Mapping
        • Get Specific Currency Mapping
        • Update Currency Mapping
        • Delete Currency Mapping
    • Schemas
      • Account
        • Profile
        • FiscalDevice
        • DeviceConfig
        • ApplicableTax
        • BillingPlan
        • BillingStatus
        • Subscription
      • Mappings
        • CurrencyMapping
        • TaxMapping
      • Transactions
        • Invoice
        • CreditNote
        • BuyerContact
        • PaymentMethodType
        • LineItem
        • StatusRequest
      • Reports
        • Z-Report
        • Z-Report Summary
      • Date
      • Paged
      • Bad Reponse

    Bad Reponse

    {
        "type": "string",
        "title": "string",
        "status": 0,
        "traceId": "string"
    }
    Built with