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
  • Example
  • Description
  • Discount Invoice Header
  • Discount Invoice Detail
  1. English Version Summary

Discount Invoice Upload Format

Example

{
  "AllowanceNumberPrefix": "2017061314",
  "SellerID": "12345678",
  "BuyerID": "87654321",
  "AllowanceType": "2",
  "TaxAmount": 40,
  "TotalAmount": 800,
  "Details": [
    {
      "InvoiceNumber": "AA12345678",
      "SequenceNumber": "003",
      "Amount": 300,
      "Quantity": 1,
      "UnitPrice": 300,
      "Tax": 15
    },
    {
      "InvoiceNumber": "AA12345678",
      "SequenceNumber": "005",
      "Amount": 500,
      "Quantity": 2,
      "UnitPrice": 250,
      "Tax": 25
    }
  ]
}

Description

Discount Invoice Header

  • AllowanceNumberPrefix: Prefix discount number(Suggest no more than 10 chars)

  • SellerID: Seller's company tax ID(Must be the e-Invoice customer)

  • BuyerID: Buyer's company tax ID

  • AllowanceType: Discount type: The default code is 2; Code Description 1. (Buyer uploads a discount) 2. (Seller uploads a discount)

  • TaxAmount: Discounted amount of tax

  • TotalAmount: Discounted amount of no tax

  • Details: Discounted invoice details

Discount Invoice Detail

  • InvoiceNumber: Discount invoice number

  • SequenceNumber: the original serial number of the discount invoice

  • Amount: Discount amount

  • Quantity: Discount quantity

  • UnitPrice: Discounted unit price of no tax

  • Tax: Discounted tax

PreviousVoid Invoice Upload FormatNextQuery process status of invoices

Last updated 6 years ago