/api/v1/Materials/synchronizePOST{
"materials": [
{
"code": "31-02339",
"description": "CIF CREM ORIG 12X450ML",
"unitOfMeasure": "UN",
"baseQuantity": 1,
"group": "UNILEVER",
"operationCode": "ENVASE",
"appliedDirectLabor": "01:00:00",
"appliedDirectMachine": "00:00:00",
"workStationCodes": [
"ENHL0007",
"ENHL0003"
]
},
{
"code": "31-02338",
"description": "CIF CREM ORIG 12X450ML",
"unitOfMeasure": "UN",
"baseQuantity": 1,
"group": "UNILEVER",
"operationCode": "ENVASE",
"appliedDirectLabor": "00:02:00",
"appliedDirectMachine": "00:00:00",
"workStationCodes": [
"ENHL0007",
"ENHL0003"
]
}
]
}/api/v1/Materials/synchronizePOST{
"materials": [
{
"code": "62-01060",
"description": "LAS 96% MIX",
"unitOfMeasure": "KG"
},
{
"code": "62-01073",
"description": "Soda Rayon",
"unitOfMeasure": "KG"
},
{
"code": "13-00822",
"description": "Água Desmi",
"unitOfMeasure": "KG"
}
]
}/api/v1/WorkOrders/synchronizePOST{
"workOrdersDetails": [
{
"materialCode": "51-01602",
"code": "1364378293",
"workOrders": [
{
"status": "ReadyToExecute",
"operationCode": "PRE-MIXER",
"note": "string",
"requestedQuantity": 9707,
"producedGoodQuantity": 9700,
"properties": [],
"materials": [
{
"code": "13-00822",
"sequence": 1,
"quantity": 1972,
"isReadOnly": true,
"hasBatch": true,
"consumedRawMaterials": [
{
"quantity": 1972,
"serialNumber": "13-00822-00000001"
}
]
},
{
"code": "62-01060",
"sequence": 2,
"quantity": 7735,
"isReadOnly": true,
"hasBatch": true,
"consumedRawMaterials": [
{
"quantity": 7735,
"serialNumber": "62-01060-00000001"
}
]
}
]
},
{
"status": "ReadyToExecute",
"operationCode": "MIXER PRICIPAL",
"note": "string",
"requestedQuantity": 9707,
"producedGoodQuantity": 9700,
"properties": [],
"materials": [
{
"code": "62-01060",
"sequence": 8,
"quantity": 297.86,
"isReadOnly": true,
"hasBatch": true,
"consumedRawMaterials": [
{
"quantity": 200.00,
"serialNumber": "62-01060-00000001"
},
{
"quantity": 97.86,
"serialNumber": "62-01060-00000002"
}
]
},
{
"code": "62-01221",
"sequence": 9,
"quantity": 2.81,
"isReadOnly": true,
"hasBatch": true,
"consumedRawMaterials": [
{
"quantity": 2.81,
"serialNumber": "62-01221-00000001"
}
]
}
]
}
],
"serialNumber": "1364378293-00000001",
"customer": "UNILEVER",
"promiseDate": "2019-08-24T14:15:22.123Z"
}
]
}/api/v1/MaterialInventories/synchronizePOST{
"materialsInventories": [
{
"materialCode": "13-00822",
"updateOnly": true,
"inventories": [
{
"location": "W20",
"address": "W20-01",
"batch": "20260226",
"availableQuantity": 297.86,
"readyToUse": true,
"expiryDate": "2026-02-26"
}
]
},
{
"materialCode": "62-01060",
"updateOnly": true,
"inventories": [
{
"location": "W20",
"address": "W20-01",
"batch": "20260226",
"availableQuantity": 7735,
"readyToUse": true,
"expiryDate": "2026-02-26"
}
]
},
{
"materialCode": "62-01073",
"updateOnly": true,
"inventories": [
{
"location": "Q20",
"address": "Q20-01",
"batch": "20260226",
"availableQuantity": 6707,
"readyToUse": true,
"expiryDate": "2026-02-26"
}
]
}
]
}