PUT api/Usuario/SetUsuarioProfesionalPortal
Request Information
URI Parameters
None.
Body Parameters
UsuarioProfesionalRequestPutModelName | Description | Type | Additional information |
---|---|---|---|
UsuarioID | string |
Required Matching regular expression pattern: ^[a-zA-Z0-9]*$ Max length: 15 Min length: 4 |
|
NewPassword | string |
None. |
|
NewRePassword | string |
None. |
|
ProfesionalGUID | string |
None. |
|
Nombre | string |
Max length: 20 |
|
ApellidoSoltero | string |
Max length: 30 |
|
TipoDocumento | string |
Max length: 3 |
|
NroDocumento | integer |
None. |
|
FecNacimiento | date |
Required |
|
Sexo | string |
Max length: 3 |
|
TipoPersona | string |
None. |
|
Calle | string |
None. |
|
Numero | string |
Max length: 5 |
|
Cuerpo | string |
Max length: 5 |
|
Piso | string |
Max length: 5 |
|
Departamento | string |
Max length: 5 |
|
InternoLocal | integer |
None. |
|
LocalidadID | string |
Max length: 5 |
|
ProvinciaID | string |
Max length: 5 |
|
PaisID | string |
None. |
|
CodigoPostal | string |
Max length: 10 |
|
string |
None. |
||
TipoTelefono | string |
Max length: 3 |
|
PrefijoTelLocal | string |
Max length: 5 |
|
Telefono | string |
Max length: 40 |
|
AudUsuario | string |
None. |
|
AudFechaHora | date |
None. |
|
AudAccion | string |
None. |
|
ProfesionalTipoMatricula | string |
Required Max length: 3 |
|
ProfesionalMatricula | integer |
Required |
|
Imagen | string |
None. |
|
UrlEMailActivacion | string |
None. |
|
ReEMail | string |
None. |
|
Curriculum | string |
None. |
|
ImagenBytes | Collection of byte |
None. |
|
ServicioEjec | string |
None. |
|
UsuarioGUID | string |
None. |
|
ImagenFirma | string |
None. |
|
ImagenFirmaBytes | Collection of byte |
None. |
|
ImagenDNIFrente | string |
None. |
|
ImagenDNIFrenteBytes | Collection of byte |
None. |
|
ImagenDNIDorso | string |
None. |
|
ImagenDNIDorsoBytes | Collection of byte |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
MensajeRespuestaName | Description | Type | Additional information |
---|---|---|---|
ID | string |
None. |
|
Texto | string |
None. |
|
DatoExtra | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": "sample string 1", "Texto": "sample string 2", "DatoExtra": "sample string 3" }