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": "SN022",
"sellerNTNCNIC": "1234567",
"sellerBusinessName": "business name",
"sellerProvince": "Punjab",
"sellerAddress": "address",
"items": [
{
"hsCode": "3104.2000",
"productDescription": "TEST",
"rate": "18% along with rupees 60 per kilogram",
"uoM": "KG",
"quantity": 1,
"valueSalesExcludingST": 100,
"fixedNotifiedValueOrRetailPrice": 60,
"salesTaxApplicable": 78,
"salesTaxWithheldAtSource": 0,
"extraTax": 0,
"furtherTax": 0,
"sroScheduleNo": "EIGHTH SCHEDULE Table 1",
"fedPayable": 0,
"discount": 0,
"totalValues": 0,
"saleType": "Potassium Chlorate",
"sroItemSerialNo": "56"
}
]
}