POST api/GetCIE10
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TB_catCIE10| Name | Description | Type | Additional information |
|---|---|---|---|
| idCIE | globally unique identifier |
None. |
|
| causa | string |
None. |
|
| Nombre | string |
None. |
|
| LSex | globally unique identifier |
None. |
|
| idClasificacion | globally unique identifier |
None. |
|
| nomClasificacion | string |
None. |
|
| num | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idCIE": "40c6deb0-d784-4d5d-a95d-df194abc1a83",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "75be2df5-816f-4a8f-999c-e97993f19da0",
"idClasificacion": "39cb6d5f-0502-472a-98c5-a1169e3e3bd6",
"nomClasificacion": "sample string 6",
"num": 7
}