GET api/GetCbMedicamento_x_nom
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TB_cbMedicamentos| Name | Description | Type | Additional information |
|---|---|---|---|
| codigoEAN | string |
None. |
|
| nomProducto | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"codigoEAN": "sample string 1",
"nomProducto": "sample string 2"
},
{
"$ref": "2"
}
]