| 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 | |
| SoggettoId | query | int? | No | |
| SoggettoIdGreaterThanOrEqualTo | query | int? | No | |
| SoggettoIdGreaterThan | query | int? | No | |
| SoggettoIdLessThan | query | int? | No | |
| SoggettoIdLessThanOrEqualTo | query | int? | No | |
| SoggettoIdNotEqualTo | query | int? | No | |
| SoggettoIdBetween | query | int[] | No | |
| SoggettoIdIn | query | int[] | No | |
| TipoRecapitoId | query | int? | No | |
| TipoRecapitoIdGreaterThanOrEqualTo | query | int? | No | |
| TipoRecapitoIdGreaterThan | query | int? | No | |
| TipoRecapitoIdLessThan | query | int? | No | |
| TipoRecapitoIdLessThanOrEqualTo | query | int? | No | |
| TipoRecapitoIdNotEqualTo | query | int? | No | |
| TipoRecapitoIdBetween | query | int[] | No | |
| TipoRecapitoIdIn | query | int[] | No | |
| Recapito | query | string | No | |
| RecapitoStartsWith | query | string | No | |
| RecapitoEndsWith | query | string | No | |
| RecapitoContains | query | string | No | |
| RecapitoLike | query | string | No | |
| RecapitoBetween | query | string[] | No | |
| RecapitoIn | query | string[] | No | |
| CodiceEsterno | query | string | No | |
| CodiceEsternoStartsWith | query | string | No | |
| CodiceEsternoEndsWith | query | string | No | |
| CodiceEsternoContains | query | string | No | |
| CodiceEsternoLike | query | string | No | |
| CodiceEsternoBetween | query | string[] | No | |
| CodiceEsternoIn | query | string[] | 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 | |
| SoggettoId | form | int | No | |
| TipoRecapitoId | form | int | No | |
| Recapito | form | string | No | |
| CodiceEsterno | form | string | 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/SoggettoRecapitoQuery 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
],
soggettoId: 0,
soggettoIdGreaterThanOrEqualTo: 0,
soggettoIdGreaterThan: 0,
soggettoIdLessThan: 0,
soggettoIdLessThanOrEqualTo: 0,
soggettoIdNotEqualTo: 0,
soggettoIdBetween:
[
0
],
soggettoIdIn:
[
0
],
tipoRecapitoId: 0,
tipoRecapitoIdGreaterThanOrEqualTo: 0,
tipoRecapitoIdGreaterThan: 0,
tipoRecapitoIdLessThan: 0,
tipoRecapitoIdLessThanOrEqualTo: 0,
tipoRecapitoIdNotEqualTo: 0,
tipoRecapitoIdBetween:
[
0
],
tipoRecapitoIdIn:
[
0
],
recapito: String,
recapitoStartsWith: String,
recapitoEndsWith: String,
recapitoContains: String,
recapitoLike: String,
recapitoBetween:
[
String
],
recapitoIn:
[
String
],
codiceEsterno: String,
codiceEsternoStartsWith: String,
codiceEsternoEndsWith: String,
codiceEsternoContains: String,
codiceEsternoLike: String,
codiceEsternoBetween:
[
String
],
codiceEsternoIn:
[
String
],
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,
soggettoId: 0,
tipoRecapitoId: 0,
recapito: String,
codiceEsterno: String
}
],
meta:
{
String: String
},
responseStatus:
{
errorCode: String,
message: String,
stackTrace: String,
errors:
[
{
errorCode: String,
fieldName: String,
message: String,
meta:
{
String: String
}
}
],
meta:
{
String: String
}
}
}