POST api/GetBuscaPacientes?cadena={cadena}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cadena | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_BuscaPacientes| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
None. |
|
| nomComercial | string |
None. |
|
| idProducto | globally unique identifier |
None. |
|
| idPersona | globally unique identifier |
None. |
|
| Nombre | string |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idCliente": "e5a9a244-1b28-42be-ab72-fa79f457cb6c",
"nomComercial": "sample string 2",
"idProducto": "095e61de-2bac-4cb8-bb0d-d78ece306779",
"idPersona": "a111045a-68ba-4daa-b33a-a5c0e9576f42",
"Nombre": "sample string 5",
"Paterno": "sample string 6",
"Materno": "sample string 7"
}