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": "169d828f-9608-460a-9f1f-83d580d4fce8",
"nomComercial": "sample string 2",
"idProducto": "421aed75-75bf-4526-becf-fae929a34929",
"idPersona": "fcc8ef6f-d3c1-4497-ad42-3ad9343fe40b",
"Nombre": "sample string 5",
"Paterno": "sample string 6",
"Materno": "sample string 7"
}