SystemLead Einvoice Project
  • Introduction
  • 中文版摘要說明
    • API傳送格式
    • e首發票API清單
    • 簽章值計算
    • 查詢發票字軌與期號
    • 空白發票號上傳
    • 已開立發票資料上傳
    • B2B存證發票範本
    • B2C存證發票範本
    • 發票作廢上傳格式
    • 折讓單上傳格式
    • 作廢折讓單上傳格式
    • 查詢發票處理狀態
    • 查詢發票上傳狀態
    • 上傳空白發票號
  • English Version Summary
    • API delivery format
    • e-Invoice API List
    • Signature Value Calculation
    • Inquiry authorization invoice track and period number
    • Update the blank invoice number
    • Batch upload for multiple invoice
    • B2B certificate of invoice
    • B2C certificate of invoice
    • Void Invoice Upload Format
    • Discount Invoice Upload Format
    • Query process status of invoices
    • Query upload status of invoices
    • Upload the Blank Invoice Number
Powered by GitBook
On this page
  • Exmple for Single Data
  • Field Description
  • Return Value
  1. English Version Summary

Update the blank invoice number

If the invoice number is obtained by e-Invoice,the e-Invoice would help upload blank invoice number (not used).

Exmple for Single Data

{"CompanyID":"89430377","Word":"FF","StageYear":"2016","StageMonth":"12","StartNumber":"00000000","EndNumber":"00000499","NextNumber":"00000412"}

Field Description

  • CompanyID: Seller's Company Tax ID (Must be the e-Invoice customer)

  • Word: Invoice Track

  • StageYear: Year of Invoice Period. yyyy: 2016

  • StageMonth: Even Month of Invoice Period; For example November-December, fill with 12

  • StartNumber: the start number of the period

  • EndNumber: the last number of the period

  • NextNumber: the next use number of the period. If use finished, it will be equivalent to the end number. Such as the creating of the last one for is 00000411, then the next number is 00000412

Return Value

[
    {
        "ErrorMessage": null,                 //Error Message
        "CompanyID": "89430377",             //Company Tax ID
        "YearMonth": "10512",                 //Year of the Republic and Period (Even Month)
        "InvoiceWord": "FF",                  //Invoice Track
        "BlankInvoiceBeginNo": "00000412",    //Blank Invoice Start Number
        "BlankInvoiceEndNo": "00000499"       //Blank Invoice End Number
    }
]
PreviousInquiry authorization invoice track and period numberNextBatch upload for multiple invoice

Last updated 6 years ago