Consulta de Solicitud de un alta de lote
Consulta de Solicitud de un alta de lote
Path Parameters
- id int32 required
- 200
- 400
- 401
- 404
- 500
OK
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
- estado string nullable
- fechaCreacion date-time
- fechaModificacion date-time
- razon string nullable
request object
almacen string requiredPossible values:
non-emptyand<= 30 charactersdetalleDeLote object required
articulo string requiredPossible values:
non-emptyand<= 50 charactersconsumoAntesDe string nullableentregaAntesDe string nullableestadoDeUbicacionLote string nullablePossible values:
<= 50 charactersestadoLote string requiredPossible values:
non-emptyand<= 50 charactersfechaFabricacion string nullablefechaVencimiento string nullableloteCaja string requiredPossible values:
non-emptyand<= 50 charactersloteSecundario string requiredPossible values:
non-emptyand<= 50 characterspaquete string nullablePossible values:
<= 50 characterspropietario string requiredPossible values:
non-emptyand<= 15 characterstrazable int32 requiredvidaUtil int32zonaConsumo string nullablePossible values:
<= 128 charactersinstancia string requiredPossible values:
non-emptyand<= 30 charactersresponse object
idTransaccion int32
{
"estado": "string",
"fechaCreacion": "2023-08-11T13:12:16.083Z",
"fechaModificacion": "2023-08-11T13:12:16.083Z",
"razon": "string",
"request": {
"almacen": "string",
"detalleDeLote": {
"articulo": "string",
"consumoAntesDe": "string",
"entregaAntesDe": "string",
"estadoDeUbicacionLote": "string",
"estadoLote": "string",
"fechaFabricacion": "string",
"fechaVencimiento": "string",
"loteCaja": "string",
"loteSecundario": "string",
"paquete": "string",
"propietario": "string",
"trazable": 0,
"vidaUtil": 0,
"zonaConsumo": "string"
},
"instancia": "string"
},
"response": {
"idTransaccion": 0
}
}
- Schema
- Example (from schema)
Schema
- estado string nullable
- fechaCreacion date-time
- fechaModificacion date-time
- razon string nullable
request object
almacen string requiredPossible values:
non-emptyand<= 30 charactersdetalleDeLote object required
articulo string requiredPossible values:
non-emptyand<= 50 charactersconsumoAntesDe string nullableentregaAntesDe string nullableestadoDeUbicacionLote string nullablePossible values:
<= 50 charactersestadoLote string requiredPossible values:
non-emptyand<= 50 charactersfechaFabricacion string nullablefechaVencimiento string nullableloteCaja string requiredPossible values:
non-emptyand<= 50 charactersloteSecundario string requiredPossible values:
non-emptyand<= 50 characterspaquete string nullablePossible values:
<= 50 characterspropietario string requiredPossible values:
non-emptyand<= 15 characterstrazable int32 requiredvidaUtil int32zonaConsumo string nullablePossible values:
<= 128 charactersinstancia string requiredPossible values:
non-emptyand<= 30 charactersresponse object
idTransaccion int32
{
"estado": "string",
"fechaCreacion": "2023-08-11T13:12:16.084Z",
"fechaModificacion": "2023-08-11T13:12:16.084Z",
"razon": "string",
"request": {
"almacen": "string",
"detalleDeLote": {
"articulo": "string",
"consumoAntesDe": "string",
"entregaAntesDe": "string",
"estadoDeUbicacionLote": "string",
"estadoLote": "string",
"fechaFabricacion": "string",
"fechaVencimiento": "string",
"loteCaja": "string",
"loteSecundario": "string",
"paquete": "string",
"propietario": "string",
"trazable": 0,
"vidaUtil": 0,
"zonaConsumo": "string"
},
"instancia": "string"
},
"response": {
"idTransaccion": 0
}
}
- Schema
- Example (from schema)
Schema
- estado string nullable
- fechaCreacion date-time
- fechaModificacion date-time
- razon string nullable
request object
almacen string requiredPossible values:
non-emptyand<= 30 charactersdetalleDeLote object required
articulo string requiredPossible values:
non-emptyand<= 50 charactersconsumoAntesDe string nullableentregaAntesDe string nullableestadoDeUbicacionLote string nullablePossible values:
<= 50 charactersestadoLote string requiredPossible values:
non-emptyand<= 50 charactersfechaFabricacion string nullablefechaVencimiento string nullableloteCaja string requiredPossible values:
non-emptyand<= 50 charactersloteSecundario string requiredPossible values:
non-emptyand<= 50 characterspaquete string nullablePossible values:
<= 50 characterspropietario string requiredPossible values:
non-emptyand<= 15 characterstrazable int32 requiredvidaUtil int32zonaConsumo string nullablePossible values:
<= 128 charactersinstancia string requiredPossible values:
non-emptyand<= 30 charactersresponse object
idTransaccion int32
{
"estado": "string",
"fechaCreacion": "2023-08-11T13:12:16.084Z",
"fechaModificacion": "2023-08-11T13:12:16.084Z",
"razon": "string",
"request": {
"almacen": "string",
"detalleDeLote": {
"articulo": "string",
"consumoAntesDe": "string",
"entregaAntesDe": "string",
"estadoDeUbicacionLote": "string",
"estadoLote": "string",
"fechaFabricacion": "string",
"fechaVencimiento": "string",
"loteCaja": "string",
"loteSecundario": "string",
"paquete": "string",
"propietario": "string",
"trazable": 0,
"vidaUtil": 0,
"zonaConsumo": "string"
},
"instancia": "string"
},
"response": {
"idTransaccion": 0
}
}
Bad Request
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
- detail string nullable
errors object[] nullable
Array [field string nullablemessage string nullable]- status int32
- title string nullable
- type string nullable
{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"status": 0,
"title": "string",
"type": "string"
}
- Schema
- Example (from schema)
Schema
- detail string nullable
errors object[] nullable
Array [field string nullablemessage string nullable]- status int32
- title string nullable
- type string nullable
{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"status": 0,
"title": "string",
"type": "string"
}
- Schema
- Example (from schema)
Schema
- detail string nullable
errors object[] nullable
Array [field string nullablemessage string nullable]- status int32
- title string nullable
- type string nullable
{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"status": 0,
"title": "string",
"type": "string"
}
Unauthorized
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
- message string nullable
{
"message": "string"
}
- Schema
- Example (from schema)
Schema
- message string nullable
{
"message": "string"
}
- Schema
- Example (from schema)
Schema
- message string nullable
{
"message": "string"
}
Not Found
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
- message string nullable
{
"message": "string"
}
- Schema
- Example (from schema)
Schema
- message string nullable
{
"message": "string"
}
- Schema
- Example (from schema)
Schema
- message string nullable
{
"message": "string"
}
Internal Server Error
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
- message string nullable
{
"message": "string"
}
- Schema
- Example (from schema)
Schema
- message string nullable
{
"message": "string"
}
- Schema
- Example (from schema)
Schema
- message string nullable
{
"message": "string"
}