POST api/BuscaPacienteExcel_x_pag?Ren={Ren}&Pag={Pag}&idCliente={idCliente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ren | integer |
Required |
|
| Pag | integer |
Required |
|
| idCliente | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_TipoMail| Name | Description | Type | Additional information |
|---|---|---|---|
| idTipoMail | globally unique identifier |
None. |
|
| nomTipoMail | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idTipoMail": "ca917626-2069-4148-b719-a9a557ecda8e",
"nomTipoMail": "sample string 2"
}