| Required role: | Admin |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | query | int? | No | |
| IdGreaterThanOrEqualTo | query | int? | No | |
| IdGreaterThan | query | int? | No | |
| IdLessThan | query | int? | No | |
| IdLessThanOrEqualTo | query | int? | No | |
| IdNotEqualTo | query | int? | No | |
| IdBetween | query | int[] | No | |
| IdIn | query | int[] | No | |
| Descrizione | query | string | No | |
| DescrizioneStartsWith | query | string | No | |
| DescrizioneEndsWith | query | string | No | |
| DescrizioneContains | query | string | No | |
| DescrizioneLike | query | string | No | |
| DescrizioneBetween | query | string[] | No | |
| DescrizioneIn | query | string[] | No | |
| Giorni | query | int? | No | |
| GiorniGreaterThanOrEqualTo | query | int? | No | |
| GiorniGreaterThan | query | int? | No | |
| GiorniLessThan | query | int? | No | |
| GiorniLessThanOrEqualTo | query | int? | No | |
| GiorniNotEqualTo | query | int? | No | |
| GiorniBetween | query | int[] | No | |
| GiorniIn | query | int[] | No | |
| OrdineVista | query | int? | No | |
| OrdineVistaGreaterThanOrEqualTo | query | int? | No | |
| OrdineVistaGreaterThan | query | int? | No | |
| OrdineVistaLessThan | query | int? | No | |
| OrdineVistaLessThanOrEqualTo | query | int? | No | |
| OrdineVistaNotEqualTo | query | int? | No | |
| OrdineVistaBetween | query | int[] | No | |
| OrdineVistaIn | query | int[] | No | |
| IsPredefinito | query | bool? | No | |
| TipoScadenza | query | int? | No | |
| TipoScadenzaGreaterThanOrEqualTo | query | int? | No | |
| TipoScadenzaGreaterThan | query | int? | No | |
| TipoScadenzaLessThan | query | int? | No | |
| TipoScadenzaLessThanOrEqualTo | query | int? | No | |
| TipoScadenzaNotEqualTo | query | int? | No | |
| TipoScadenzaBetween | query | int[] | No | |
| TipoScadenzaIn | query | int[] | No | |
| isEvitaFestivi | query | bool? | No | |
| isDisattiva | query | bool? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Skip | form | int? | No | |
| Take | form | int? | No | |
| OrderBy | form | string | No | |
| OrderByDesc | form | string | No | |
| Include | form | string | No | |
| Fields | form | string | No | |
| Meta | form | Dictionary<string, string> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| Descrizione | form | string | No | |
| Giorni | form | int | No | |
| OrdineVista | form | int | No | |
| IsPredefinito | form | bool | No | |
| TipoScadenza | form | int | No | |
| isEvitaFestivi | form | bool | No | |
| isDisattiva | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Offset | form | int | No | |
| Total | form | int | No | |
| Results | form | List<T> | No | |
| Meta | form | Dictionary<string, string> | No | |
| ResponseStatus | form | ResponseStatus | 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 /jsv/reply/TipoPagamentoScadenzeQuery HTTP/1.1
Host: gemma.api.kerberos.energy
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
id: 0,
idGreaterThanOrEqualTo: 0,
idGreaterThan: 0,
idLessThan: 0,
idLessThanOrEqualTo: 0,
idNotEqualTo: 0,
idBetween:
[
0
],
idIn:
[
0
],
descrizione: String,
descrizioneStartsWith: String,
descrizioneEndsWith: String,
descrizioneContains: String,
descrizioneLike: String,
descrizioneBetween:
[
String
],
descrizioneIn:
[
String
],
giorni: 0,
giorniGreaterThanOrEqualTo: 0,
giorniGreaterThan: 0,
giorniLessThan: 0,
giorniLessThanOrEqualTo: 0,
giorniNotEqualTo: 0,
giorniBetween:
[
0
],
giorniIn:
[
0
],
ordineVista: 0,
ordineVistaGreaterThanOrEqualTo: 0,
ordineVistaGreaterThan: 0,
ordineVistaLessThan: 0,
ordineVistaLessThanOrEqualTo: 0,
ordineVistaNotEqualTo: 0,
ordineVistaBetween:
[
0
],
ordineVistaIn:
[
0
],
isPredefinito: False,
tipoScadenza: 0,
tipoScadenzaGreaterThanOrEqualTo: 0,
tipoScadenzaGreaterThan: 0,
tipoScadenzaLessThan: 0,
tipoScadenzaLessThanOrEqualTo: 0,
tipoScadenzaNotEqualTo: 0,
tipoScadenzaBetween:
[
0
],
tipoScadenzaIn:
[
0
],
isEvitaFestivi: False,
isDisattiva: False,
skip: 0,
take: 0,
orderBy: String,
orderByDesc: String,
include: String,
fields: String,
meta:
{
String: String
}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
offset: 0,
total: 0,
results:
[
{
id: 0,
descrizione: String,
giorni: 0,
ordineVista: 0,
isPredefinito: False,
tipoScadenza: 0,
isEvitaFestivi: False,
isDisattiva: False
}
],
meta:
{
String: String
},
responseStatus:
{
errorCode: String,
message: String,
stackTrace: String,
errors:
[
{
errorCode: String,
fieldName: String,
message: String,
meta:
{
String: String
}
}
],
meta:
{
String: String
}
}
}