Electronic Invoicing System API v1
Developers Guide
×
Menu
Index

5.4.4.2. Response

{
  "statusCode": 0,
  "remark": "Success",
  "data": [
    {
      "productCode": "1234567890123",
      "productName": "Coca Cola 500ml",
      "description": "Carbonated soft drink",
      "quantity": 120,
      "unitOfMeasure": "Bottle",
      "price": 1.5,
      "siteId": "SITE001",
      "productExpiryDate": "2025-12-31T00:00:00.000Z",
      "minimumStockLevel": 10,
      "taxRateId": "A",
      "isProduct": true
    },
    {
      "productCode": "SRV001",
      "productName": "Car Wash Service",
      "description": "Standard car wash",
      "quantity": 0,
      "unitOfMeasure": "Service",
      "price": 10,
      "siteId": "SITE001",
      "productExpiryDate": null,
      "minimumStockLevel": 0,
      "taxRateId": "E",
      "isProduct": false
    }
  ],
  "errors": []
}