All Verbs | /admin/crearusuario |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Identificacion | query | string | No | |
Nombres | query | string | No | |
Direccion | query | string | No | |
Telefonos | query | string | No | |
query | string | No | ||
UsuarioCreo | query | string | No | |
Estado | query | string | No | |
LoginAdicional | query | string | No | |
ID | query | long | No | |
CodSistema | query | int | No | |
CodEmpresa | query | int | No | |
Success | query | bool | No | |
Error | query | string | No | |
DatosLlaveMaestro | query | Dictionary<string, Object> | No | |
NovedadesDetalles | query | List<GuardarDatosFormaDetalleRS> | No | |
RespuestaProcAlmacenado | query | ExecuteDBFunctionRS | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Success | form | bool | No | |
Error | form | string | No | |
DatosLlaveMaestro | form | Dictionary<string, Object> | No | |
NovedadesDetalles | form | List<GuardarDatosFormaDetalleRS> | No | |
RespuestaProcAlmacenado | form | ExecuteDBFunctionRS | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
IDDetalle | form | decimal | No | |
Novedades | form | List<NovedadesCarga> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Fila | form | int | No | |
Columna | form | int | No | |
TipoError | form | string | No | |
Novedad | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Respuesta | form | Object | No | |
IDEjecucion | form | decimal | No | |
URLArchivo | form | string | No | |
TipoRespuesta | form | string | No | |
Background | form | bool | No | |
TiempoRespuestaBD | form | long | No | |
TiempoRespuestaTotal | form | long | No | |
Codigo | body | int | Yes | Id del código de respuesta 1: Correcto, -1: Error |
Mensaje | body | string | Yes | Mensaje que se envía al ejecutar el servicio |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Codigo | body | int | Yes | Id del código de respuesta 1: Correcto, -1: Error |
Mensaje | body | string | Yes | Mensaje que se envía al ejecutar el servicio |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Success | form | bool | No | |
Error | form | string | No | |
DatosLlaveMaestro | form | Dictionary<string, Object> | No | |
NovedadesDetalles | form | List<GuardarDatosFormaDetalleRS> | No | |
RespuestaProcAlmacenado | form | ExecuteDBFunctionRS | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /admin/crearusuario HTTP/1.1
Host: soluser-recaudo.sgsas.co
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
Identificacion: String,
Nombres: String,
Direccion: String,
Telefonos: String,
Email: String,
UsuarioCreo: String,
Estado: String,
LoginAdicional: String,
ID: 0,
CodSistema: 0,
CodEmpresa: 0,
Success: False,
Error: String,
DatosLlaveMaestro:
{
String: {}
},
NovedadesDetalles:
[
{
IDDetalle: 0,
Novedades:
[
{
Fila: 0,
Columna: 0,
TipoError: String,
Novedad: String
}
]
}
],
RespuestaProcAlmacenado:
{
Respuesta: {},
IDEjecucion: 0,
URLArchivo: String,
TipoRespuesta: String,
Background: False,
TiempoRespuestaBD: 0,
TiempoRespuestaTotal: 0,
Codigo: 0,
Mensaje: String
}
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { Success: False, Error: String, DatosLlaveMaestro: { String: {} }, NovedadesDetalles: [ { IDDetalle: 0, Novedades: [ { Fila: 0, Columna: 0, TipoError: String, Novedad: String } ] } ], RespuestaProcAlmacenado: { Respuesta: {}, IDEjecucion: 0, URLArchivo: String, TipoRespuesta: String, Background: False, TiempoRespuestaBD: 0, TiempoRespuestaTotal: 0, Codigo: 0, Mensaje: String } }