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-04-21",
"invoiceRefNo": "",
"buyerNTNCNIC": "",
"buyerBusinessName": "",
"buyerProvince": "",
"buyerAddress": "",
"buyerRegistrationType": "Unregistered",
"scenarioId": "SN020",
"sellerNTNCNIC": "1234567",
"sellerBusinessName": "business name",
"sellerProvince": "Punjab",
"sellerAddress": "address",
"items": [
{
"hsCode": "0101.2900",
"productDescription": "TEST",
"rate": "1%",
"uoM": "Numbers, pieces, units",
"quantity": 122,
"totalValues": 0,
"valueSalesExcludingST": 1000,
"salesTaxApplicable": 10,
"salesTaxWithheldAtSource": 0,
"fixedNotifiedValueOrRetailPrice": 0,
"extraTax": 0,
"furtherTax": 0,
"sroScheduleNo": "6th Schd Table III",
"fedPayable": 0,
"discount": 0,
"saleType": "Electric Vehicle",
"sroItemSerialNo": "20"
}
]
}