Description
The following table displays the documentation for the 'QueryParameterValueAddAllow' API in all languages currently available:
Language |
Documentation |
---|---|
English (United States) |
Adds up to six values to be passed as parameters to a query call (if query has more than six parameters, call this API more than once) |
Español (moderno) |
Añade hasta seis valores a ser pasados como parámetros a la ejecución de una consulta (si la consulta tiene más de seis parámetros, llame esta API más de una vez) |
Português (Brasil) |
Adiciona até seis valores a ser passados como parâmetros à execução de uma consulta (se a consulta possui mais de seis parâmetros, chame esta API mais de uma vez) |
Parameters
The following table describes all of 'QueryParameterValueAddAllow''s parameters, in every language available.
ID |
Name |
Language |
Description |
Type |
Min-Max Length |
Reentr Key Member |
Optional |
---|---|---|---|---|---|---|---|
1 |
QueryAllow |
English (United States) |
Operation handle returned from succesful call of QueryAnonymousAllow or QueryAllow |
48-48 |
Yes |
No |
|
2 |
ParameterName |
English (United States) |
Name of query parameter having its value defined by next parameter of this call |
1-16 |
Yes |
No |
|
3 |
ParameterValue |
English (United States) |
Value to be used for the query's parameter whose name has been specified by preceding parameter (of this call) |
1-256 |
No |
No |
|
1 |
QueryAllow |
Español (moderno) |
Protocolo de operación obtenido de llamada exitosa a QueryAnonymousAllow o QueryAllow |
48-48 |
Yes |
No |
|
2 |
ParameterName |
Español (moderno) |
Nombre del parámetro de la consulta cuyo valor es definido por el parámetro siguiente de esta llamada |
1-16 |
Yes |
No |
|
3 |
ParameterValue |
Español (moderno) |
Valor a ser usado para el parámetro (de la consulta) cuyo nombre fue especificado por el parámetro anterior (de esta llamada) |
1-256 |
No |
No |
|
1 |
QueryAllow |
Português (Brasil) |
Protocolo de operação retornado por chamada bem sucedida a QueryAnonymousAllow ou QueryAllow |
48-48 |
Yes |
No |
|
2 |
ParameterName |
Português (Brasil) |
Nome do parâmetro da consulta cujo valor é definido pelo parâmetro seguinte desta chamada |
1-16 |
Yes |
No |
|
3 |
ParameterValue |
Português (Brasil) |
Valor a ser usado para o parâmetro (da consulta) cujo nome foi especificado pelo parâmetro anterior (desta chamada) |
1-256 |
No |
No |
Return Value
'QueryParameterValueAddAllow' returns a value of type operationHandle (minimum length of returned values is 48 characters characters, while maximum length of returned values is 48 characters characters).
Please note that all APIs returning values of types that allow for localized values (like e.g. boolean or country) always return the standard type values.
Specific Error Codes
If an error happens during the execution of any VersaCloud call, an errorcode is returned instead of the standard return value described above.
The following table lists errorcodes returned specifically by the 'QueryParameterValueAddAllow' API (generic errorcodes like wrong number of parameters or invalid values for parameters' types are not listed):
Errorcode |
Language |
Description |
---|---|---|
:@Err#Qry0000061 |
English (United States) |
QueryParameterValueAddAllow first parameter must be an operation handle returned by a previous call to QueryAllow |
:@Err#Qry0000062 |
English (United States) |
QueryParameterValueAddAllow second parameter must be the name of a parameter defined for the query (using QueryAddAllow and QueryParameterAddAllow calls) |
:@Err#Qry0000063 |
English (United States) |
QueryParameterValueAddAllow third parameter must be a value of the type defined using a previous QueryParameterAddAllow call |
:@Err#Qry0000064 |
English (United States) |
QueryParameterValueAddAllow third parameter cannot be a value shorter than defined through the corresponding QueryParameterAddAllow call |
:@Err#Qry0000065 |
English (United States) |
QueryParameterValueAddAllow third parameter cannot be a value longer than defined through the corresponding QueryParameterAddAllow call |
:@Err#Qry0000061 |
Español (moderno) |
El primer parámetro de QueryParameterValueAddAllow debe ser un protocolo de operación obtenido por una llamada anterior a QueryAllow |
:@Err#Qry0000062 |
Español (moderno) |
El segundo parámetro de QueryParameterValueAddAllow debe ser el nombre de un parámetro definido para la consulta (usando llamadas a QueryAddAllow y QueryParameterAddAllow) |
:@Err#Qry0000063 |
Español (moderno) |
El tercer parámetro de QueryParameterValueAddAllow debe ser un valor del tipo definido usando una llamada anterior a QueryParameterAddAllow |
:@Err#Qry0000064 |
Español (moderno) |
El tercer parámetro de QueryParameterValueAddAllow no puede ser un valor más corto que lo definido por intermedio de la llamada correspondiente a QueryParameterAddAllow |
:@Err#Qry0000065 |
Español (moderno) |
El tercer parámetro de QueryParameterValueAddAllow no puede ser un valor más largo que lo definido por intermedio de la llamada correspondiente a QueryParameterAddAllow |
:@Err#Qry0000061 |
Português (Brasil) |
O primeiro parâmetro de QueryParameterValueAddAllow deve ser um protocolo de operação returnado por uma chamada anterior a QueryAllow |
:@Err#Qry0000062 |
Português (Brasil) |
O segundo parâmetro de QueryParameterValueAddAllow deve ser o nome de um parâmetro definido para a consulta (usando chamadas a QueryAddAllow e QueryParameterAddAllow) |
:@Err#Qry0000063 |
Português (Brasil) |
O terceiro parâmetro de QueryParameterValueAddAllow deve ser um valor do tipo definido usando uma chamada anterior a QueryParameterAddAllow |
:@Err#Qry0000064 |
Português (Brasil) |
O terceiro parâmetro de QueryParameterValueAddAllow não pode ser um valor mais curto do que definido por meio da chamada correspondente a QueryParameterAddAllow |
:@Err#Qry0000065 |
Português (Brasil) |
O terceiro parâmetro de QueryParameterValueAddAllow não pode ser um valor mais longo do que definido por meio da chamada correspondente a QueryParameterAddAllow |
US Patent Requested