0% found this document useful (0 votes)
7 views1 page

JSON Invoice Data Structure

The document outlines an invoice with various details including the invoice type, date, buyer and seller information, and tax-related figures. It specifies a single item with its corresponding product details and financial values, all of which are set to zero. The document serves as a structured template for recording sales transactions and associated taxes.

Uploaded by

Hamid Shaikh
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

JSON Invoice Data Structure

The document outlines an invoice with various details including the invoice type, date, buyer and seller information, and tax-related figures. It specifies a single item with its corresponding product details and financial values, all of which are set to zero. The document serves as a structured template for recording sales transactions and associated taxes.

Uploaded by

Hamid Shaikh
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

{

"bposid": ENTER YOUR bPOSID ,


"invoiceType": 1,
"invoiceDate": "2024-02-21T11:43:29.568Z",
"ntN_CNIC": "1234567891234",
"buyerSellerName": "string",
"destinationAddress": "string",
"saleType": "T1000139",
"totalSalesTaxApplicable": 0,
"totalRetailPrice": 0,
"totalSTWithheldAtSource": 0,
"totalExtraTax": 0,
"totalFEDPayable": 0,
"totalWithheldIncomeTax": 0,
"totalCVT": 0,
"totalDiscount": 0,
"distributor_NTN_CNIC": "1234567891234",
"distributorName": "string",
"Items": [
{
"hsCode": "32159090",
"productCode": "string",
"productDescription": "string",
"rate": 0,
"uoM": "U1000003",
"quantity": 1,
"valueSalesExcludingST": 0,
"salesTaxApplicable": 0,
"retailPrice": 0,
"stWithheldAtSource": 0,
"extraTax": 0,
"furtherTax": 0,
"sroScheduleNo": "S1000059",
"fedPayable": 0,
"cvt": 0,
"whiT_1": 0,
"whiT_2": 0,
"whiT_Section_1": "string",
"whiT_Section_2": "string",
"totalValues": 0,
"discount": 0
}
]
}

You might also like