Configure buyer details and generate payload for testing
Customize buyer details for this test
Ready to send to FBR API
{
"invoiceType": "Sale Invoice",
"invoiceDate": "2025-05-10",
"invoiceRefNo": "",
"buyerNTNCNIC": "",
"buyerBusinessName": "",
"buyerProvince": "",
"buyerAddress": "",
"buyerRegistrationType": "Registered",
"scenarioId": "SN027",
"sellerNTNCNIC": "1234567",
"sellerBusinessName": "business name",
"sellerProvince": "Punjab",
"sellerAddress": "address",
"items": [
{
"hsCode": "0101.2100",
"productDescription": "test",
"rate": "18%",
"uoM": "Numbers, pieces, units",
"quantity": 1,
"totalValues": 944,
"valueSalesExcludingST": 800,
"fixedNotifiedValueOrRetailPrice": 800,
"salesTaxApplicable": 144,
"salesTaxWithheldAtSource": 0,
"extraTax": 0,
"furtherTax": 0,
"sroScheduleNo": "",
"fedPayable": 0,
"discount": 0,
"saleType": "3rd Schedule Goods",
"sroItemSerialNo": ""
}
]
}