{
"code": 200,
"result": "successful",
"data": {
"Product": {
"id": 0,
"staff_id": 0,
"name": "string",
"description": "string",
"unit_price": 0,
"tax1": 0,
"tax2": 0,
"supplier_id": 0,
"brand": "string",
"category": "string",
"tags": "string",
"buy_price": 0,
"product_code": "string",
"track_stock": true,
"stock_balance": 0,
"low_stock_thershold": 0,
"barcode": "string",
"notes": "string",
"status": 0,
"created": "2018-05-10 00:42:00",
"modified": "2018-05-12 13:05:06",
"follow_up_status": null,
"updated_price": true,
"average_price": 0,
"type": null,
"minimum_price": null,
"profit_margin": null,
"discount": null,
"discount_type": null,
"duration_minutes": 0,
"availabe_online": 0,
"raw_store_id": null,
"ProductImage": [
{
"id": 0,
"product_id": 0,
"default": true,
"file": "string",
"created": "2018-05-10 00:42:00",
"modified": "2018-05-12 13:05:06",
"file_full_path": "string"
}
],
"ProductCategory": [
{
"id": 0,
"name": "string",
"description": "string",
"category_type": "1=> Products' Category",
"parent_id": 0,
"image": "string",
"created": "2018-05-10 00:42:00",
"modified": "2018-05-12 13:05:06",
"image_full_path": "string"
}
]
}
},
"pagination": {
"prev": "/api2/clients/?page=1",
"next": "/api2/clients/?page=3",
"page": 2,
"page_count": 5,
"total_results": 98
}
}