POST api/GetCIE10_x_Pag?Ren={Ren}&Pag={Pag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ren | integer |
Required |
|
| Pag | integer |
Required |
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": "1dac01c6-b279-4fd2-a4ba-a4797cc1afb7",
"causa": "sample string 2",
"Nombre": "sample string 3",
"LSex": "e127e585-48ce-422b-9aac-72825d765c7f",
"idClasificacion": "b31e39b6-5415-435c-8f5d-8af005f5e25d",
"nomClasificacion": "sample string 6",
"num": 7
}