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
  • 範例格式
  • 欄位說明
  • 折讓單頭
  1. 中文版摘要說明

折讓單上傳格式

範例格式

{
  "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
    }
  ]
}

欄位說明

折讓單頭

  • AllowanceNumberPrefix: 折讓單號的前置碼(建議不超過10碼)

  • SellerID: 賣方統編(必須為e首發票客戶)

  • BuyerID: 買方統編

  • AllowanceType: 折讓類型: 預設為2; 代碼說明:1.(買方上傳折讓) 2.(賣方上傳折讓)

  • TaxAmount: 折讓稅額合計

  • TotalAmount: 折讓未稅金額合計

  • Details: 折讓發票明細

    折讓單身

  • InvoiceNumber: 折讓發票號

  • SequenceNumber: 折讓發票原始序號

  • Amount: 折讓金額

  • Quantity: 折讓數量

  • UnitPrice: 折讓未稅單價

  • Tax: 折讓稅額

Previous發票作廢上傳格式Next作廢折讓單上傳格式

Last updated 6 years ago