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-16",
"invoiceRefNo": "",
"buyerNTNCNIC": "",
"buyerBusinessName": "",
"buyerProvince": "",
"buyerAddress": "",
"buyerRegistrationType": "Registered",
"scenarioId": "SN028",
"sellerNTNCNIC": "1234567",
"sellerBusinessName": "business name",
"sellerProvince": "Punjab",
"sellerAddress": "address",
"items": [
{
"hsCode": "0101.2100",
"productDescription": "TEST",
"rate": "1%",
"uoM": "Numbers, pieces, units",
"quantity": 1,
"totalValues": 101,
"valueSalesExcludingST": 100,
"fixedNotifiedValueOrRetailPrice": 100,
"salesTaxApplicable": 1,
"salesTaxWithheldAtSource": 0,
"extraTax": "",
"furtherTax": 0,
"sroScheduleNo": "EIGHTH SCHEDULE Table 1",
"fedPayable": 0,
"discount": 0,
"saleType": "Goods at Reduced Rate",
"sroItemSerialNo": "70"
}
]
}