curl --location --request POST 'https://api.crol.mx//api/OrdenServicio/OrdenServicioGuardar' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"detalle": [
{
"almacenId": 0,
"cantidad": 0,
"centroCostoId": 0,
"conceptoId": 0,
"descuento": 0,
"divisionId": 0,
"notas": "string",
"precioUnitario": 0,
"subtotal": 0,
"sucursalId": 0,
"total": 0,
"umId": 0
}
],
"encabezado": {
"almacenId": 0,
"centroCostoId": 0,
"clienteId": 0,
"contactoId": 0,
"diagnostico": "string",
"divisionId": 0,
"entidadId": 0,
"fallas": "string",
"fecha": "string",
"fechaProgramada": "string",
"identificador": "string",
"inventario": "string",
"lineaId": 0,
"listaId": 0,
"monedaId": 0,
"sucursalId": 0,
"tipoCambio": 0
}
}'