curl --location -g --request POST 'https://dev-api.elefin.id/{{version}}internal/potential-products' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"user_input": {
"name": "Unsalted Butter 200gr",
"qty": 4,
"unit": "Pcs"
},
"product_in_database": [
{
"id": 644,
"name": "Unsalted Butter Elle & Vire (Mentega Tawar) 200gr",
"uom": "Pcs",
"product_unit": 1,
"price": 49500,
"supplier_code": "SKN",
"wholesale": null
}
]
},
{
"user_input": {
"name": "Salmon Strout",
"qty": 1,
"unit": "kg"
},
"product_in_database": [
{
"id": 831,
"name": "Salmon Fresh",
"uom": "Kg",
"product_unit": 1,
"price": 400000,
"supplier_code": "INSIG",
"wholesale": {
"tier1": 330000,
"qty1": 10,
"tier2": 300000,
"qty2": 20,
"tier3": 0,
"qty3": 0,
"tier4": 0,
"qty4": 0,
"tier5": 0,
"qty5": 0
}
},
{
"id": 900,
"name": "Frozen Salmon Trout steak portion",
"uom": "Kg",
"product_unit": 1,
"price": 259200,
"supplier_code": "FNB",
"wholesale": null
},
{
"id": 901,
"name": "Frozen Salmon Trout Fillet whole",
"uom": "Kg",
"product_unit": 1,
"price": 253800,
"supplier_code": "FNB",
"wholesale": null
}
]
}
],
"uom": [
{
"id": 1,
"product_uom": "Pcs"
},
{
"id": 2,
"product_uom": "Kg"
},
{
"id": 3,
"product_uom": "Gram"
},
{
"id": 4,
"product_uom": "Pack"
},
{
"id": 5,
"product_uom": "Botol"
},
{
"id": 6,
"product_uom": "Galon"
},
{
"id": 7,
"product_uom": "Karton"
},
{
"id": 8,
"product_uom": "Sak"
},
{
"id": 9,
"product_uom": "Meter"
},
{
"id": 10,
"product_uom": "Kaleng"
},
{
"id": 11,
"product_uom": "Batang"
},
{
"id": 12,
"product_uom": "Pail"
},
{
"id": 14,
"product_uom": "Unit"
},
{
"id": 15,
"product_uom": "Set"
},
{
"id": 16,
"product_uom": "Ekor"
}
]
}'{
"status": "success",
"message": "",
"data": [
{
"product_in_database": [
{
"id": 644,
"name": "Unsalted Butter Elle & Vire (Mentega Tawar) 200gr"
}
],
"user_input": {
"name": "Unsalted Butter 200gr",
"qty": 4
}
},
{
"product_in_database": [
{
"id": 900,
"name": "Frozen Salmon Trout steak portion"
}
],
"user_input": {
"name": "Salmon Strout",
"qty": 1
}
}
]
}