POST api/BuscaPciente_x_identificador?Identificador={Identificador}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Identificador | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Paciente_x_empresa| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| Nombre | string |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| CURP | string |
None. |
|
| fecNace | date |
None. |
|
| Genero | string |
None. |
|
| nomLugarNace | string |
None. |
|
| idFilial | globally unique identifier |
None. |
|
| nomComercial | string |
None. |
|
| idParentesco | globally unique identifier |
None. |
|
| nomParentesco | string |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| nomCliente | string |
None. |
|
| colorLista | string |
None. |
|
| fecRegistro | date |
None. |
|
| banContactado | boolean |
None. |
|
| Status | string |
None. |
|
| numLlamadas | integer |
None. |
|
| UltimaLlamada | string |
None. |
|
| numPoliza | string |
None. |
|
| Plan | integer |
None. |
|
| Certificado | integer |
None. |
|
| num | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPersona": "2469ba60-3914-402d-9ebb-9440268ee94c",
"Nombre": "sample string 2",
"Paterno": "sample string 3",
"Materno": "sample string 4",
"CURP": "sample string 5",
"fecNace": "2026-08-12T14:54:38.0726138+00:00",
"Genero": "sample string 7",
"nomLugarNace": "sample string 8",
"idFilial": "b246fc68-958b-4919-a39d-dd17e91ef3b7",
"nomComercial": "sample string 10",
"idParentesco": "83d5cd70-6aa1-457f-a444-94ff57cba4c9",
"nomParentesco": "sample string 12",
"idCliente": "07f7cce6-7f96-446e-84a1-22ea5872e8c8",
"nomCliente": "sample string 14",
"colorLista": "sample string 15",
"fecRegistro": "2026-08-12T14:54:38.0726138+00:00",
"banContactado": true,
"Status": "sample string 18",
"numLlamadas": 19,
"UltimaLlamada": "sample string 20",
"numPoliza": "sample string 21",
"Plan": 22,
"Certificado": 23,
"num": 24
}