POST GhipsLite/DespacharMedicamento
Método Despachar Medicamento
Request Information
URI Parameters
None.
Body Parameters
DespachoDataViewModelName | Description | Type | Additional information |
---|---|---|---|
DetSolicitudID | integer |
None. |
|
PerfilID | integer |
None. |
|
Cantidad | integer |
None. |
|
LoginDespacha | string |
None. |
|
nroCorte | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "DetSolicitudID": 1, "PerfilID": 2, "Cantidad": 3, "LoginDespacha": "sample string 4", "nroCorte": 5 }
multipart/form-data
Sample:
{"$id":"1","DetSolicitudID":1,"PerfilID":2,"Cantidad":3,"LoginDespacha":"sample string 4","nroCorte":5}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DespachoViewModelName | Description | Type | Additional information |
---|---|---|---|
resultado | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "resultado": 1 }
multipart/form-data
Sample:
{"$id":"1","resultado":1}