POST api/GetEspecialidades
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TB_catEspecialidades| Name | Description | Type | Additional information |
|---|---|---|---|
| idEspecialidad | globally unique identifier |
None. |
|
| nomEspecialidad | string |
None. |
|
| idProveedor | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"idEspecialidad": "69d7c730-821a-4e40-889c-c57bb2680326",
"nomEspecialidad": "sample string 2",
"idProveedor": "6c03e1bf-9bcd-4061-84bc-507dd5b14e32"
}