{
"data": [
{
"product_name": "productname two",
"product_sku": "productsku01",
"product_uom": "Units",
"materials": [
{
"material_name": "Row Material",
"material_code": "RM00359",
"req_qty": "1.0000000000",
"material_uom": "Units"
},
{
"material_name": "Monocarton",
"material_code": "Mono0127",
"req_qty": "1.0000000000",
"material_uom": "Units"
}
},
{
"product_name": "productname one",
"product_sku": "productsku00",
"product_uom": "Units",
"materials": [
{
"material_name": "Row Material",
"material_code": "RM00359",
"req_qty": "1.0000000000",
"material_uom": "Units"
},
{
"material_name": "Monocarton",
"material_code": "Mono0127",
"req_qty": "1.0000000000",
"material_uom": "Units"
}
]
}
]
}