1. Account
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 Specific Z-Report
    • Download Z-report As PDF
  • 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
  1. Account

DeviceConfig

{
    "taxPayerName": "string",
    "taxPayerTIN": "string",
    "vatNumber": "string",
    "deviceSerialNo": "string",
    "deviceBranchName": "string",
    "deviceBranchContact": {
        "phoneNo": "string",
        "email": "string"
    },
    "deviceBranchAddress": {
        "province": "string",
        "street": "string",
        "houseNo": "string",
        "city": "string"
    },
    "taxPayerDayMaxHrs": 0,
    "taxPayerDayEndNotificationHrs": 0,
    "applicableTaxes": [
        {
            "taxID": 0,
            "taxPercent": 0,
            "taxName": "string"
        }
    ]
}
Built with