FrameAppWS

<back to all web services

DefinicionProcedimientoRQ

Requires Authentication
The following routes are available for this service:
All Verbs/Utilidades/Procedimientos/Definicion
DefinicionProcedimientoRQ Parameters:
NameParameterData TypeRequiredDescription
ConsecutivoqueryintNo
VersionesLookupClientequeryList<VersionLookup>No
DatosLookupsqueryboolNo
LenguajequeryLenguajesNo
VersionLookup Parameters:
NameParameterData TypeRequiredDescription
CodLookupformdecimalNo
VersionformstringNo
Lenguajes Enum:
ES
PT
EN
DefinicionProcedimientoRS Parameters:
NameParameterData TypeRequiredDescription
ProcedimientoformIdentificadoresFuncionesNo
ParametrosformList<DefinicionParametro>No
PermisosformList<PermisosFunciones>No
UltimoEstadoformUltimoEstadoNo
ErrorformstringNo
IdentificadoresFunciones Parameters:
NameParameterData TypeRequiredDescription
AliasFuncionformstringNo
NombreFuncionformstringNo
DescripcionformstringNo
TipoRespuestaformstringNo
BackgroundformstringNo
UsuarioCreoformstringNo
FechaCreacionformDateTimeNo
ConsecutivoformintNo
TipoExportformstringNo
AyudaformstringNo
EndpointformstringNo
ConsumeAPIformstringNo
APIRestformstringNo
PropiedadRestformstringNo
DefinicionParametro Parameters:
NameParameterData TypeRequiredDescription
DireccionformstringNo
IdVistaformdecimal?No
TipoDatoformstringNo
NombreParametroformstringNo
AliasformstringNo
AyudaformstringNo
DatosLookupformList<Dictionary<String,Object>>No
CampoTextoformstringNo
CampoValorformstringNo
VersionformstringNo
ObligatorioformboolNo
ValorDefectoformstringNo
VisibleformboolNo
PermisosFunciones Parameters:
NameParameterData TypeRequiredDescription
CodigoSistemaformdecimalNo
CodigoEmpresaformdecimalNo
AliasFuncionformstringNo
UsuarioformstringNo
UsuarioCreoformstringNo
FechaCreacionformDateTimeNo
IPformstringNo
UltimoEstado Parameters:
NameParameterData TypeRequiredDescription
CodigoEjecucionformdecimalNo
EstadoformstringNo

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 /Utilidades/Procedimientos/Definicion HTTP/1.1 
Host: ws.jimsnwa.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	Consecutivo: 0,
	VersionesLookupCliente: 
	[
		{
			CodLookup: 0,
			Version: String
		}
	],
	DatosLookups: False,
	Lenguaje: ES
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Procedimiento: 
	{
		AliasFuncion: String,
		NombreFuncion: String,
		Descripcion: String,
		TipoRespuesta: String,
		Background: String,
		UsuarioCreo: String,
		FechaCreacion: 0001-01-01,
		Consecutivo: 0,
		TipoExport: String,
		Ayuda: String,
		Endpoint: String,
		ConsumeAPI: String,
		APIRest: String,
		PropiedadRest: String
	},
	Parametros: 
	[
		{
			Direccion: String,
			IdVista: 0,
			TipoDato: String,
			NombreParametro: String,
			Alias: String,
			Ayuda: String,
			DatosLookup: 
			[
				{
					String: {}
				}
			],
			CampoTexto: String,
			CampoValor: String,
			Version: String,
			Obligatorio: False,
			ValorDefecto: String,
			Visible: False
		}
	],
	Permisos: 
	[
		{
			CodigoSistema: 0,
			CodigoEmpresa: 0,
			AliasFuncion: String,
			Usuario: String,
			UsuarioCreo: String,
			FechaCreacion: 0001-01-01,
			IP: String
		}
	],
	UltimoEstado: 
	{
		CodigoEjecucion: 0,
		Estado: String
	},
	Error: String
}