GET GhipsLite/ConsultarCantidadesRecepcion/{idEncabezadoSol}/{idDetalleMedicamento}/{tipoEncabezado}/{idAuxiliar}/{idFarmaciaIntraSolDespachoDet}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idEncabezadoSol

integer

Required

idDetalleMedicamento

integer

Required

tipoEncabezado

string

Required

idAuxiliar

integer

Required

idFarmaciaIntraSolDespachoDet

integer

Required

Body Parameters

None.

Response Information

Resource Description

FarmaciaIntraCantidadesViewModel
NameDescriptionTypeAdditional information
cantidadDespachada

integer

None.

cantidadRecepcionada

integer

None.

cantidadDevuelta

integer

None.

cantidadGastada

integer

None.

valorRestante

integer

None.

cantidadDespachadaLote

integer

None.

cantidadRecepcionadaLote

integer

None.

cantidadDevueltaLote

integer

None.

cantidadGastadaLote

integer

None.

valorRestanteLote

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "cantidadDespachada": 1,
  "cantidadRecepcionada": 2,
  "cantidadDevuelta": 3,
  "cantidadGastada": 4,
  "valorRestante": 5,
  "cantidadDespachadaLote": 6,
  "cantidadRecepcionadaLote": 7,
  "cantidadDevueltaLote": 8,
  "cantidadGastadaLote": 9,
  "valorRestanteLote": 10
}

multipart/form-data

Sample:
{"$id":"1","cantidadDespachada":1,"cantidadRecepcionada":2,"cantidadDevuelta":3,"cantidadGastada":4,"valorRestante":5,"cantidadDespachadaLote":6,"cantidadRecepcionadaLote":7,"cantidadDevueltaLote":8,"cantidadGastadaLote":9,"valorRestanteLote":10}