POST GhipsLite/DevolucionMedicamento
Método Devolucion Medicamento
Request Information
URI Parameters
None.
Body Parameters
DevolucionDataMedicamentoPacienteViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AtencionID | integer |
None. |
|
| CodSIG | string |
None. |
|
| Cantidad | decimal number |
None. |
|
| LoginRecibe | string |
None. |
|
| LoginResponsable | string |
None. |
|
| TipoDevolucionID | integer |
None. |
|
| Notas | string |
None. |
|
| CNS | integer |
None. |
|
| PropioDelPaciente | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AtencionID": 1,
"CodSIG": "sample string 2",
"Cantidad": 3.0,
"LoginRecibe": "sample string 4",
"LoginResponsable": "sample string 5",
"TipoDevolucionID": 6,
"Notas": "sample string 7",
"CNS": 1,
"PropioDelPaciente": true
}
multipart/form-data
Sample:
{"$id":"1","AtencionID":1,"CodSIG":"sample string 2","Cantidad":3.0,"LoginRecibe":"sample string 4","LoginResponsable":"sample string 5","TipoDevolucionID":6,"Notas":"sample string 7","CNS":1,"PropioDelPaciente":true}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DevolucionMedicamentoPacienteViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DetDevolucionID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"DetDevolucionID": 1
}
multipart/form-data
Sample:
{"$id":"1","DetDevolucionID":1}