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": "b53ec079-efe3-40e8-a39a-0ab6a7504796",
"nomComercial": "sample string 2",
"idProducto": "eaa5b767-990e-4943-b720-5d0c36df47f9",
"idPersona": "3fdd87aa-f2fe-4a82-adbf-ecad3f1853aa",
"Nombre": "sample string 5",
"Paterno": "sample string 6",
"Materno": "sample string 7"
}