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": "927d0b03-2abf-42ee-84bc-6bb34f6b842b",
"nomComercial": "sample string 2",
"idProducto": "1a0b33ce-2502-4909-82e0-a66c5729628e",
"idPersona": "71705387-b537-40b6-aed6-3c915e6018ef",
"Nombre": "sample string 5",
"Paterno": "sample string 6",
"Materno": "sample string 7"
}