| 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 | |
| FasciaPrezzoId | query | int? | No | |
| FasciaPrezzoIdGreaterThanOrEqualTo | query | int? | No | |
| FasciaPrezzoIdGreaterThan | query | int? | No | |
| FasciaPrezzoIdLessThan | query | int? | No | |
| FasciaPrezzoIdLessThanOrEqualTo | query | int? | No | |
| FasciaPrezzoIdNotEqualTo | query | int? | No | |
| FasciaPrezzoIdBetween | query | int[] | No | |
| FasciaPrezzoIdIn | query | int[] | No | |
| PercSconto | query | decimal? | No | |
| PercScontoGreaterThanOrEqualTo | query | decimal? | No | |
| PercScontoGreaterThan | query | decimal? | No | |
| PercScontoLessThan | query | decimal? | No | |
| PercScontoLessThanOrEqualTo | query | decimal? | No | |
| PercScontoNotEqualTo | query | decimal? | No | |
| PercScontoBetween | query | decimal[] | No | |
| PercScontoIn | query | decimal[] | 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 | |
| FasciaPrezzoId | form | int | No | |
| PercSconto | form | decimal | 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 .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/reply/SoggettoFasciaQuery HTTP/1.1
Host: gemma.api.kerberos.energy
Accept: application/json
Content-Type: application/json
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],"fasciaPrezzoId":0,"fasciaPrezzoIdGreaterThanOrEqualTo":0,"fasciaPrezzoIdGreaterThan":0,"fasciaPrezzoIdLessThan":0,"fasciaPrezzoIdLessThanOrEqualTo":0,"fasciaPrezzoIdNotEqualTo":0,"fasciaPrezzoIdBetween":[0],"fasciaPrezzoIdIn":[0],"percSconto":0,"percScontoGreaterThanOrEqualTo":0,"percScontoGreaterThan":0,"percScontoLessThan":0,"percScontoLessThanOrEqualTo":0,"percScontoNotEqualTo":0,"percScontoBetween":[0],"percScontoIn":[0],"skip":0,"take":0,"orderBy":"String","orderByDesc":"String","include":"String","fields":"String","meta":{"String":"String"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"offset":0,"total":0,"results":[{"id":0,"soggettoId":0,"fasciaPrezzoId":0,"percSconto":0}],"meta":{"String":"String"},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}