GET api/Get_Clientes_Filiales_Config_Select_x_idPersona?idPersona={idPersona}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Clientes_Filiales_Config| Name | Description | Type | Additional information |
|---|---|---|---|
| idConfiguracion | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| idFilial | globally unique identifier |
None. |
|
| idRed | globally unique identifier |
None. |
|
| token | boolean |
None. |
|
| Aviso_Privacidad | string |
None. |
|
| eMailCuenta | string |
None. |
|
| eMailContraseña | string |
None. |
|
| eMailServidor | string |
None. |
|
| eMailPuerto | string |
None. |
|
| eMailSSL | boolean |
None. |
|
| colorLista | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idConfiguracion": "405463fe-b43e-46fe-8239-671fa8c5c167",
"idCliente": "0112acac-c8d6-4ae7-82e5-a42a5ce42427",
"idFilial": "0721955f-c2a6-45f8-ae25-ca71a6aafb91",
"idRed": "b68b7577-1a01-4bea-b02c-6394e1a7d30f",
"token": true,
"Aviso_Privacidad": "sample string 6",
"eMailCuenta": "sample string 7",
"eMailContraseña": "sample string 8",
"eMailServidor": "sample string 9",
"eMailPuerto": "sample string 10",
"eMailSSL": true,
"colorLista": "sample string 12"
}