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": "0d8e7b92-ade8-4fa9-8c30-6160e71020ef",
"nomComercial": "sample string 2",
"idProducto": "71d15a9e-554b-48c1-8c8e-90de32de01d5",
"idPersona": "a08672ce-2479-46bd-8317-997bddc4b522",
"Nombre": "sample string 5",
"Paterno": "sample string 6",
"Materno": "sample string 7"
}