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": "336dc69a-0567-4c00-82c7-759ba8769e23",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "768e5a34-443a-4dc2-94d9-4e1310b2248b",
"idClasificacion": "97d5a95a-1cbb-407d-9897-c2418d26b4ff",
"nomClasificacion": "sample string 6",
"num": 7
}