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": "5cae0ff4-2542-4a98-94f1-29e525955f1b",
"nomComercial": "sample string 2",
"idProducto": "0cbf9123-ad8d-42f1-a794-6a51b962cc6a",
"idPersona": "6d624869-3553-4dfc-92be-81033db613cc",
"Nombre": "sample string 5",
"Paterno": "sample string 6",
"Materno": "sample string 7"
}