SN024

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-04-21",
  "invoiceRefNo": "",
  "buyerNTNCNIC": "",
  "buyerBusinessName": "",
  "buyerProvince": "",
  "buyerAddress": "",
  "buyerRegistrationType": "Unregistered",
  "scenarioId": "SN024",
  "sellerNTNCNIC": "1234567",
  "sellerBusinessName": "business name",
  "sellerProvince": "Punjab",
  "sellerAddress": "address",
  "items": [
    {
      "hsCode": "0101.2100",
      "productDescription": "TEST",
      "rate": "25%",
      "uoM": "Numbers, pieces, units",
      "quantity": 123,
      "valueSalesExcludingST": 1000,
      "fixedNotifiedValueOrRetailPrice": 0,
      "salesTaxApplicable": 250,
      "salesTaxWithheldAtSource": 0,
      "extraTax": 0,
      "furtherTax": 0,
      "sroScheduleNo": "297(I)/2023-Table-I",
      "fedPayable": 0,
      "discount": 0,
      "totalValues": 0,
      "saleType": "Goods as per SRO.297(|)/2023",
      "sroItemSerialNo": "12"
    }
  ]
}