SN006

Live Payload Generator

Configure buyer details and generate payload for testing

Buyer Information

Customize buyer details for this test

Final Payload

Ready to send to FBR API

{
  "invoiceType": "Sale Invoice",
  "invoiceDate": "2025-07-01",
  "invoiceRefNo": "SI-20250515-001",
  "buyerNTNCNIC": "",
  "buyerBusinessName": "",
  "buyerProvince": "",
  "buyerAddress": "",
  "buyerRegistrationType": "Registered",
  "scenarioId": "SN006",
  "sellerNTNCNIC": "1234567",
  "sellerBusinessName": "business name",
  "sellerProvince": "Punjab",
  "sellerAddress": "address",
  "items": [
    {
      "hsCode": "0102.2930",
      "productDescription": "product Description41",
      "rate": "Exempt",
      "uoM": "Numbers, pieces, units",
      "quantity": 1,
      "totalValues": 0,
      "valueSalesExcludingST": 10,
      "fixedNotifiedValueOrRetailPrice": 0,
      "salesTaxApplicable": 0,
      "salesTaxWithheldAtSource": 50.23,
      "extraTax": "",
      "furtherTax": 120,
      "sroScheduleNo": "6th Schd Table I",
      "fedPayable": 50.36,
      "discount": 56.36,
      "saleType": "Exempt goods",
      "sroItemSerialNo": "100"
    }
  ]
}