[
{
"lotNo": "string",
"qty": 0,
"transferWarehouse": "string",
"slot": "string",
"priority": 0,
"planProduceTime": "2019-08-24T14:15:22.123Z"
}
]curl --location --request POST '/OmsForMes/CreateLots' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"lotNo": "string",
"qty": 0,
"transferWarehouse": "string",
"slot": "string",
"priority": 0,
"planProduceTime": "2019-08-24T14:15:22.123Z"
}
]'{
"success": true,
"errorMessage": "string",
"errorCode": 0
}