SN015

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-05-15",
  "invoiceRefNo": "",
  "buyerNTNCNIC": "",
  "buyerBusinessName": "",
  "buyerProvince": "",
  "buyerAddress": "",
  "buyerRegistrationType": "Unregistered",
  "scenarioId": "SN015",
  "sellerNTNCNIC": "1234567",
  "sellerBusinessName": "business name",
  "sellerProvince": "Punjab",
  "sellerAddress": "address",
  "items": [
    {
      "hsCode": "0101.2100",
      "productDescription": "TEST",
      "rate": "18%",
      "uoM": "Numbers, pieces, units",
      "quantity": 123,
      "totalValues": 0,
      "valueSalesExcludingST": 1234,
      "salesTaxApplicable": 222.12,
      "salesTaxWithheldAtSource": 0,
      "fixedNotifiedValueOrRetailPrice": 0,
      "extraTax": 0,
      "furtherTax": 0,
      "sroScheduleNo": "NINTH SCHEDULE",
      "fedPayable": 0,
      "discount": 0,
      "saleType": "Mobile Phones",
      "sroItemSerialNo": "1(A)"
    }
  ]
}