POST api/InstallAddIn
Request Information
URI Parameters
None.
Body Parameters
UsuarioName | Description | Type | Additional information |
---|---|---|---|
codUsuario | integer |
None. |
|
nomUsuario | string |
Max length: 100 |
|
idIdeUsuario | integer |
None. |
|
ideUsuario | DocumentoIdentidadTipo |
None. |
|
numDocUsuario | string |
Max length: 50 |
|
mailUsuario | string |
Max length: 100 |
|
telUsuario | string |
Max length: 20 |
|
celUsuario | string |
Max length: 20 |
|
idCiuUsuario | integer |
None. |
|
ciuUsuario | Ciudad |
None. |
|
dirUsuario | string |
Max length: 100 |
|
usuUsuario | string |
Max length: 30 |
|
pwdUsuario | string |
Max length: 20 |
|
Activo | boolean |
None. |
|
Cancelada | boolean |
None. |
|
obsUsuario | string |
Max length: 2000 |
|
ListaErrores | Collection of string |
None. |
|
idEstado | integer |
None. |
|
estadoUsuario | Estados |
None. |
|
fechaRegistro | date |
None. |
|
usuarioRegistro | string |
Max length: 60 |
|
fechaModifica | date |
None. |
|
usuarioModifica | string |
Max length: 60 |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
ResponseOtpName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Guid | string |
None. |
|
Message | string |
None. |
|
OTPOK | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Guid": "sample string 2", "Message": "sample string 3", "OTPOK": true }
application/xml, text/xml
Sample:
<ResponseOtp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECD.WebAPIECD.Models.AppMovil"> <Code>1</Code> <Guid>sample string 2</Guid> <Message>sample string 3</Message> <OTPOK>true</OTPOK> </ResponseOtp>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.