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-15",
"invoiceRefNo": "",
"buyerNTNCNIC": "",
"buyerBusinessName": "",
"buyerProvince": "",
"buyerAddress": "",
"buyerRegistrationType": "Unregistered",
"scenarioId": "SN013",
"sellerNTNCNIC": "1234567",
"sellerBusinessName": "business name",
"sellerProvince": "Punjab",
"sellerAddress": "address",
"items": [
{
"hsCode": "0101.2100",
"productDescription": "TEST",
"rate": "5%",
"uoM": "Numbers, pieces, units",
"quantity": 123,
"totalValues": 212,
"valueSalesExcludingST": 1000,
"fixedNotifiedValueOrRetailPrice": 0,
"salesTaxApplicable": 50,
"salesTaxWithheldAtSource": 11,
"extraTax": 0,
"furtherTax": 0,
"sroScheduleNo": "1450(I)/2021",
"fedPayable": 0,
"discount": 0,
"saleType": "Electricity Supply to Retailers",
"sroItemSerialNo": "4"
}
]
}