FrameAppWS

<back to all web services

CreateUserAdm

Requires Authentication
The following routes are available for this service:
All Verbs/admin/crearusuario
CreateUserAdm Parameters:
NameParameterData TypeRequiredDescription
IdentificacionquerystringNo
NombresquerystringNo
DireccionquerystringNo
TelefonosquerystringNo
EmailquerystringNo
UsuarioCreoquerystringNo
EstadoquerystringNo
LoginAdicionalquerystringNo
IDquerylongNo
CodSistemaqueryintNo
CodEmpresaqueryintNo
SuccessqueryboolNo
ErrorquerystringNo
DatosLlaveMaestroqueryDictionary<string, Object>No
NovedadesDetallesqueryList<GuardarDatosFormaDetalleRS>No
RespuestaProcAlmacenadoqueryExecuteDBFunctionRSNo
GuardarDatosFormaRS Parameters:
NameParameterData TypeRequiredDescription
SuccessformboolNo
ErrorformstringNo
DatosLlaveMaestroformDictionary<string, Object>No
NovedadesDetallesformList<GuardarDatosFormaDetalleRS>No
RespuestaProcAlmacenadoformExecuteDBFunctionRSNo
GuardarDatosFormaDetalleRS Parameters:
NameParameterData TypeRequiredDescription
IDDetalleformdecimalNo
NovedadesformList<NovedadesCarga>No
NovedadesCarga Parameters:
NameParameterData TypeRequiredDescription
FilaformintNo
ColumnaformintNo
TipoErrorformstringNo
NovedadformstringNo
ExecuteDBFunctionRS Parameters:
NameParameterData TypeRequiredDescription
RespuestaformObjectNo
IDEjecucionformdecimalNo
URLArchivoformstringNo
TipoRespuestaformstringNo
BackgroundformboolNo
TiempoRespuestaBDformlongNo
TiempoRespuestaTotalformlongNo
CodigobodyintYesId del código de respuesta 1: Correcto, -1: Error
MensajebodystringYesMensaje que se envía al ejecutar el servicio
GeneralRS Parameters:
NameParameterData TypeRequiredDescription
CodigobodyintYesId del código de respuesta 1: Correcto, -1: Error
MensajebodystringYesMensaje que se envía al ejecutar el servicio
GuardarDatosFormaRS Parameters:
NameParameterData TypeRequiredDescription
SuccessformboolNo
ErrorformstringNo
DatosLlaveMaestroformDictionary<string, Object>No
NovedadesDetallesformList<GuardarDatosFormaDetalleRS>No
RespuestaProcAlmacenadoformExecuteDBFunctionRSNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + 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
	}
}