curl --location --request POST 'https://api.crol.mx//api/Inventario/Reempaque' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"encabezado": {
"almacenId": 0,
"almacenIdDestino": 0,
"cantidad": 0,
"conceptoId": "string",
"costoIdentificado": {
"ListaLotes": [
{
"Lote": "string",
"Cantidad": 0,
"Fecha": "string"
}
]
},
"costoIdentificadoTipo": 0,
"divisionId": 0,
"divisionIdDestino": 0,
"fecha": "string",
"notas": "string",
"serie": "string",
"sucursalId": 0,
"umId": 0
},
"detalle": [
{
"consecutivo": 0,
"conceptoId": 0,
"umId": 0,
"cantidad": 0,
"costoIdentificado": {
"ListaLotesCapa": [
{
"lote": "string",
"cantidad": 0,
"capaId": 0,
"cantidadMaxima": 0,
"fechaCaducidad": "string"
}
]
},
"costoIdentificadoTipo": 0,
"notas": "string"
}
]
}'{
"data": {
"concepto": "string",
"estado": "string",
"fecha": "2019-08-24",
"folio": "string",
"origen": "string",
"total": 0,
"transaccionId": 0
},
"resultado": true,
"error": {
"error": null,
"errorMensaje": "string",
"errorCodigo": 0
}
}