GET GhipsLite/ValidacionDespacho/{AtencionId}/{Lote}/{CodigoPropio}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AtencionId | integer |
Required |
|
| Lote | string |
Required |
|
| CodigoPropio | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ValidacionMedicamentoDespachoViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Estado | string |
None. |
|
| Pertenece | boolean |
None. |
|
| Alergia | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Estado": "sample string 1",
"Pertenece": true,
"Alergia": true
}
multipart/form-data
Sample:
{"$id":"1","Estado":"sample string 1","Pertenece":true,"Alergia":true}