POST GhipsLite/Recepcion
Método Despachar Medicamento
Request Information
URI Parameters
None.
Body Parameters
RecepcionDataMedicamentosPorCorteName | Description | Type | Additional information |
---|---|---|---|
DetSolicitudID | integer |
None. |
|
PerfilID | integer |
None. |
|
Cantidad | integer |
None. |
|
LoginRecibe | string |
None. |
|
AtencionID | integer |
None. |
|
CodSIG | decimal number |
None. |
|
IDPerfilNutricion | integer |
None. |
|
CantidadSol | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "DetSolicitudID": 1, "PerfilID": 2, "Cantidad": 3, "LoginRecibe": "sample string 4", "AtencionID": 5, "CodSIG": 6.0, "IDPerfilNutricion": 7, "CantidadSol": 8 }
multipart/form-data
Sample:
{"$id":"1","DetSolicitudID":1,"PerfilID":2,"Cantidad":3,"LoginRecibe":"sample string 4","AtencionID":5,"CodSIG":6.0,"IDPerfilNutricion":7,"CantidadSol":8}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RecepcionMedicamentosPorCorteViewModelName | Description | Type | Additional information |
---|---|---|---|
resultado | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "resultado": true }
multipart/form-data
Sample:
{"$id":"1","resultado":true}