Documentation
Upload Stock Flomiz to Portal.
Click Here To Download Postman Collection file for Stock Upload API
API EndPoint [POST Method]
https://diamond.flomiz.com/FAccount/API/StockSummary/Default.aspx
For Get All Stock Data
{ "CustomerId": "*", "PortalType": 501, "ProductStockType": 1, "IsRemoveZeroStock": true, "IsShowRapaportPrice": true, "PhotoSize":1, "PageContext": { "Page": 1, "PerPage": 30 } }
For Get Single Product
{ "CustomerId": "*", "SKU": "N1588", "PhotoSize": 1 }
POST Data Field Detail (* Are Required Field)
CustomerId* :- Customer Id IsRemoveZeroStock :- true OR false IsShowRapaportPrice:- true OR false PortalType* :- RapNet = 501, VDB = 502, Nivoda = 503, Other = 1000 ProductStockType :- All = 1, MultiStock = 2, SingleStock = 3 PhotoSize:- Original = 1, W25xH25 = 3, W50xH50 = 4, W100xH100 = 5, W120xH150 = 6, W240xH200 = 7, W550xH320 = 8, W800xH600 = 9, W1024xH768 = 10, P30 = 101, P50 = 102, P70 = 103,
API Response
{ "Code": 1, "Message": "Success", "lstProduct": [{ "SerialNo": 1, "ProductName": "Dummy", "SKU": "Dummy", "CategoryName": "", "Branch": "", "Lab": "", "OPStock": 0.00, "Stock": 0.00, "QuantityIN": 0.00, "QuantityOUT": 0.00, "SOStock": 0.00, "POStock": 0.00, "CommittedStock": 0.00, "AvailableForSale": 0.00, "lstImages": [{ "eProductImageType": 1, "SerialNo": 1, "base64FileByte": "" }], "lstProperty": [{ "PropertyId": 1, "PropertyName": "Shape", "PropertyValue": "Emerald" }, { "PropertyId": 2, "PropertyName": "Color", "PropertyValue": "H" }] }], "PageContext": { "Page": 1, "PerPage": 30, "TotalPage": 43, "TotalRecord": 1282 } }
API Response Details
Code : Success = 1, Fail = 2, Exception = 3, Invalid = 4, eProductImageType : Modeling = 1, Original = 2, Customer = 3,