POST api/PacienteInstitucionMedica/GenPacienteInstitucionMedica
Request Information
URI Parameters
None.
Body Parameters
PacienteInstitucionMedicaRequestPostModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UsuarioID | string |
Max length: 20 |
|
| PacienteGUID | string |
None. |
|
| InstitucionMedicaID | string |
Max length: 5 |
|
| NroAfiliacion | string |
Max length: 25 |
|
| TipoAdherente | string |
Max length: 3 |
|
| UltMascaraUsada | string |
Max length: 50 |
|
| Parentesco | string |
Max length: 3 |
|
| SubPlan | string |
Max length: 8 |
|
| TipoPaciente | string |
Max length: 5 |
|
| VigenciaCarnetDesde | string |
Max length: 10 |
|
| VigenciaCarnetHasta | string |
Max length: 10 |
|
| InstitucionContrato | string |
Max length: 5 |
|
| Ultima | integer |
None. |
|
| PathServer | string |
Max length: 255 |
|
| ImagenOS | string |
Max length: 155 |
|
| Imagen | string |
None. |
|
| ImagenCredencial | string |
None. |
|
| ImagenCredencialBytes | Collection of byte |
None. |
|
| ParentescoPaciente | string |
Max length: 3 |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
MensajeRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| Texto | string |
None. |
|
| DatoExtra | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"Texto": "sample string 2",
"DatoExtra": {}
}