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": "18f9ca9f-c055-4ffe-a7c9-f377d5b66487",
"nomComercial": "sample string 2",
"idProducto": "82203478-3b4f-40e1-b210-e15d20df58cc",
"idPersona": "aa15762e-ed00-4efb-9ea5-d1e3ccb97d30",
"Nombre": "sample string 5",
"Paterno": "sample string 6",
"Materno": "sample string 7"
}