Get Purchases
The PGetPurchaseHistory() methods enables businesses to retrieve detailed purchase information that has been recorded in Smart Invoice.
This includes supplier details, invoice numbers, item lists, and transaction values.
It ensures that purchases supplied by other Smart Invoice-registered businesses are seamlessly integrated into your system.
GetPurchaseHistory() method
This method retrieves all purchases made by a business from Smart Invoice.
You can filter results using the TPIN, Branch ID, and Last Request Date to fetch only the latest data.
Request Parameters
NB: These details are stored in the configuration files
| Parameter | Type | Description |
|---|---|---|
| TPIN | string | Taxpayer Identification Number of the business |
| BranchId | string | Branch ID of the taxpayer |
| LastReqDt | string | Timestamp of the last request (format: yyyyMMddHHmmss) |
Usage Example

Response
{
"success": true,
"code": "000",
"message": "Operation completed successfully",
"timestamp": "2025-09-19 15:08:15",
"data": [
{
"tpin": "1002890781",
"bhfId": "000",
"cisInvcNo": "AUTO-20250919150812-ce36",
"orgInvcNo": 0,
"spplrTpin": "1002022434",
"spplrBhfId": "000",
"spplrNm": "PARATUS TELECOMMUNICATIONS LIMITED",
"spplrInvcNo": "365",
"regrTyCd": "A",
"pchsTyCd": "N",
"rcptTyCd": "P",
"pmtTyCd": "07",
"pchsSttsCd": "02",
"cfmDt": "2024-10-01 12:00:00",
"pchsDt": "20241001",
"cnclReqDt": null,
"cnclDt": null,
"totItemCnt": 3,
"totTaxblAmt": 1470.0,
"totTaxAmt": 235.2,
"totAmt": 1705.2,
"remark": "",
"regrNm": null,
"regrId": null,
"modrNm": null,
"modrId": null,
"itemList": [
{
"itemSeq": 1,
"itemCd": "1400000",
"itemClsCd": "81112100",
"itemNm": "Starlink Service Fee",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "EA",
"pkg": 1.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 1021.96,
"splyAmt": 1021.96,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 881.0,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 140.96,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 1021.96
},
{
"itemSeq": 2,
"itemCd": "1411000",
"itemClsCd": "81112100",
"itemNm": "Starlink Management Fee",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "EA",
"pkg": 1.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 429.27,
"splyAmt": 429.27,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 370.06,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 59.21,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 429.27
},
{
"itemSeq": 3,
"itemCd": "9214000",
"itemClsCd": "81112100",
"itemNm": "Excise Duty 17.5%",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "EA",
"pkg": 1.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 253.97,
"splyAmt": 253.97,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 218.94,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 35.03,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 253.97
}
]
},
{
"tpin": "1002890781",
"bhfId": "000",
"cisInvcNo": "AUTO-20250919150814-d141",
"orgInvcNo": 0,
"spplrTpin": "1002022434",
"spplrBhfId": "000",
"spplrNm": "PARATUS TELECOMMUNICATIONS LIMITED",
"spplrInvcNo": "366",
"regrTyCd": "A",
"pchsTyCd": "N",
"rcptTyCd": "P",
"pmtTyCd": "07",
"pchsSttsCd": "02",
"cfmDt": "2024-10-01 12:00:00",
"pchsDt": "20241001",
"cnclReqDt": null,
"cnclDt": null,
"totItemCnt": 6,
"totTaxblAmt": 1612.26,
"totTaxAmt": 257.96,
"totAmt": 1870.22,
"remark": "",
"regrNm": null,
"regrId": null,
"modrNm": null,
"modrId": null,
"itemList": [
{
"itemSeq": 1,
"itemCd": "1400000",
"itemClsCd": "81112100",
"itemNm": "Starlink Service Fee",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "EA",
"pkg": 1.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 1021.96,
"splyAmt": 1021.96,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 881.0,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 140.96,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 1021.96
},
{
"itemSeq": 2,
"itemCd": "1400000",
"itemClsCd": "81112100",
"itemNm": "Starlink Service Fee",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "EA",
"pkg": 1.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 98.9,
"splyAmt": 98.9,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 85.26,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 13.64,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 98.9
},
{
"itemSeq": 3,
"itemCd": "1411000",
"itemClsCd": "81112100",
"itemNm": "Starlink Management Fee",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "EA",
"pkg": 1.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 429.27,
"splyAmt": 429.27,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 370.06,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 59.21,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 429.27
},
{
"tpin": "1002890781",
"bhfId": "000",
"cisInvcNo": "AUTO-20250919150814-71e3",
"orgInvcNo": 0,
"spplrTpin": "1002890781",
"spplrBhfId": "000",
"spplrNm": "AXIS SOLUTIONS AFRICA LIMITED",
"spplrInvcNo": "24",
"regrTyCd": "A",
"pchsTyCd": "N",
"rcptTyCd": "P",
"pmtTyCd": "01",
"pchsSttsCd": "02",
"cfmDt": "2025-09-09 07:05:52",
"pchsDt": "20250909",
"cnclReqDt": null,
"cnclDt": null,
"totItemCnt": 1,
"totTaxblAmt": 172.41,
"totTaxAmt": 27.59,
"totAmt": 200.0,
"remark": "",
"regrNm": null,
"regrId": null,
"modrNm": null,
"modrId": null,
"itemList": [
{
"itemSeq": 1,
"itemCd": "TEST003",
"itemClsCd": "43191501",
"itemNm": "Test Product",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "BOX",
"pkg": 0.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 200.0,
"splyAmt": 200.0,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 172.41,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 27.59,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 200.0
}
]
},
{
"tpin": "1002890781",
"bhfId": "000",
"cisInvcNo": "AUTO-20250919150814-cfa3",
"orgInvcNo": 0,
"spplrTpin": "1002890781",
"spplrBhfId": "000",
"spplrNm": "AXIS SOLUTIONS AFRICA LIMITED",
"spplrInvcNo": "26",
"regrTyCd": "A",
"pchsTyCd": "N",
"rcptTyCd": "P",
"pmtTyCd": "01",
"pchsSttsCd": "02",
"cfmDt": "2025-09-10 03:48:40",
"pchsDt": "20250910",
"cnclReqDt": null,
"cnclDt": null,
"totItemCnt": 1,
"totTaxblAmt": 172.41,
"totTaxAmt": 27.59,
"totAmt": 200.0,
"remark": "",
"regrNm": null,
"regrId": null,
"modrNm": null,
"modrId": null,
"itemList": [
{
"itemSeq": 1,
"itemCd": "TEST003",
"itemClsCd": "43191501",
"itemNm": "Test Product",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "BOX",
"pkg": 0.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 200.0,
"splyAmt": 200.0,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 172.41,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 27.59,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 200.0
}
]
},
{
"tpin": "1002890781",
"bhfId": "000",
"cisInvcNo": "AUTO-20250919150814-5851",
"orgInvcNo": 0,
"spplrTpin": "1002890781",
"spplrBhfId": "000",
"spplrNm": "AXIS SOLUTIONS AFRICA LIMITED",
"spplrInvcNo": "31",
"regrTyCd": "A",
"pchsTyCd": "N",
"rcptTyCd": "P",
"pmtTyCd": "01",
"pchsSttsCd": "02",
"cfmDt": "2025-09-15 02:34:08",
"pchsDt": "20250915",
"cnclReqDt": null,
"cnclDt": null,
"totItemCnt": 1,
"totTaxblAmt": 172.41,
"totTaxAmt": 27.59,
"totAmt": 200.0,
"remark": "",
"regrNm": null,
"regrId": null,
"modrNm": null,
"modrId": null,
"itemList": [
{
"itemSeq": 1,
"itemCd": "TEST002",
"itemClsCd": "43191501",
"itemNm": "Test Product 02",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "BOX",
"pkg": 0.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 200.0,
"splyAmt": 200.0,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 172.41,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 27.59,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 200.0
}
]
},
{
"tpin": "1002890781",
"bhfId": "000",
"cisInvcNo": "AUTO-20250919150814-38fd",
"orgInvcNo": 0,
"spplrTpin": "1002890781",
"spplrBhfId": "000",
"spplrNm": "AXIS SOLUTIONS AFRICA LIMITED",
"spplrInvcNo": "32",
"regrTyCd": "A",
"pchsTyCd": "N",
"rcptTyCd": "P",
"pmtTyCd": "01",
"pchsSttsCd": "02",
"cfmDt": "2025-09-15 02:47:29",
"pchsDt": "20250915",
"cnclReqDt": null,
"cnclDt": null,
"totItemCnt": 1,
"totTaxblAmt": 172.41,
"totTaxAmt": 27.59,
"totAmt": 200.0,
"remark": "",
"regrNm": null,
"regrId": null,
"modrNm": null,
"modrId": null,
"itemList": [
{
"itemSeq": 1,
"itemCd": "TEST002",
"itemClsCd": "43191501",
"itemNm": "Test Product 02",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "BOX",
"pkg": 0.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 200.0,
"splyAmt": 200.0,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 172.41,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 27.59,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 200.0
}
]
},
{
"tpin": "1002890781",
"bhfId": "000",
"cisInvcNo": "AUTO-20250919150814-9165",
"orgInvcNo": 0,
"spplrTpin": "1002890781",
"spplrBhfId": "000",
"spplrNm": "AXIS SOLUTIONS AFRICA LIMITED",
"spplrInvcNo": "33",
"regrTyCd": "A",
"pchsTyCd": "N",
"rcptTyCd": "P",
"pmtTyCd": "01",
"pchsSttsCd": "02",
"cfmDt": "2025-09-15 03:35:04",
"pchsDt": "20250915",
"cnclReqDt": null,
"cnclDt": null,
"totItemCnt": 1,
"totTaxblAmt": 172.41,
"totTaxAmt": 27.59,
"totAmt": 200.0,
"remark": "",
"regrNm": null,
"regrId": null,
"modrNm": null,
"modrId": null,
"itemList": [
{
"itemSeq": 1,
"itemCd": "TEST002",
"itemClsCd": "43191501",
"itemNm": "Test Product 02",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "BOX",
"pkg": 0.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 200.0,
"splyAmt": 200.0,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 172.41,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 27.59,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 200.0
}
]
},
{
"tpin": "1002890781",
"bhfId": "000",
"cisInvcNo": "AUTO-20250919150814-ffec",
"orgInvcNo": 0,
"spplrTpin": "1002890781",
"spplrBhfId": "000",
"spplrNm": "AXIS SOLUTIONS AFRICA LIMITED",
"spplrInvcNo": "10",
"regrTyCd": "A",
"pchsTyCd": "N",
"rcptTyCd": "P",
"pmtTyCd": "01",
"pchsSttsCd": "02",
"cfmDt": "2025-09-10 11:18:01",
"pchsDt": "20250910",
"cnclReqDt": null,
"cnclDt": null,
"totItemCnt": 1,
"totTaxblAmt": 172.41,
"totTaxAmt": 27.59,
"totAmt": 200.0,
"remark": "",
"regrNm": null,
"regrId": null,
"modrNm": null,
"modrId": null,
"itemList": [
{
"itemSeq": 1,
"itemCd": "TEST003",
"itemClsCd": "43191501",
"itemNm": "Test Product",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "BOX",
"pkg": 0.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 200.0,
"splyAmt": 200.0,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 172.41,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 27.59,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 200.0
}
]
},
{
"tpin": "1002890781",
"bhfId": "000",
"cisInvcNo": "AUTO-20250919150814-1439",
"orgInvcNo": 0,
"spplrTpin": "1002890781",
"spplrBhfId": "000",
"spplrNm": "AXIS SOLUTIONS AFRICA LIMITED",
"spplrInvcNo": "35",
"regrTyCd": "A",
"pchsTyCd": "N",
"rcptTyCd": "P",
"pmtTyCd": "01",
"pchsSttsCd": "02",
"cfmDt": "2025-09-15 04:25:48",
"pchsDt": "20250915",
"cnclReqDt": null,
"cnclDt": null,
"totItemCnt": 1,
"totTaxblAmt": 172.41,
"totTaxAmt": 27.59,
"totAmt": 200.0,
"remark": "",
"regrNm": null,
"regrId": null,
"modrNm": null,
"modrId": null,
"itemList": [
{
"itemSeq": 1,
"itemCd": "TEST002",
"itemClsCd": "43191501",
"itemNm": "Test Product 02",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "BOX",
"pkg": 0.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 200.0,
"splyAmt": 200.0,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 172.41,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 27.59,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 200.0
}
]
},
{
"tpin": "1002890781",
"bhfId": "000",
"cisInvcNo": "AUTO-20250919150814-4fd6",
"orgInvcNo": 0,
"spplrTpin": "1002890781",
"spplrBhfId": "000",
"spplrNm": "AXIS SOLUTIONS AFRICA LIMITED",
"spplrInvcNo": "37",
"regrTyCd": "A",
"pchsTyCd": "N",
"rcptTyCd": "P",
"pmtTyCd": "02",
"pchsSttsCd": "02",
"cfmDt": "2025-09-16 08:25:55",
"pchsDt": "20250916",
"cnclReqDt": null,
"cnclDt": null,
"totItemCnt": 1,
"totTaxblAmt": 344.83,
"totTaxAmt": 55.17,
"totAmt": 400.0,
"remark": "",
"regrNm": null,
"regrId": null,
"modrNm": null,
"modrId": null,
"itemList": [
{
"itemSeq": 1,
"itemCd": "TEST002",
"itemClsCd": "43191501",
"itemNm": "Test Product 02",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "BOX",
"pkg": 0.0,
"qtyUnitCd": "U",
"qty": 2.0,
"prc": 200.0,
"splyAmt": 400.0,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 344.83,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 55.17,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 400.0
}
]
},
{
"tpin": "1002890781",
"bhfId": "000",
"cisInvcNo": "AUTO-20250919150814-3b80",
"orgInvcNo": 0,
"spplrTpin": "1002890781",
"spplrBhfId": "000",
"spplrNm": "AXIS SOLUTIONS AFRICA LIMITED",
"spplrInvcNo": "39",
"regrTyCd": "A",
"pchsTyCd": "N",
"rcptTyCd": "P",
"pmtTyCd": "01",
"pchsSttsCd": "02",
"cfmDt": "2025-09-16 09:29:20",
"pchsDt": "20250916",
"cnclReqDt": null,
"cnclDt": null,
"totItemCnt": 2,
"totTaxblAmt": 1034.48,
"totTaxAmt": 165.52,
"totAmt": 1200.0,
"remark": "",
"regrNm": null,
"regrId": null,
"modrNm": null,
"modrId": null,
"itemList": [
{
"itemSeq": 1,
"itemCd": "TEST002",
"itemClsCd": "43191501",
"itemNm": "Test Product 02",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "BOX",
"pkg": 0.0,
"qtyUnitCd": "U",
"qty": 3.0,
"prc": 200.0,
"splyAmt": 600.0,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 517.24,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 82.76,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 600.0
},
{
"itemSeq": 2,
"itemCd": "TEST003",
"itemClsCd": "43191501",
"itemNm": "Test Product",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "BOX",
"pkg": 0.0,
"qtyUnitCd": "U",
"qty": 3.0,
"prc": 200.0,
"splyAmt": 600.0,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 517.24,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 82.76,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 600.0
}
]
},
{
"tpin": "1002890781",
"bhfId": "000",
"cisInvcNo": "AUTO-20250919150814-77a8",
"orgInvcNo": 0,
"spplrTpin": "1002890781",
"spplrBhfId": "000",
"spplrNm": "AXIS SOLUTIONS AFRICA LIMITED",
"spplrInvcNo": "34",
"regrTyCd": "A",
"pchsTyCd": "N",
"rcptTyCd": "P",
"pmtTyCd": "01",
"pchsSttsCd": "02",
"cfmDt": "2025-09-15 04:00:19",
"pchsDt": "20250915",
"cnclReqDt": null,
"cnclDt": null,
"totItemCnt": 1,
"totTaxblAmt": 172.41,
"totTaxAmt": 27.59,
"totAmt": 200.0,
"remark": "",
"regrNm": null,
"regrId": null,
"modrNm": null,
"modrId": null,
"itemList": [
{
"itemSeq": 1,
"itemCd": "TEST003",
"itemClsCd": "43191501",
"itemNm": "Test Product",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "BOX",
"pkg": 0.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 200.0,
"splyAmt": 200.0,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 172.41,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 27.59,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 200.0
}
]
},
{
"tpin": "1002890781",
"bhfId": "000",
"cisInvcNo": "AUTO-20250919150814-6f1b",
"orgInvcNo": 0,
"spplrTpin": "1002890781",
"spplrBhfId": "000",
"spplrNm": "AXIS SOLUTIONS AFRICA LIMITED",
"spplrInvcNo": "14",
"regrTyCd": "A",
"pchsTyCd": "N",
"rcptTyCd": "P",
"pmtTyCd": "01",
"pchsSttsCd": "02",
"cfmDt": "2025-09-09 03:23:19",
"pchsDt": "20250909",
"cnclReqDt": null,
"cnclDt": null,
"totItemCnt": 1,
"totTaxblAmt": 172.41,
"totTaxAmt": 27.59,
"totAmt": 200.0,
"remark": "",
"regrNm": null,
"regrId": null,
"modrNm": null,
"modrId": null,
"itemList": [
{
"itemSeq": 1,
"itemCd": "TEST003",
"itemClsCd": "43191501",
"itemNm": "Test Product",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "BOX",
"pkg": 0.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 200.0,
"splyAmt": 200.0,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 172.41,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 27.59,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 200.0
}
]
},
{
"tpin": "1002890781",
"bhfId": "000",
"cisInvcNo": "AUTO-20250919150814-14c4",
"orgInvcNo": 0,
"spplrTpin": "1002890781",
"spplrBhfId": "000",
"spplrNm": "AXIS SOLUTIONS AFRICA LIMITED",
"spplrInvcNo": "12",
"regrTyCd": "A",
"pchsTyCd": "N",
"rcptTyCd": "P",
"pmtTyCd": "01",
"pchsSttsCd": "02",
"cfmDt": "2025-09-10 11:35:21",
"pchsDt": "20250910",
"cnclReqDt": null,
"cnclDt": null,
"totItemCnt": 1,
"totTaxblAmt": 172.41,
"totTaxAmt": 27.59,
"totAmt": 200.0,
"remark": "",
"regrNm": null,
"regrId": null,
"modrNm": null,
"modrId": null,
"itemList": [
{
"itemSeq": 1,
"itemCd": "TEST003",
"itemClsCd": "43191501",
"itemNm": "Test Product",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "BOX",
"pkg": 0.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 200.0,
"splyAmt": 200.0,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 172.41,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 27.59,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 200.0
}
]
},
{
"tpin": "1002890781",
"bhfId": "000",
"cisInvcNo": "AUTO-20250919150815-ab53",
"orgInvcNo": 0,
"spplrTpin": "1002890781",
"spplrBhfId": "000",
"spplrNm": "AXIS SOLUTIONS AFRICA LIMITED",
"spplrInvcNo": "13",
"regrTyCd": "A",
"pchsTyCd": "N",
"rcptTyCd": "P",
"pmtTyCd": "01",
"pchsSttsCd": "02",
"cfmDt": "2025-09-10 11:45:57",
"pchsDt": "20250910",
"cnclReqDt": null,
"cnclDt": null,
"totItemCnt": 1,
"totTaxblAmt": 172.41,
"totTaxAmt": 27.59,
"totAmt": 200.0,
"remark": "",
"regrNm": null,
"regrId": null,
"modrNm": null,
"modrId": null,
"itemList": [
{
"itemSeq": 1,
"itemCd": "TEST003",
"itemClsCd": "43191501",
"itemNm": "Test Product",
"bcd": "",
"spplrItemClsCd": null,
"spplrItemCd": null,
"spplrItemNm": null,
"pkgUnitCd": "BOX",
"pkg": 0.0,
"qtyUnitCd": "U",
"qty": 1.0,
"prc": 200.0,
"splyAmt": 200.0,
"dcRt": 0.0,
"dcAmt": 0.0,
"iplCatCd": "",
"tlCatCd": "",
"exciseCatCd": "",
"taxblAmt": 172.41,
"vatCatCd": "A",
"iplTaxblAmt": 0.0,
"tlTaxblAmt": 0.0,
"exciseTaxblAmt": 0.0,
"taxAmt": 27.59,
"iplAmt": 0.0,
"tlAmt": 0.0,
"exciseTaxAmt": 0.0,
"totAmt": 200.0
}
]
}
],
"error": null
}