28530 lines
843 KiB
JSON
28530 lines
843 KiB
JSON
{
|
|
"openapi": "3.0.1",
|
|
"info": {
|
|
"title": "VisualLims API",
|
|
"description": "",
|
|
"version": "v1"
|
|
},
|
|
"paths": {
|
|
"/api/odata/Anagrafica": {
|
|
"get": {
|
|
"tags": [
|
|
"Anagrafica"
|
|
],
|
|
"operationId": "Anagrafica_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"Anagrafica"
|
|
],
|
|
"operationId": "Anagrafica_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Anagrafica/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"Anagrafica"
|
|
],
|
|
"operationId": "Anagrafica_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Anagrafica({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"Anagrafica"
|
|
],
|
|
"operationId": "Anagrafica_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Anagrafica"
|
|
],
|
|
"operationId": "Anagrafica_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Anagrafica"
|
|
],
|
|
"operationId": "Anagrafica_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Anagrafica"
|
|
],
|
|
"operationId": "Anagrafica_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Anagrafica/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"Anagrafica"
|
|
],
|
|
"operationId": "Anagrafica_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Anagrafica"
|
|
],
|
|
"operationId": "Anagrafica_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Anagrafica"
|
|
],
|
|
"operationId": "Anagrafica_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Anagrafica"
|
|
],
|
|
"operationId": "Anagrafica_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaDetentore": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaDetentore"
|
|
],
|
|
"operationId": "AnagraficaDetentore_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"AnagraficaDetentore"
|
|
],
|
|
"operationId": "AnagraficaDetentore_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaDetentore/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaDetentore"
|
|
],
|
|
"operationId": "AnagraficaDetentore_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaDetentore({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaDetentore"
|
|
],
|
|
"operationId": "AnagraficaDetentore_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaDetentore"
|
|
],
|
|
"operationId": "AnagraficaDetentore_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaDetentore"
|
|
],
|
|
"operationId": "AnagraficaDetentore_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaDetentore"
|
|
],
|
|
"operationId": "AnagraficaDetentore_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaDetentore/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaDetentore"
|
|
],
|
|
"operationId": "AnagraficaDetentore_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaDetentore"
|
|
],
|
|
"operationId": "AnagraficaDetentore_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaDetentore"
|
|
],
|
|
"operationId": "AnagraficaDetentore_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaDetentoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaDetentore"
|
|
],
|
|
"operationId": "AnagraficaDetentore_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaImportatore": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaImportatore"
|
|
],
|
|
"operationId": "AnagraficaImportatore_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"AnagraficaImportatore"
|
|
],
|
|
"operationId": "AnagraficaImportatore_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaImportatore/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaImportatore"
|
|
],
|
|
"operationId": "AnagraficaImportatore_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaImportatore({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaImportatore"
|
|
],
|
|
"operationId": "AnagraficaImportatore_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaImportatore"
|
|
],
|
|
"operationId": "AnagraficaImportatore_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaImportatore"
|
|
],
|
|
"operationId": "AnagraficaImportatore_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaImportatore"
|
|
],
|
|
"operationId": "AnagraficaImportatore_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaImportatore/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaImportatore"
|
|
],
|
|
"operationId": "AnagraficaImportatore_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaImportatore"
|
|
],
|
|
"operationId": "AnagraficaImportatore_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaImportatore"
|
|
],
|
|
"operationId": "AnagraficaImportatore_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaImportatoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaImportatore"
|
|
],
|
|
"operationId": "AnagraficaImportatore_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaMotivoCampagna": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaMotivoCampagna"
|
|
],
|
|
"operationId": "AnagraficaMotivoCampagna_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"AnagraficaMotivoCampagna"
|
|
],
|
|
"operationId": "AnagraficaMotivoCampagna_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaMotivoCampagna/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaMotivoCampagna"
|
|
],
|
|
"operationId": "AnagraficaMotivoCampagna_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaMotivoCampagna({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaMotivoCampagna"
|
|
],
|
|
"operationId": "AnagraficaMotivoCampagna_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaMotivoCampagna"
|
|
],
|
|
"operationId": "AnagraficaMotivoCampagna_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaMotivoCampagna"
|
|
],
|
|
"operationId": "AnagraficaMotivoCampagna_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaMotivoCampagna"
|
|
],
|
|
"operationId": "AnagraficaMotivoCampagna_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaMotivoCampagna/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaMotivoCampagna"
|
|
],
|
|
"operationId": "AnagraficaMotivoCampagna_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaMotivoCampagna"
|
|
],
|
|
"operationId": "AnagraficaMotivoCampagna_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaMotivoCampagna"
|
|
],
|
|
"operationId": "AnagraficaMotivoCampagna_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaMotivoCampagnaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaMotivoCampagna"
|
|
],
|
|
"operationId": "AnagraficaMotivoCampagna_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaProduttore": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaProduttore"
|
|
],
|
|
"operationId": "AnagraficaProduttore_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"AnagraficaProduttore"
|
|
],
|
|
"operationId": "AnagraficaProduttore_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaProduttore/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaProduttore"
|
|
],
|
|
"operationId": "AnagraficaProduttore_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaProduttore({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaProduttore"
|
|
],
|
|
"operationId": "AnagraficaProduttore_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaProduttore"
|
|
],
|
|
"operationId": "AnagraficaProduttore_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaProduttore"
|
|
],
|
|
"operationId": "AnagraficaProduttore_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaProduttore"
|
|
],
|
|
"operationId": "AnagraficaProduttore_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaProduttore/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaProduttore"
|
|
],
|
|
"operationId": "AnagraficaProduttore_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaProduttore"
|
|
],
|
|
"operationId": "AnagraficaProduttore_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaProduttore"
|
|
],
|
|
"operationId": "AnagraficaProduttore_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaProduttoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaProduttore"
|
|
],
|
|
"operationId": "AnagraficaProduttore_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaPuntoPrelievo": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievo"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievo_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievo"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievo_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaPuntoPrelievo/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievo"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievo_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaPuntoPrelievo({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievo"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievo_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievo"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievo_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievo"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievo_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievo"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievo_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaPuntoPrelievo/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievo"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievo_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievo"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievo_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievo"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievo_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievo"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievo_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaPuntoPrelievoCliente": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievoCliente"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievoCliente_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievoCliente"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievoCliente_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaPuntoPrelievoCliente/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievoCliente"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievoCliente_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaPuntoPrelievoCliente({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievoCliente"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievoCliente_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievoCliente"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievoCliente_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievoCliente"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievoCliente_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievoCliente"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievoCliente_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaPuntoPrelievoCliente/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievoCliente"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievoCliente_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievoCliente"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievoCliente_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievoCliente"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievoCliente_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaPuntoPrelievoClienteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaPuntoPrelievoCliente"
|
|
],
|
|
"operationId": "AnagraficaPuntoPrelievoCliente_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaServizioAsl": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaServizioAsl"
|
|
],
|
|
"operationId": "AnagraficaServizioAsl_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"AnagraficaServizioAsl"
|
|
],
|
|
"operationId": "AnagraficaServizioAsl_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaServizioAsl/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaServizioAsl"
|
|
],
|
|
"operationId": "AnagraficaServizioAsl_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaServizioAsl({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaServizioAsl"
|
|
],
|
|
"operationId": "AnagraficaServizioAsl_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaServizioAsl"
|
|
],
|
|
"operationId": "AnagraficaServizioAsl_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaServizioAsl"
|
|
],
|
|
"operationId": "AnagraficaServizioAsl_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaServizioAsl"
|
|
],
|
|
"operationId": "AnagraficaServizioAsl_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaServizioAsl/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaServizioAsl"
|
|
],
|
|
"operationId": "AnagraficaServizioAsl_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaServizioAsl"
|
|
],
|
|
"operationId": "AnagraficaServizioAsl_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaServizioAsl"
|
|
],
|
|
"operationId": "AnagraficaServizioAsl_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaServizioAslXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaServizioAsl"
|
|
],
|
|
"operationId": "AnagraficaServizioAsl_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaSottoCommittente": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaSottoCommittente"
|
|
],
|
|
"operationId": "AnagraficaSottoCommittente_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"AnagraficaSottoCommittente"
|
|
],
|
|
"operationId": "AnagraficaSottoCommittente_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaSottoCommittente/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaSottoCommittente"
|
|
],
|
|
"operationId": "AnagraficaSottoCommittente_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaSottoCommittente({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaSottoCommittente"
|
|
],
|
|
"operationId": "AnagraficaSottoCommittente_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaSottoCommittente"
|
|
],
|
|
"operationId": "AnagraficaSottoCommittente_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaSottoCommittente"
|
|
],
|
|
"operationId": "AnagraficaSottoCommittente_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaSottoCommittente"
|
|
],
|
|
"operationId": "AnagraficaSottoCommittente_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaSottoCommittente/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaSottoCommittente"
|
|
],
|
|
"operationId": "AnagraficaSottoCommittente_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaSottoCommittente"
|
|
],
|
|
"operationId": "AnagraficaSottoCommittente_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaSottoCommittente"
|
|
],
|
|
"operationId": "AnagraficaSottoCommittente_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaSottoCommittenteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaSottoCommittente"
|
|
],
|
|
"operationId": "AnagraficaSottoCommittente_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaTipoCampagna": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaTipoCampagna"
|
|
],
|
|
"operationId": "AnagraficaTipoCampagna_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"AnagraficaTipoCampagna"
|
|
],
|
|
"operationId": "AnagraficaTipoCampagna_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaTipoCampagna/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaTipoCampagna"
|
|
],
|
|
"operationId": "AnagraficaTipoCampagna_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaTipoCampagna({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaTipoCampagna"
|
|
],
|
|
"operationId": "AnagraficaTipoCampagna_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaTipoCampagna"
|
|
],
|
|
"operationId": "AnagraficaTipoCampagna_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaTipoCampagna"
|
|
],
|
|
"operationId": "AnagraficaTipoCampagna_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaTipoCampagna"
|
|
],
|
|
"operationId": "AnagraficaTipoCampagna_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaTipoCampagna/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaTipoCampagna"
|
|
],
|
|
"operationId": "AnagraficaTipoCampagna_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaTipoCampagna"
|
|
],
|
|
"operationId": "AnagraficaTipoCampagna_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaTipoCampagna"
|
|
],
|
|
"operationId": "AnagraficaTipoCampagna_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoCampagnaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaTipoCampagna"
|
|
],
|
|
"operationId": "AnagraficaTipoCampagna_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaTipoEntePrelevatore": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaTipoEntePrelevatore"
|
|
],
|
|
"operationId": "AnagraficaTipoEntePrelevatore_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"AnagraficaTipoEntePrelevatore"
|
|
],
|
|
"operationId": "AnagraficaTipoEntePrelevatore_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaTipoEntePrelevatore/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaTipoEntePrelevatore"
|
|
],
|
|
"operationId": "AnagraficaTipoEntePrelevatore_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaTipoEntePrelevatore({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaTipoEntePrelevatore"
|
|
],
|
|
"operationId": "AnagraficaTipoEntePrelevatore_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaTipoEntePrelevatore"
|
|
],
|
|
"operationId": "AnagraficaTipoEntePrelevatore_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaTipoEntePrelevatore"
|
|
],
|
|
"operationId": "AnagraficaTipoEntePrelevatore_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaTipoEntePrelevatore"
|
|
],
|
|
"operationId": "AnagraficaTipoEntePrelevatore_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnagraficaTipoEntePrelevatore/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"AnagraficaTipoEntePrelevatore"
|
|
],
|
|
"operationId": "AnagraficaTipoEntePrelevatore_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnagraficaTipoEntePrelevatore"
|
|
],
|
|
"operationId": "AnagraficaTipoEntePrelevatore_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnagraficaTipoEntePrelevatore"
|
|
],
|
|
"operationId": "AnagraficaTipoEntePrelevatore_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnagraficaTipoEntePrelevatoreXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnagraficaTipoEntePrelevatore"
|
|
],
|
|
"operationId": "AnagraficaTipoEntePrelevatore_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Analisi": {
|
|
"get": {
|
|
"tags": [
|
|
"Analisi"
|
|
],
|
|
"operationId": "Analisi_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"Analisi"
|
|
],
|
|
"operationId": "Analisi_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Analisi/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"Analisi"
|
|
],
|
|
"operationId": "Analisi_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Analisi({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"Analisi"
|
|
],
|
|
"operationId": "Analisi_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Analisi"
|
|
],
|
|
"operationId": "Analisi_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Analisi"
|
|
],
|
|
"operationId": "Analisi_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Analisi"
|
|
],
|
|
"operationId": "Analisi_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Analisi/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"Analisi"
|
|
],
|
|
"operationId": "Analisi_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Analisi"
|
|
],
|
|
"operationId": "Analisi_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Analisi"
|
|
],
|
|
"operationId": "Analisi_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Analisi"
|
|
],
|
|
"operationId": "Analisi_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnalisiCampione": {
|
|
"get": {
|
|
"tags": [
|
|
"AnalisiCampione"
|
|
],
|
|
"operationId": "AnalisiCampione_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"AnalisiCampione"
|
|
],
|
|
"operationId": "AnalisiCampione_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnalisiCampione/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"AnalisiCampione"
|
|
],
|
|
"operationId": "AnalisiCampione_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnalisiCampione({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"AnalisiCampione"
|
|
],
|
|
"operationId": "AnalisiCampione_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnalisiCampione"
|
|
],
|
|
"operationId": "AnalisiCampione_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnalisiCampione"
|
|
],
|
|
"operationId": "AnalisiCampione_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnalisiCampione"
|
|
],
|
|
"operationId": "AnalisiCampione_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnalisiCampione/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"AnalisiCampione"
|
|
],
|
|
"operationId": "AnalisiCampione_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnalisiCampione"
|
|
],
|
|
"operationId": "AnalisiCampione_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnalisiCampione"
|
|
],
|
|
"operationId": "AnalisiCampione_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiCampioneXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnalisiCampione"
|
|
],
|
|
"operationId": "AnalisiCampione_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnalisiDatoRapporto": {
|
|
"get": {
|
|
"tags": [
|
|
"AnalisiDatoRapporto"
|
|
],
|
|
"operationId": "AnalisiDatoRapporto_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"AnalisiDatoRapporto"
|
|
],
|
|
"operationId": "AnalisiDatoRapporto_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnalisiDatoRapporto/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"AnalisiDatoRapporto"
|
|
],
|
|
"operationId": "AnalisiDatoRapporto_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnalisiDatoRapporto({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"AnalisiDatoRapporto"
|
|
],
|
|
"operationId": "AnalisiDatoRapporto_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnalisiDatoRapporto"
|
|
],
|
|
"operationId": "AnalisiDatoRapporto_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnalisiDatoRapporto"
|
|
],
|
|
"operationId": "AnalisiDatoRapporto_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnalisiDatoRapporto"
|
|
],
|
|
"operationId": "AnalisiDatoRapporto_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/AnalisiDatoRapporto/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"AnalisiDatoRapporto"
|
|
],
|
|
"operationId": "AnalisiDatoRapporto_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"AnalisiDatoRapporto"
|
|
],
|
|
"operationId": "AnalisiDatoRapporto_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"AnalisiDatoRapporto"
|
|
],
|
|
"operationId": "AnalisiDatoRapporto_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiDatoRapportoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"AnalisiDatoRapporto"
|
|
],
|
|
"operationId": "AnalisiDatoRapporto_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/Authentication/Authenticate": {
|
|
"post": {
|
|
"tags": [
|
|
"Authentication"
|
|
],
|
|
"operationId": "Authentication_Authenticate",
|
|
"requestBody": {
|
|
"description": "For example: <br /> { \"userName\": \"Admin\", \"password\": \"\" }",
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AuthenticationStandardLogonParameters"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Campione({key})/AddAnalisi": {
|
|
"post": {
|
|
"tags": [
|
|
"Campione"
|
|
],
|
|
"operationId": "Campione_AddAnalisi",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success",
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/octet-stream": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Campione/{key}/AddAnalisi": {
|
|
"post": {
|
|
"tags": [
|
|
"Campione"
|
|
],
|
|
"operationId": "Campione_AddAnalisi2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/AnalisiXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success",
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"application/octet-stream": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/Campione"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Campione": {
|
|
"get": {
|
|
"tags": [
|
|
"Campione"
|
|
],
|
|
"operationId": "Campione_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"Campione"
|
|
],
|
|
"operationId": "Campione_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Campione/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"Campione"
|
|
],
|
|
"operationId": "Campione_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Campione({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"Campione"
|
|
],
|
|
"operationId": "Campione_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Campione"
|
|
],
|
|
"operationId": "Campione_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Campione"
|
|
],
|
|
"operationId": "Campione_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Campione"
|
|
],
|
|
"operationId": "Campione_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Campione/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"Campione"
|
|
],
|
|
"operationId": "Campione_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Campione"
|
|
],
|
|
"operationId": "Campione_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Campione"
|
|
],
|
|
"operationId": "Campione_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Campione"
|
|
],
|
|
"operationId": "Campione_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CampioneCustomField": {
|
|
"get": {
|
|
"tags": [
|
|
"CampioneCustomField"
|
|
],
|
|
"operationId": "CampioneCustomField_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"CampioneCustomField"
|
|
],
|
|
"operationId": "CampioneCustomField_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CampioneCustomField/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"CampioneCustomField"
|
|
],
|
|
"operationId": "CampioneCustomField_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CampioneCustomField({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"CampioneCustomField"
|
|
],
|
|
"operationId": "CampioneCustomField_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"CampioneCustomField"
|
|
],
|
|
"operationId": "CampioneCustomField_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"CampioneCustomField"
|
|
],
|
|
"operationId": "CampioneCustomField_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"CampioneCustomField"
|
|
],
|
|
"operationId": "CampioneCustomField_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CampioneCustomField/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"CampioneCustomField"
|
|
],
|
|
"operationId": "CampioneCustomField_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"CampioneCustomField"
|
|
],
|
|
"operationId": "CampioneCustomField_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"CampioneCustomField"
|
|
],
|
|
"operationId": "CampioneCustomField_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneCustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"CampioneCustomField"
|
|
],
|
|
"operationId": "CampioneCustomField_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CampioneDatoRapporto": {
|
|
"get": {
|
|
"tags": [
|
|
"CampioneDatoRapporto"
|
|
],
|
|
"operationId": "CampioneDatoRapporto_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"CampioneDatoRapporto"
|
|
],
|
|
"operationId": "CampioneDatoRapporto_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CampioneDatoRapporto/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"CampioneDatoRapporto"
|
|
],
|
|
"operationId": "CampioneDatoRapporto_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CampioneDatoRapporto({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"CampioneDatoRapporto"
|
|
],
|
|
"operationId": "CampioneDatoRapporto_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"CampioneDatoRapporto"
|
|
],
|
|
"operationId": "CampioneDatoRapporto_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"CampioneDatoRapporto"
|
|
],
|
|
"operationId": "CampioneDatoRapporto_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"CampioneDatoRapporto"
|
|
],
|
|
"operationId": "CampioneDatoRapporto_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CampioneDatoRapporto/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"CampioneDatoRapporto"
|
|
],
|
|
"operationId": "CampioneDatoRapporto_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"CampioneDatoRapporto"
|
|
],
|
|
"operationId": "CampioneDatoRapporto_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"CampioneDatoRapporto"
|
|
],
|
|
"operationId": "CampioneDatoRapporto_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CampioneDatoRapportoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"CampioneDatoRapporto"
|
|
],
|
|
"operationId": "CampioneDatoRapporto_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Cliente": {
|
|
"get": {
|
|
"tags": [
|
|
"Cliente"
|
|
],
|
|
"operationId": "Cliente_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"Cliente"
|
|
],
|
|
"operationId": "Cliente_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Cliente/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"Cliente"
|
|
],
|
|
"operationId": "Cliente_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Cliente({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"Cliente"
|
|
],
|
|
"operationId": "Cliente_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Cliente"
|
|
],
|
|
"operationId": "Cliente_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Cliente"
|
|
],
|
|
"operationId": "Cliente_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Cliente"
|
|
],
|
|
"operationId": "Cliente_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Cliente/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"Cliente"
|
|
],
|
|
"operationId": "Cliente_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Cliente"
|
|
],
|
|
"operationId": "Cliente_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Cliente"
|
|
],
|
|
"operationId": "Cliente_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ClienteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Cliente"
|
|
],
|
|
"operationId": "Cliente_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Commento": {
|
|
"get": {
|
|
"tags": [
|
|
"Commento"
|
|
],
|
|
"operationId": "Commento_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"Commento"
|
|
],
|
|
"operationId": "Commento_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Commento/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"Commento"
|
|
],
|
|
"operationId": "Commento_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Commento({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"Commento"
|
|
],
|
|
"operationId": "Commento_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Commento"
|
|
],
|
|
"operationId": "Commento_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Commento"
|
|
],
|
|
"operationId": "Commento_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Commento"
|
|
],
|
|
"operationId": "Commento_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Commento/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"Commento"
|
|
],
|
|
"operationId": "Commento_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Commento"
|
|
],
|
|
"operationId": "Commento_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Commento"
|
|
],
|
|
"operationId": "Commento_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommentoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Commento"
|
|
],
|
|
"operationId": "Commento_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Commessa": {
|
|
"get": {
|
|
"tags": [
|
|
"Commessa"
|
|
],
|
|
"operationId": "Commessa_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"Commessa"
|
|
],
|
|
"operationId": "Commessa_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Commessa/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"Commessa"
|
|
],
|
|
"operationId": "Commessa_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Commessa({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"Commessa"
|
|
],
|
|
"operationId": "Commessa_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Commessa"
|
|
],
|
|
"operationId": "Commessa_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Commessa"
|
|
],
|
|
"operationId": "Commessa_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Commessa"
|
|
],
|
|
"operationId": "Commessa_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Commessa/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"Commessa"
|
|
],
|
|
"operationId": "Commessa_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Commessa"
|
|
],
|
|
"operationId": "Commessa_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Commessa"
|
|
],
|
|
"operationId": "Commessa_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Commessa"
|
|
],
|
|
"operationId": "Commessa_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CommessaCustomField": {
|
|
"get": {
|
|
"tags": [
|
|
"CommessaCustomField"
|
|
],
|
|
"operationId": "CommessaCustomField_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"CommessaCustomField"
|
|
],
|
|
"operationId": "CommessaCustomField_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CommessaCustomField/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"CommessaCustomField"
|
|
],
|
|
"operationId": "CommessaCustomField_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CommessaCustomField({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"CommessaCustomField"
|
|
],
|
|
"operationId": "CommessaCustomField_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"CommessaCustomField"
|
|
],
|
|
"operationId": "CommessaCustomField_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"CommessaCustomField"
|
|
],
|
|
"operationId": "CommessaCustomField_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"CommessaCustomField"
|
|
],
|
|
"operationId": "CommessaCustomField_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CommessaCustomField/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"CommessaCustomField"
|
|
],
|
|
"operationId": "CommessaCustomField_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"CommessaCustomField"
|
|
],
|
|
"operationId": "CommessaCustomField_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"CommessaCustomField"
|
|
],
|
|
"operationId": "CommessaCustomField_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaCustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"CommessaCustomField"
|
|
],
|
|
"operationId": "CommessaCustomField_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CommessaWeb({key})/InviaCommessa": {
|
|
"post": {
|
|
"tags": [
|
|
"CommessaWeb"
|
|
],
|
|
"operationId": "CommessaWeb_InviaCommessa",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success",
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/octet-stream": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CommessaWeb/{key}/InviaCommessa": {
|
|
"post": {
|
|
"tags": [
|
|
"CommessaWeb"
|
|
],
|
|
"operationId": "CommessaWeb_InviaCommessa2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success",
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"application/octet-stream": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWeb"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CommessaWeb": {
|
|
"get": {
|
|
"tags": [
|
|
"CommessaWeb"
|
|
],
|
|
"operationId": "CommessaWeb_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"CommessaWeb"
|
|
],
|
|
"operationId": "CommessaWeb_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CommessaWeb/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"CommessaWeb"
|
|
],
|
|
"operationId": "CommessaWeb_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CommessaWeb({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"CommessaWeb"
|
|
],
|
|
"operationId": "CommessaWeb_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"CommessaWeb"
|
|
],
|
|
"operationId": "CommessaWeb_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"CommessaWeb"
|
|
],
|
|
"operationId": "CommessaWeb_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"CommessaWeb"
|
|
],
|
|
"operationId": "CommessaWeb_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CommessaWeb/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"CommessaWeb"
|
|
],
|
|
"operationId": "CommessaWeb_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"CommessaWeb"
|
|
],
|
|
"operationId": "CommessaWeb_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"CommessaWeb"
|
|
],
|
|
"operationId": "CommessaWeb_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CommessaWebXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"CommessaWeb"
|
|
],
|
|
"operationId": "CommessaWeb_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Compagnia": {
|
|
"get": {
|
|
"tags": [
|
|
"Compagnia"
|
|
],
|
|
"operationId": "Compagnia_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"Compagnia"
|
|
],
|
|
"operationId": "Compagnia_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Compagnia/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"Compagnia"
|
|
],
|
|
"operationId": "Compagnia_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Compagnia({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"Compagnia"
|
|
],
|
|
"operationId": "Compagnia_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Compagnia"
|
|
],
|
|
"operationId": "Compagnia_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Compagnia"
|
|
],
|
|
"operationId": "Compagnia_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Compagnia"
|
|
],
|
|
"operationId": "Compagnia_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Compagnia/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"Compagnia"
|
|
],
|
|
"operationId": "Compagnia_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Compagnia"
|
|
],
|
|
"operationId": "Compagnia_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Compagnia"
|
|
],
|
|
"operationId": "Compagnia_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CompagniaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Compagnia"
|
|
],
|
|
"operationId": "Compagnia_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CustomField": {
|
|
"get": {
|
|
"tags": [
|
|
"CustomField"
|
|
],
|
|
"operationId": "CustomField_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"CustomField"
|
|
],
|
|
"operationId": "CustomField_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CustomField/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"CustomField"
|
|
],
|
|
"operationId": "CustomField_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CustomField({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"CustomField"
|
|
],
|
|
"operationId": "CustomField_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"CustomField"
|
|
],
|
|
"operationId": "CustomField_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"CustomField"
|
|
],
|
|
"operationId": "CustomField_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"CustomField"
|
|
],
|
|
"operationId": "CustomField_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CustomField/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"CustomField"
|
|
],
|
|
"operationId": "CustomField_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"CustomField"
|
|
],
|
|
"operationId": "CustomField_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"CustomField"
|
|
],
|
|
"operationId": "CustomField_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"CustomField"
|
|
],
|
|
"operationId": "CustomField_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CustomFieldValue": {
|
|
"get": {
|
|
"tags": [
|
|
"CustomFieldValue"
|
|
],
|
|
"operationId": "CustomFieldValue_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"CustomFieldValue"
|
|
],
|
|
"operationId": "CustomFieldValue_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CustomFieldValue/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"CustomFieldValue"
|
|
],
|
|
"operationId": "CustomFieldValue_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CustomFieldValue({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"CustomFieldValue"
|
|
],
|
|
"operationId": "CustomFieldValue_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"CustomFieldValue"
|
|
],
|
|
"operationId": "CustomFieldValue_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"CustomFieldValue"
|
|
],
|
|
"operationId": "CustomFieldValue_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"CustomFieldValue"
|
|
],
|
|
"operationId": "CustomFieldValue_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/CustomFieldValue/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"CustomFieldValue"
|
|
],
|
|
"operationId": "CustomFieldValue_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"CustomFieldValue"
|
|
],
|
|
"operationId": "CustomFieldValue_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"CustomFieldValue"
|
|
],
|
|
"operationId": "CustomFieldValue_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/CustomFieldValueXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"CustomFieldValue"
|
|
],
|
|
"operationId": "CustomFieldValue_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Lingua": {
|
|
"get": {
|
|
"tags": [
|
|
"Lingua"
|
|
],
|
|
"operationId": "Lingua_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"Lingua"
|
|
],
|
|
"operationId": "Lingua_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Lingua/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"Lingua"
|
|
],
|
|
"operationId": "Lingua_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Lingua({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"Lingua"
|
|
],
|
|
"operationId": "Lingua_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Lingua"
|
|
],
|
|
"operationId": "Lingua_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Lingua"
|
|
],
|
|
"operationId": "Lingua_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Lingua"
|
|
],
|
|
"operationId": "Lingua_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Lingua/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"Lingua"
|
|
],
|
|
"operationId": "Lingua_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Lingua"
|
|
],
|
|
"operationId": "Lingua_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Lingua"
|
|
],
|
|
"operationId": "Lingua_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/LinguaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Lingua"
|
|
],
|
|
"operationId": "Lingua_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Matrice": {
|
|
"get": {
|
|
"tags": [
|
|
"Matrice"
|
|
],
|
|
"operationId": "Matrice_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"Matrice"
|
|
],
|
|
"operationId": "Matrice_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Matrice/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"Matrice"
|
|
],
|
|
"operationId": "Matrice_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Matrice({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"Matrice"
|
|
],
|
|
"operationId": "Matrice_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Matrice"
|
|
],
|
|
"operationId": "Matrice_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Matrice"
|
|
],
|
|
"operationId": "Matrice_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Matrice"
|
|
],
|
|
"operationId": "Matrice_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Matrice/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"Matrice"
|
|
],
|
|
"operationId": "Matrice_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Matrice"
|
|
],
|
|
"operationId": "Matrice_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Matrice"
|
|
],
|
|
"operationId": "Matrice_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MatriceXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Matrice"
|
|
],
|
|
"operationId": "Matrice_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/$metadata": {
|
|
"get": {
|
|
"tags": [
|
|
"Metadata"
|
|
],
|
|
"operationId": "Metadata_GetMetadata",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success",
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
},
|
|
"application/octet-stream": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata": {
|
|
"get": {
|
|
"tags": [
|
|
"Metadata"
|
|
],
|
|
"operationId": "Metadata_GetServiceDocument",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success",
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
},
|
|
"application/octet-stream": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/ODataServiceDocument"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Metodo": {
|
|
"get": {
|
|
"tags": [
|
|
"Metodo"
|
|
],
|
|
"operationId": "Metodo_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"Metodo"
|
|
],
|
|
"operationId": "Metodo_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Metodo/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"Metodo"
|
|
],
|
|
"operationId": "Metodo_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Metodo({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"Metodo"
|
|
],
|
|
"operationId": "Metodo_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Metodo"
|
|
],
|
|
"operationId": "Metodo_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Metodo"
|
|
],
|
|
"operationId": "Metodo_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Metodo"
|
|
],
|
|
"operationId": "Metodo_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Metodo/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"Metodo"
|
|
],
|
|
"operationId": "Metodo_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Metodo"
|
|
],
|
|
"operationId": "Metodo_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Metodo"
|
|
],
|
|
"operationId": "Metodo_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/MetodoXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Metodo"
|
|
],
|
|
"operationId": "Metodo_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/QualificaUtente": {
|
|
"get": {
|
|
"tags": [
|
|
"QualificaUtente"
|
|
],
|
|
"operationId": "QualificaUtente_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"QualificaUtente"
|
|
],
|
|
"operationId": "QualificaUtente_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/QualificaUtente/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"QualificaUtente"
|
|
],
|
|
"operationId": "QualificaUtente_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/QualificaUtente({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"QualificaUtente"
|
|
],
|
|
"operationId": "QualificaUtente_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"QualificaUtente"
|
|
],
|
|
"operationId": "QualificaUtente_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"QualificaUtente"
|
|
],
|
|
"operationId": "QualificaUtente_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"QualificaUtente"
|
|
],
|
|
"operationId": "QualificaUtente_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/QualificaUtente/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"QualificaUtente"
|
|
],
|
|
"operationId": "QualificaUtente_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"QualificaUtente"
|
|
],
|
|
"operationId": "QualificaUtente_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"QualificaUtente"
|
|
],
|
|
"operationId": "QualificaUtente_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/QualificaUtenteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"QualificaUtente"
|
|
],
|
|
"operationId": "QualificaUtente_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/SchemaCustomField": {
|
|
"get": {
|
|
"tags": [
|
|
"SchemaCustomField"
|
|
],
|
|
"operationId": "SchemaCustomField_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"SchemaCustomField"
|
|
],
|
|
"operationId": "SchemaCustomField_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/SchemaCustomField/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"SchemaCustomField"
|
|
],
|
|
"operationId": "SchemaCustomField_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/SchemaCustomField({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"SchemaCustomField"
|
|
],
|
|
"operationId": "SchemaCustomField_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"SchemaCustomField"
|
|
],
|
|
"operationId": "SchemaCustomField_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"SchemaCustomField"
|
|
],
|
|
"operationId": "SchemaCustomField_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"SchemaCustomField"
|
|
],
|
|
"operationId": "SchemaCustomField_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/SchemaCustomField/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"SchemaCustomField"
|
|
],
|
|
"operationId": "SchemaCustomField_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"SchemaCustomField"
|
|
],
|
|
"operationId": "SchemaCustomField_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"SchemaCustomField"
|
|
],
|
|
"operationId": "SchemaCustomField_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"SchemaCustomField"
|
|
],
|
|
"operationId": "SchemaCustomField_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/SchemaCustomFieldDettaglio": {
|
|
"get": {
|
|
"tags": [
|
|
"SchemaCustomFieldDettaglio"
|
|
],
|
|
"operationId": "SchemaCustomFieldDettaglio_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"SchemaCustomFieldDettaglio"
|
|
],
|
|
"operationId": "SchemaCustomFieldDettaglio_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/SchemaCustomFieldDettaglio/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"SchemaCustomFieldDettaglio"
|
|
],
|
|
"operationId": "SchemaCustomFieldDettaglio_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/SchemaCustomFieldDettaglio({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"SchemaCustomFieldDettaglio"
|
|
],
|
|
"operationId": "SchemaCustomFieldDettaglio_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"SchemaCustomFieldDettaglio"
|
|
],
|
|
"operationId": "SchemaCustomFieldDettaglio_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"SchemaCustomFieldDettaglio"
|
|
],
|
|
"operationId": "SchemaCustomFieldDettaglio_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"SchemaCustomFieldDettaglio"
|
|
],
|
|
"operationId": "SchemaCustomFieldDettaglio_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/SchemaCustomFieldDettaglio/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"SchemaCustomFieldDettaglio"
|
|
],
|
|
"operationId": "SchemaCustomFieldDettaglio_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"SchemaCustomFieldDettaglio"
|
|
],
|
|
"operationId": "SchemaCustomFieldDettaglio_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"SchemaCustomFieldDettaglio"
|
|
],
|
|
"operationId": "SchemaCustomFieldDettaglio_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SchemaCustomFieldDettaglioXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"SchemaCustomFieldDettaglio"
|
|
],
|
|
"operationId": "SchemaCustomFieldDettaglio_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/SottoMatrice": {
|
|
"get": {
|
|
"tags": [
|
|
"SottoMatrice"
|
|
],
|
|
"operationId": "SottoMatrice_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"SottoMatrice"
|
|
],
|
|
"operationId": "SottoMatrice_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/SottoMatrice/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"SottoMatrice"
|
|
],
|
|
"operationId": "SottoMatrice_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/SottoMatrice({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"SottoMatrice"
|
|
],
|
|
"operationId": "SottoMatrice_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"SottoMatrice"
|
|
],
|
|
"operationId": "SottoMatrice_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"SottoMatrice"
|
|
],
|
|
"operationId": "SottoMatrice_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"SottoMatrice"
|
|
],
|
|
"operationId": "SottoMatrice_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/SottoMatrice/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"SottoMatrice"
|
|
],
|
|
"operationId": "SottoMatrice_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"SottoMatrice"
|
|
],
|
|
"operationId": "SottoMatrice_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"SottoMatrice"
|
|
],
|
|
"operationId": "SottoMatrice_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/SottoMatriceXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"SottoMatrice"
|
|
],
|
|
"operationId": "SottoMatrice_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/TipoAnagrafica": {
|
|
"get": {
|
|
"tags": [
|
|
"TipoAnagrafica"
|
|
],
|
|
"operationId": "TipoAnagrafica_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"TipoAnagrafica"
|
|
],
|
|
"operationId": "TipoAnagrafica_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/TipoAnagrafica/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"TipoAnagrafica"
|
|
],
|
|
"operationId": "TipoAnagrafica_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/TipoAnagrafica({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"TipoAnagrafica"
|
|
],
|
|
"operationId": "TipoAnagrafica_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"TipoAnagrafica"
|
|
],
|
|
"operationId": "TipoAnagrafica_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"TipoAnagrafica"
|
|
],
|
|
"operationId": "TipoAnagrafica_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"TipoAnagrafica"
|
|
],
|
|
"operationId": "TipoAnagrafica_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/TipoAnagrafica/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"TipoAnagrafica"
|
|
],
|
|
"operationId": "TipoAnagrafica_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"TipoAnagrafica"
|
|
],
|
|
"operationId": "TipoAnagrafica_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"TipoAnagrafica"
|
|
],
|
|
"operationId": "TipoAnagrafica_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoAnagraficaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"TipoAnagrafica"
|
|
],
|
|
"operationId": "TipoAnagrafica_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/TipoCommessa": {
|
|
"get": {
|
|
"tags": [
|
|
"TipoCommessa"
|
|
],
|
|
"operationId": "TipoCommessa_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"TipoCommessa"
|
|
],
|
|
"operationId": "TipoCommessa_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/TipoCommessa/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"TipoCommessa"
|
|
],
|
|
"operationId": "TipoCommessa_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/TipoCommessa({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"TipoCommessa"
|
|
],
|
|
"operationId": "TipoCommessa_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"TipoCommessa"
|
|
],
|
|
"operationId": "TipoCommessa_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"TipoCommessa"
|
|
],
|
|
"operationId": "TipoCommessa_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"TipoCommessa"
|
|
],
|
|
"operationId": "TipoCommessa_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/TipoCommessa/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"TipoCommessa"
|
|
],
|
|
"operationId": "TipoCommessa_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"TipoCommessa"
|
|
],
|
|
"operationId": "TipoCommessa_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"TipoCommessa"
|
|
],
|
|
"operationId": "TipoCommessa_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/TipoCommessaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"TipoCommessa"
|
|
],
|
|
"operationId": "TipoCommessa_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/UnitaMisura": {
|
|
"get": {
|
|
"tags": [
|
|
"UnitaMisura"
|
|
],
|
|
"operationId": "UnitaMisura_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"UnitaMisura"
|
|
],
|
|
"operationId": "UnitaMisura_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/UnitaMisura/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"UnitaMisura"
|
|
],
|
|
"operationId": "UnitaMisura_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/UnitaMisura({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"UnitaMisura"
|
|
],
|
|
"operationId": "UnitaMisura_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"UnitaMisura"
|
|
],
|
|
"operationId": "UnitaMisura_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"UnitaMisura"
|
|
],
|
|
"operationId": "UnitaMisura_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"UnitaMisura"
|
|
],
|
|
"operationId": "UnitaMisura_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/UnitaMisura/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"UnitaMisura"
|
|
],
|
|
"operationId": "UnitaMisura_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"UnitaMisura"
|
|
],
|
|
"operationId": "UnitaMisura_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"UnitaMisura"
|
|
],
|
|
"operationId": "UnitaMisura_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UnitaMisuraXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"UnitaMisura"
|
|
],
|
|
"operationId": "UnitaMisura_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Utente": {
|
|
"get": {
|
|
"tags": [
|
|
"Utente"
|
|
],
|
|
"operationId": "Utente_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"Utente"
|
|
],
|
|
"operationId": "Utente_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Utente/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"Utente"
|
|
],
|
|
"operationId": "Utente_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Utente({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"Utente"
|
|
],
|
|
"operationId": "Utente_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Utente"
|
|
],
|
|
"operationId": "Utente_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Utente"
|
|
],
|
|
"operationId": "Utente_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Utente"
|
|
],
|
|
"operationId": "Utente_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/Utente/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"Utente"
|
|
],
|
|
"operationId": "Utente_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"Utente"
|
|
],
|
|
"operationId": "Utente_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"Utente"
|
|
],
|
|
"operationId": "Utente_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"Utente"
|
|
],
|
|
"operationId": "Utente_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/UtenteCompagnia": {
|
|
"get": {
|
|
"tags": [
|
|
"UtenteCompagnia"
|
|
],
|
|
"operationId": "UtenteCompagnia_Get",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"post": {
|
|
"tags": [
|
|
"UtenteCompagnia"
|
|
],
|
|
"operationId": "UtenteCompagnia_Post",
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/UtenteCompagnia/$count": {
|
|
"get": {
|
|
"tags": [
|
|
"UtenteCompagnia"
|
|
],
|
|
"operationId": "UtenteCompagnia_Get2",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/UtenteCompagnia({key})": {
|
|
"get": {
|
|
"tags": [
|
|
"UtenteCompagnia"
|
|
],
|
|
"operationId": "UtenteCompagnia_Get3",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"UtenteCompagnia"
|
|
],
|
|
"operationId": "UtenteCompagnia_Patch",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"UtenteCompagnia"
|
|
],
|
|
"operationId": "UtenteCompagnia_Put",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"UtenteCompagnia"
|
|
],
|
|
"operationId": "UtenteCompagnia_Delete",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/api/odata/UtenteCompagnia/{key}": {
|
|
"get": {
|
|
"tags": [
|
|
"UtenteCompagnia"
|
|
],
|
|
"operationId": "UtenteCompagnia_Get4",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"patch": {
|
|
"tags": [
|
|
"UtenteCompagnia"
|
|
],
|
|
"operationId": "UtenteCompagnia_Patch2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"put": {
|
|
"tags": [
|
|
"UtenteCompagnia"
|
|
],
|
|
"operationId": "UtenteCompagnia_Put2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"requestBody": {
|
|
"content": {
|
|
"application/json;odata.metadata=minimal;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=minimal": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=full": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.metadata=none": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=true": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json;odata.streaming=false": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/xml": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/plain": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"text/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
},
|
|
"application/*+json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/UtenteCompagniaXafDelta"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
},
|
|
"delete": {
|
|
"tags": [
|
|
"UtenteCompagnia"
|
|
],
|
|
"operationId": "UtenteCompagnia_Delete2",
|
|
"parameters": [
|
|
{
|
|
"name": "key",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "Success"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"components": {
|
|
"schemas": {
|
|
"Anagrafica": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnagraficaDetentoreXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnagraficaImportatoreXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnagraficaMotivoCampagnaXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnagraficaProduttoreXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnagraficaPuntoPrelievoClienteXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnagraficaPuntoPrelievoXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnagraficaServizioAslXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnagraficaSottoCommittente": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnagraficaSottoCommittenteXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnagraficaTipoCampagnaXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnagraficaTipoEntePrelevatoreXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnagraficaXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"Analisi": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnalisiCampione": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnalisiCampioneXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnalisiDatoRapporto": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnalisiDatoRapportoXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AnalisiXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"Assembly": {
|
|
"type": "object",
|
|
"properties": {
|
|
"definedTypes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/TypeInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"exportedTypes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"codeBase": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"entryPoint": {
|
|
"$ref": "#/components/schemas/MethodInfo"
|
|
},
|
|
"fullName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"imageRuntimeVersion": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isDynamic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"location": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"reflectionOnly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isCollectible": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFullyTrusted": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"customAttributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/CustomAttributeData"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"escapedCodeBase": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"manifestModule": {
|
|
"$ref": "#/components/schemas/Module"
|
|
},
|
|
"modules": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/Module"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"globalAssemblyCache": {
|
|
"type": "boolean",
|
|
"readOnly": true,
|
|
"deprecated": true
|
|
},
|
|
"hostContext": {
|
|
"type": "integer",
|
|
"format": "int64",
|
|
"readOnly": true
|
|
},
|
|
"securityRuleSet": {
|
|
"$ref": "#/components/schemas/SecurityRuleSet"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"Attribute": {
|
|
"type": "object",
|
|
"properties": {
|
|
"typeId": {
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"Attributo2": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"AuthenticationStandardLogonParameters": {
|
|
"type": "object",
|
|
"properties": {
|
|
"userName": {
|
|
"type": "string",
|
|
"nullable": true
|
|
},
|
|
"password": {
|
|
"type": "string",
|
|
"nullable": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"AutoCreateOption": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
3
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"CacheBehavior": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"CallingConventions": {
|
|
"enum": [
|
|
1,
|
|
2,
|
|
3,
|
|
32,
|
|
64
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"Campione": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CampioneCustomField": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CampioneCustomFieldXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CampioneDatoRapporto": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CampioneDatoRapportoXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CampioneXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CategoriaAnalisi": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CategoriaAnalisiTraduzione": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"Cliente": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"ClienteLingua": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"ClienteXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"Color": {
|
|
"type": "object",
|
|
"properties": {
|
|
"r": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"g": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"b": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"a": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"isKnownColor": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isEmpty": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNamedColor": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSystemColor": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"ColorPalette": {
|
|
"type": "object",
|
|
"properties": {
|
|
"flags": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"entries": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/Color"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"Commento": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CommentoTraduzione": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CommentoXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"Commessa": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CommessaCustomField": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CommessaCustomFieldXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CommessaWeb": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CommessaWebXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CommessaXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"Compagnia": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CompagniaXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"ConnectionState": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
4,
|
|
8,
|
|
16
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"ConstructorInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"declaringType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"reflectedType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"module": {
|
|
"$ref": "#/components/schemas/Module"
|
|
},
|
|
"customAttributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/CustomAttributeData"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isCollectible": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"metadataToken": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"attributes": {
|
|
"$ref": "#/components/schemas/MethodAttributes"
|
|
},
|
|
"methodImplementationFlags": {
|
|
"$ref": "#/components/schemas/MethodImplAttributes"
|
|
},
|
|
"callingConvention": {
|
|
"$ref": "#/components/schemas/CallingConventions"
|
|
},
|
|
"isAbstract": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isConstructor": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFinal": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isHideBySig": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSpecialName": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isStatic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isVirtual": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAssembly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFamily": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFamilyAndAssembly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFamilyOrAssembly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPrivate": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPublic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isConstructedGenericMethod": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericMethod": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericMethodDefinition": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"containsGenericParameters": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"methodHandle": {
|
|
"$ref": "#/components/schemas/RuntimeMethodHandle"
|
|
},
|
|
"isSecurityCritical": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSecuritySafeCritical": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSecurityTransparent": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"memberType": {
|
|
"$ref": "#/components/schemas/MemberTypes"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"CustomAttributeData": {
|
|
"type": "object",
|
|
"properties": {
|
|
"attributeType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"constructor": {
|
|
"$ref": "#/components/schemas/ConstructorInfo"
|
|
},
|
|
"constructorArguments": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/CustomAttributeTypedArgument"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"namedArguments": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/CustomAttributeNamedArgument"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"CustomAttributeNamedArgument": {
|
|
"type": "object",
|
|
"properties": {
|
|
"memberInfo": {
|
|
"$ref": "#/components/schemas/MemberInfo"
|
|
},
|
|
"typedValue": {
|
|
"$ref": "#/components/schemas/CustomAttributeTypedArgument"
|
|
},
|
|
"memberName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isField": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"CustomAttributeTypedArgument": {
|
|
"type": "object",
|
|
"properties": {
|
|
"argumentType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"value": {
|
|
"nullable": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"CustomField": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CustomFieldTraduzione": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CustomFieldType": {
|
|
"enum": [
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"CustomFieldValue": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CustomFieldValueXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"CustomFieldXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"DBColumn": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"DBColumnType": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17,
|
|
18
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"DBForeignKey": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"DBIndex": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"DBTable": {
|
|
"type": "object",
|
|
"properties": {
|
|
"columns": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/DBColumn"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"indexes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/DBIndex"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"foreignKeys": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/DBForeignKey"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"EdmContainerElementKind": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
4
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"EdmExpressionKind": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17,
|
|
18,
|
|
19,
|
|
20,
|
|
21,
|
|
22,
|
|
23,
|
|
24,
|
|
25
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"EdmSchemaElementKind": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"EdmTypeKind": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6,
|
|
7,
|
|
8,
|
|
9
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"EventAttributes": {
|
|
"enum": [
|
|
0,
|
|
512,
|
|
1024
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"EventInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"declaringType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"reflectedType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"module": {
|
|
"$ref": "#/components/schemas/Module"
|
|
},
|
|
"customAttributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/CustomAttributeData"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isCollectible": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"metadataToken": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"memberType": {
|
|
"$ref": "#/components/schemas/MemberTypes"
|
|
},
|
|
"attributes": {
|
|
"$ref": "#/components/schemas/EventAttributes"
|
|
},
|
|
"isSpecialName": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"addMethod": {
|
|
"$ref": "#/components/schemas/MethodInfo"
|
|
},
|
|
"removeMethod": {
|
|
"$ref": "#/components/schemas/MethodInfo"
|
|
},
|
|
"raiseMethod": {
|
|
"$ref": "#/components/schemas/MethodInfo"
|
|
},
|
|
"isMulticast": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"eventHandlerType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"FieldAttributes": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6,
|
|
7,
|
|
16,
|
|
32,
|
|
64,
|
|
128,
|
|
256,
|
|
512,
|
|
1024,
|
|
4096,
|
|
8192,
|
|
32768,
|
|
38144
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"FieldInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"declaringType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"reflectedType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"module": {
|
|
"$ref": "#/components/schemas/Module"
|
|
},
|
|
"customAttributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/CustomAttributeData"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isCollectible": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"metadataToken": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"memberType": {
|
|
"$ref": "#/components/schemas/MemberTypes"
|
|
},
|
|
"attributes": {
|
|
"$ref": "#/components/schemas/FieldAttributes"
|
|
},
|
|
"fieldType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"isInitOnly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isLiteral": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNotSerialized": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPinvokeImpl": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSpecialName": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isStatic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAssembly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFamily": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFamilyAndAssembly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFamilyOrAssembly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPrivate": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPublic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSecurityCritical": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSecuritySafeCritical": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSecurityTransparent": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"fieldHandle": {
|
|
"$ref": "#/components/schemas/RuntimeFieldHandle"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"GenericParameterAttributes": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
8,
|
|
16,
|
|
28
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"GruppoCommerciale": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"IAssemblyInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"assembly": {
|
|
"$ref": "#/components/schemas/Assembly"
|
|
},
|
|
"fullName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"types": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/ITypeInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"allTypesLoaded": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IComponent": {
|
|
"type": "object",
|
|
"properties": {
|
|
"site": {
|
|
"$ref": "#/components/schemas/ISite"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IContainer": {
|
|
"type": "object",
|
|
"properties": {
|
|
"components": {
|
|
"type": "array",
|
|
"items": { },
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"ICustomAggregate": {
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"ICustomAttributeProvider": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"ICustomFunctionOperator": {
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IDataLayer": {
|
|
"type": "object",
|
|
"properties": {
|
|
"connection": {
|
|
"$ref": "#/components/schemas/IDbConnection"
|
|
},
|
|
"autoCreateOption": {
|
|
"$ref": "#/components/schemas/AutoCreateOption"
|
|
},
|
|
"dataLayer": {
|
|
"$ref": "#/components/schemas/IDataLayer"
|
|
},
|
|
"dictionary": {
|
|
"$ref": "#/components/schemas/XPDictionary"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IDbConnection": {
|
|
"type": "object",
|
|
"properties": {
|
|
"connectionString": {
|
|
"type": "string",
|
|
"nullable": true
|
|
},
|
|
"connectionTimeout": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"database": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"state": {
|
|
"$ref": "#/components/schemas/ConnectionState"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IEdmDirectValueAnnotationsManager": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"IEdmEntityContainer": {
|
|
"type": "object",
|
|
"properties": {
|
|
"elements": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/IEdmEntityContainerElement"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"schemaElementKind": {
|
|
"$ref": "#/components/schemas/EdmSchemaElementKind"
|
|
},
|
|
"namespace": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IEdmEntityContainerElement": {
|
|
"type": "object",
|
|
"properties": {
|
|
"containerElementKind": {
|
|
"$ref": "#/components/schemas/EdmContainerElementKind"
|
|
},
|
|
"container": {
|
|
"$ref": "#/components/schemas/IEdmEntityContainer"
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IEdmExpression": {
|
|
"type": "object",
|
|
"properties": {
|
|
"expressionKind": {
|
|
"$ref": "#/components/schemas/EdmExpressionKind"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IEdmModel": {
|
|
"type": "object",
|
|
"properties": {
|
|
"schemaElements": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/IEdmSchemaElement"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"vocabularyAnnotations": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/IEdmVocabularyAnnotation"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"referencedModels": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/IEdmModel"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"declaredNamespaces": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"directValueAnnotationsManager": {
|
|
"$ref": "#/components/schemas/IEdmDirectValueAnnotationsManager"
|
|
},
|
|
"entityContainer": {
|
|
"$ref": "#/components/schemas/IEdmEntityContainer"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IEdmSchemaElement": {
|
|
"type": "object",
|
|
"properties": {
|
|
"schemaElementKind": {
|
|
"$ref": "#/components/schemas/EdmSchemaElementKind"
|
|
},
|
|
"namespace": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IEdmTerm": {
|
|
"type": "object",
|
|
"properties": {
|
|
"type": {
|
|
"$ref": "#/components/schemas/IEdmTypeReference"
|
|
},
|
|
"appliesTo": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"defaultValue": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"schemaElementKind": {
|
|
"$ref": "#/components/schemas/EdmSchemaElementKind"
|
|
},
|
|
"namespace": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IEdmType": {
|
|
"type": "object",
|
|
"properties": {
|
|
"typeKind": {
|
|
"$ref": "#/components/schemas/EdmTypeKind"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IEdmTypeReference": {
|
|
"type": "object",
|
|
"properties": {
|
|
"isNullable": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"definition": {
|
|
"$ref": "#/components/schemas/IEdmType"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IEdmVocabularyAnnotatable": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"IEdmVocabularyAnnotation": {
|
|
"type": "object",
|
|
"properties": {
|
|
"qualifier": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"term": {
|
|
"$ref": "#/components/schemas/IEdmTerm"
|
|
},
|
|
"target": {
|
|
"$ref": "#/components/schemas/IEdmVocabularyAnnotatable"
|
|
},
|
|
"value": {
|
|
"$ref": "#/components/schemas/IEdmExpression"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IMemberInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"owner": {
|
|
"$ref": "#/components/schemas/ITypeInfo"
|
|
},
|
|
"memberType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"associatedMemberInfo": {
|
|
"$ref": "#/components/schemas/IMemberInfo"
|
|
},
|
|
"isPublic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isProperty": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isCustom": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isVisible": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isInStruct": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isReadOnly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isKey": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAutoGenerate": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isDelayed": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAliased": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isService": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPersistent": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAggregated": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAssociation": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isManyToMany": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isReferenceToOwner": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isList": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"listElementTypeInfo": {
|
|
"$ref": "#/components/schemas/ITypeInfo"
|
|
},
|
|
"listElementType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"memberTypeInfo": {
|
|
"$ref": "#/components/schemas/ITypeInfo"
|
|
},
|
|
"displayName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"size": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"valueMaxLength": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"lastMember": {
|
|
"$ref": "#/components/schemas/IMemberInfo"
|
|
},
|
|
"bindingName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"expression": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"attributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/Attribute"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IObjectLayer": {
|
|
"type": "object",
|
|
"properties": {
|
|
"canLoadCollectionObjects": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"objectLayer": {
|
|
"$ref": "#/components/schemas/IObjectLayer"
|
|
},
|
|
"dictionary": {
|
|
"$ref": "#/components/schemas/XPDictionary"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IObjectSpace": {
|
|
"type": "object",
|
|
"properties": {
|
|
"database": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isCommitting": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isConnected": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isDeleting": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isDisposed": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isModified": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isReloading": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"modifiedObjects": {
|
|
"type": "array",
|
|
"items": { },
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"nonPersistentChangesEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"owner": {
|
|
"nullable": true
|
|
},
|
|
"typesInfo": {
|
|
"$ref": "#/components/schemas/ITypesInfo"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"ISite": {
|
|
"type": "object",
|
|
"properties": {
|
|
"component": {
|
|
"$ref": "#/components/schemas/IComponent"
|
|
},
|
|
"container": {
|
|
"$ref": "#/components/schemas/IContainer"
|
|
},
|
|
"designMode": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"ITypeInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"fullName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"type": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"base": {
|
|
"$ref": "#/components/schemas/ITypeInfo"
|
|
},
|
|
"ownMembers": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/IMemberInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"members": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/IMemberInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isVisible": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPersistent": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isInterface": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isDomainComponent": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isValueType": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isListType": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAbstract": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNullable": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"keyMember": {
|
|
"$ref": "#/components/schemas/IMemberInfo"
|
|
},
|
|
"keyMembers": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/IMemberInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"underlyingTypeInfo": {
|
|
"$ref": "#/components/schemas/ITypeInfo"
|
|
},
|
|
"hasPublicConstructor": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"hasDescendants": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"assemblyInfo": {
|
|
"$ref": "#/components/schemas/IAssemblyInfo"
|
|
},
|
|
"referenceToOwner": {
|
|
"$ref": "#/components/schemas/IMemberInfo"
|
|
},
|
|
"declaredDefaultMember": {
|
|
"$ref": "#/components/schemas/IMemberInfo"
|
|
},
|
|
"defaultMember": {
|
|
"$ref": "#/components/schemas/IMemberInfo"
|
|
},
|
|
"implementedInterfaces": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/ITypeInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"implementors": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/ITypeInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"descendants": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/ITypeInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"attributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/Attribute"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"ITypesInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"persistentTypes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/ITypeInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IdentityMapBehavior": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"Image": {
|
|
"type": "object",
|
|
"properties": {
|
|
"tag": {
|
|
"default": null,
|
|
"nullable": true
|
|
},
|
|
"physicalDimension": {
|
|
"$ref": "#/components/schemas/SizeF"
|
|
},
|
|
"size": {
|
|
"$ref": "#/components/schemas/Size"
|
|
},
|
|
"width": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"default": false,
|
|
"readOnly": true
|
|
},
|
|
"height": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"default": false,
|
|
"readOnly": true
|
|
},
|
|
"horizontalResolution": {
|
|
"type": "number",
|
|
"format": "float",
|
|
"readOnly": true
|
|
},
|
|
"verticalResolution": {
|
|
"type": "number",
|
|
"format": "float",
|
|
"readOnly": true
|
|
},
|
|
"flags": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"rawFormat": {
|
|
"$ref": "#/components/schemas/ImageFormat"
|
|
},
|
|
"pixelFormat": {
|
|
"$ref": "#/components/schemas/PixelFormat"
|
|
},
|
|
"frameDimensionsList": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string",
|
|
"format": "uuid"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"palette": {
|
|
"$ref": "#/components/schemas/ColorPalette"
|
|
},
|
|
"propertyIdList": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"propertyItems": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/PropertyItem"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"ImageFormat": {
|
|
"type": "object",
|
|
"properties": {
|
|
"guid": {
|
|
"type": "string",
|
|
"format": "uuid"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"IntPtr": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"IntermediateClassInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"attributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/Attribute"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isPersistent": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isVisibleInDesignTime": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"members": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/XPMemberInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"trackPropertiesModifications": {
|
|
"type": "boolean",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"optimisticLockingReadBehavior": {
|
|
"$ref": "#/components/schemas/OptimisticLockingReadBehavior"
|
|
},
|
|
"optimisticLockFieldName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"optimisticLockFieldInDataLayerName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"optimisticLockingBehavior": {
|
|
"$ref": "#/components/schemas/OptimisticLockingBehavior"
|
|
},
|
|
"optimisticLockField": {
|
|
"$ref": "#/components/schemas/XPMemberInfo"
|
|
},
|
|
"optimisticLockFieldInDataLayer": {
|
|
"$ref": "#/components/schemas/XPMemberInfo"
|
|
},
|
|
"nullableBehavior": {
|
|
"$ref": "#/components/schemas/NullableBehavior"
|
|
},
|
|
"tableName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"table": {
|
|
"$ref": "#/components/schemas/DBTable"
|
|
},
|
|
"isAbstract": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"keyProperty": {
|
|
"$ref": "#/components/schemas/XPMemberInfo"
|
|
},
|
|
"tableMapType": {
|
|
"$ref": "#/components/schemas/MapInheritanceType"
|
|
},
|
|
"persistentBaseClass": {
|
|
"$ref": "#/components/schemas/XPClassInfo"
|
|
},
|
|
"idClass": {
|
|
"$ref": "#/components/schemas/XPClassInfo"
|
|
},
|
|
"persistentProperties": {
|
|
"type": "array",
|
|
"items": { },
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"objectProperties": {
|
|
"type": "array",
|
|
"items": { },
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"collectionProperties": {
|
|
"type": "array",
|
|
"items": { },
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"associationListProperties": {
|
|
"type": "array",
|
|
"items": { },
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"dictionary": {
|
|
"$ref": "#/components/schemas/XPDictionary"
|
|
},
|
|
"hasDescendants": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isObjectLoading": {
|
|
"type": "boolean",
|
|
"readOnly": true,
|
|
"deprecated": true
|
|
},
|
|
"baseClass": {
|
|
"$ref": "#/components/schemas/XPClassInfo"
|
|
},
|
|
"ownMembers": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/XPMemberInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"fullName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"assemblyName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"classType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"canGetByClassType": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"LayoutKind": {
|
|
"enum": [
|
|
0,
|
|
2,
|
|
3
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"Lingua": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"LinguaXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"LockingOption": {
|
|
"enum": [
|
|
0,
|
|
1
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"MapInheritanceType": {
|
|
"enum": [
|
|
0,
|
|
1
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"Matrice": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"MatriceSchemaCustomFields": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"MatriceTraduzione": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"MatriceXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"MemberInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"memberType": {
|
|
"$ref": "#/components/schemas/MemberTypes"
|
|
},
|
|
"declaringType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"reflectedType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"module": {
|
|
"$ref": "#/components/schemas/Module"
|
|
},
|
|
"customAttributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/CustomAttributeData"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isCollectible": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"metadataToken": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"MemberTypes": {
|
|
"enum": [
|
|
1,
|
|
2,
|
|
4,
|
|
8,
|
|
16,
|
|
32,
|
|
64,
|
|
128,
|
|
191
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"MethodAttributes": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6,
|
|
7,
|
|
8,
|
|
16,
|
|
32,
|
|
64,
|
|
128,
|
|
256,
|
|
512,
|
|
1024,
|
|
2048,
|
|
4096,
|
|
8192,
|
|
16384,
|
|
32768,
|
|
53248
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"MethodBase": {
|
|
"type": "object",
|
|
"properties": {
|
|
"memberType": {
|
|
"$ref": "#/components/schemas/MemberTypes"
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"declaringType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"reflectedType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"module": {
|
|
"$ref": "#/components/schemas/Module"
|
|
},
|
|
"customAttributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/CustomAttributeData"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isCollectible": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"metadataToken": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"attributes": {
|
|
"$ref": "#/components/schemas/MethodAttributes"
|
|
},
|
|
"methodImplementationFlags": {
|
|
"$ref": "#/components/schemas/MethodImplAttributes"
|
|
},
|
|
"callingConvention": {
|
|
"$ref": "#/components/schemas/CallingConventions"
|
|
},
|
|
"isAbstract": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isConstructor": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFinal": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isHideBySig": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSpecialName": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isStatic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isVirtual": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAssembly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFamily": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFamilyAndAssembly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFamilyOrAssembly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPrivate": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPublic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isConstructedGenericMethod": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericMethod": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericMethodDefinition": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"containsGenericParameters": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"methodHandle": {
|
|
"$ref": "#/components/schemas/RuntimeMethodHandle"
|
|
},
|
|
"isSecurityCritical": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSecuritySafeCritical": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSecurityTransparent": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"MethodImplAttributes": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
8,
|
|
16,
|
|
32,
|
|
64,
|
|
128,
|
|
256,
|
|
512,
|
|
4096,
|
|
65535
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"MethodInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"declaringType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"reflectedType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"module": {
|
|
"$ref": "#/components/schemas/Module"
|
|
},
|
|
"customAttributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/CustomAttributeData"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isCollectible": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"metadataToken": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"attributes": {
|
|
"$ref": "#/components/schemas/MethodAttributes"
|
|
},
|
|
"methodImplementationFlags": {
|
|
"$ref": "#/components/schemas/MethodImplAttributes"
|
|
},
|
|
"callingConvention": {
|
|
"$ref": "#/components/schemas/CallingConventions"
|
|
},
|
|
"isAbstract": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isConstructor": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFinal": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isHideBySig": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSpecialName": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isStatic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isVirtual": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAssembly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFamily": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFamilyAndAssembly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isFamilyOrAssembly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPrivate": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPublic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isConstructedGenericMethod": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericMethod": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericMethodDefinition": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"containsGenericParameters": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"methodHandle": {
|
|
"$ref": "#/components/schemas/RuntimeMethodHandle"
|
|
},
|
|
"isSecurityCritical": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSecuritySafeCritical": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSecurityTransparent": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"memberType": {
|
|
"$ref": "#/components/schemas/MemberTypes"
|
|
},
|
|
"returnParameter": {
|
|
"$ref": "#/components/schemas/ParameterInfo"
|
|
},
|
|
"returnType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"returnTypeCustomAttributes": {
|
|
"$ref": "#/components/schemas/ICustomAttributeProvider"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"Metodo": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"MetodoTraduzione": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"MetodoXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"ModelloCommessa": {
|
|
"enum": [
|
|
1,
|
|
2,
|
|
3
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"Module": {
|
|
"type": "object",
|
|
"properties": {
|
|
"assembly": {
|
|
"$ref": "#/components/schemas/Assembly"
|
|
},
|
|
"fullyQualifiedName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"mdStreamVersion": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"moduleVersionId": {
|
|
"type": "string",
|
|
"format": "uuid",
|
|
"readOnly": true
|
|
},
|
|
"scopeName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"moduleHandle": {
|
|
"$ref": "#/components/schemas/ModuleHandle"
|
|
},
|
|
"customAttributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/CustomAttributeData"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"metadataToken": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"ModuleHandle": {
|
|
"type": "object",
|
|
"properties": {
|
|
"mdStreamVersion": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"MoltiplicatorePrezzi": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"NomeGruppoTraduzione": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"NomeParametroTraduzione": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"NullableBehavior": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"ODataEntitySetInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"typeAnnotation": {
|
|
"$ref": "#/components/schemas/ODataTypeAnnotation"
|
|
},
|
|
"url": {
|
|
"type": "string",
|
|
"format": "uri",
|
|
"nullable": true
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true
|
|
},
|
|
"title": {
|
|
"type": "string",
|
|
"nullable": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"ODataFunctionImportInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"typeAnnotation": {
|
|
"$ref": "#/components/schemas/ODataTypeAnnotation"
|
|
},
|
|
"url": {
|
|
"type": "string",
|
|
"format": "uri",
|
|
"nullable": true
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true
|
|
},
|
|
"title": {
|
|
"type": "string",
|
|
"nullable": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"ODataServiceDocument": {
|
|
"type": "object",
|
|
"properties": {
|
|
"typeAnnotation": {
|
|
"$ref": "#/components/schemas/ODataTypeAnnotation"
|
|
},
|
|
"entitySets": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/ODataEntitySetInfo"
|
|
},
|
|
"nullable": true
|
|
},
|
|
"singletons": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/ODataSingletonInfo"
|
|
},
|
|
"nullable": true
|
|
},
|
|
"functionImports": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/ODataFunctionImportInfo"
|
|
},
|
|
"nullable": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"ODataSingletonInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"typeAnnotation": {
|
|
"$ref": "#/components/schemas/ODataTypeAnnotation"
|
|
},
|
|
"url": {
|
|
"type": "string",
|
|
"format": "uri",
|
|
"nullable": true
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true
|
|
},
|
|
"title": {
|
|
"type": "string",
|
|
"nullable": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"ODataTypeAnnotation": {
|
|
"type": "object",
|
|
"properties": {
|
|
"typeName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"OffertaTipologia": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"OptimisticLockingBehavior": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
3
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"OptimisticLockingReadBehavior": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6,
|
|
7
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"OptimisticLockingReadMergeBehavior": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
3
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"ParameterAttributes": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
4,
|
|
8,
|
|
16,
|
|
4096,
|
|
8192,
|
|
16384,
|
|
32768,
|
|
61440
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"ParameterInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"attributes": {
|
|
"$ref": "#/components/schemas/ParameterAttributes"
|
|
},
|
|
"member": {
|
|
"$ref": "#/components/schemas/MemberInfo"
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"parameterType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"position": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"isIn": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isLcid": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isOptional": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isOut": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isRetval": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"defaultValue": {
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"rawDefaultValue": {
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"hasDefaultValue": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"customAttributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/CustomAttributeData"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"metadataToken": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"PermissionPolicyActionPermissionObject": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"PermissionPolicyMemberPermissionsObject": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"PermissionPolicyNavigationPermissionObject": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"PermissionPolicyObjectPermissionsObject": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"PermissionPolicyRoleBase": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"PermissionPolicyTypePermissionObject": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"PixelFormat": {
|
|
"enum": [
|
|
0,
|
|
15,
|
|
65536,
|
|
131072,
|
|
135173,
|
|
135174,
|
|
137224,
|
|
139273,
|
|
196865,
|
|
197634,
|
|
198659,
|
|
262144,
|
|
397319,
|
|
524288,
|
|
925707,
|
|
1048576,
|
|
1052676,
|
|
1060876,
|
|
1851406,
|
|
2097152,
|
|
2498570,
|
|
3424269
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"Preventivo": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"PreventivoMatrice": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"PropertyAttributes": {
|
|
"enum": [
|
|
0,
|
|
512,
|
|
1024,
|
|
4096,
|
|
8192,
|
|
16384,
|
|
32768,
|
|
62464
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"PropertyInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"declaringType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"reflectedType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"module": {
|
|
"$ref": "#/components/schemas/Module"
|
|
},
|
|
"customAttributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/CustomAttributeData"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isCollectible": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"metadataToken": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"memberType": {
|
|
"$ref": "#/components/schemas/MemberTypes"
|
|
},
|
|
"propertyType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"attributes": {
|
|
"$ref": "#/components/schemas/PropertyAttributes"
|
|
},
|
|
"isSpecialName": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"canRead": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"canWrite": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"getMethod": {
|
|
"$ref": "#/components/schemas/MethodInfo"
|
|
},
|
|
"setMethod": {
|
|
"$ref": "#/components/schemas/MethodInfo"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"PropertyItem": {
|
|
"type": "object",
|
|
"properties": {
|
|
"id": {
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"len": {
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"type": {
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"value": {
|
|
"type": "string",
|
|
"format": "byte",
|
|
"nullable": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"QualificaUtente": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"QualificaUtenteXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"RuntimeFieldHandle": {
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"$ref": "#/components/schemas/IntPtr"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"RuntimeMethodHandle": {
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"$ref": "#/components/schemas/IntPtr"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"RuntimeTypeHandle": {
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"$ref": "#/components/schemas/IntPtr"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"RuoloUtente": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"SchemaCustomDettaglioOption": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"SchemaCustomField": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"SchemaCustomFieldCliente": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"SchemaCustomFieldDettaglio": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"SchemaCustomFieldDettaglioXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"SchemaCustomFieldXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"SecuredActionDescriptor": {
|
|
"type": "object",
|
|
"properties": {
|
|
"id": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"caption": {
|
|
"type": "string",
|
|
"nullable": true
|
|
},
|
|
"category": {
|
|
"type": "string",
|
|
"nullable": true
|
|
},
|
|
"toolTip": {
|
|
"type": "string",
|
|
"nullable": true
|
|
},
|
|
"image": {
|
|
"$ref": "#/components/schemas/Image"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"SecurityPermissionPolicy": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"SecurityPermissionState": {
|
|
"enum": [
|
|
0,
|
|
1
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"SecurityRuleSet": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"Session": {
|
|
"type": "object",
|
|
"properties": {
|
|
"site": {
|
|
"$ref": "#/components/schemas/ISite"
|
|
},
|
|
"container": {
|
|
"$ref": "#/components/schemas/IContainer"
|
|
},
|
|
"caseSensitive": {
|
|
"type": "boolean"
|
|
},
|
|
"trackPropertiesModifications": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"isObjectsLoading": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isObjectsSaving": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isObjectModifiedOnNonPersistentPropertyChange": {
|
|
"type": "boolean",
|
|
"nullable": true
|
|
},
|
|
"objectsSavedInCurrentTransaction": {
|
|
"type": "array",
|
|
"items": { },
|
|
"nullable": true,
|
|
"readOnly": true,
|
|
"deprecated": true
|
|
},
|
|
"autoCreateOption": {
|
|
"$ref": "#/components/schemas/AutoCreateOption"
|
|
},
|
|
"connection": {
|
|
"$ref": "#/components/schemas/IDbConnection"
|
|
},
|
|
"connectionString": {
|
|
"type": "string",
|
|
"nullable": true
|
|
},
|
|
"lockingOption": {
|
|
"$ref": "#/components/schemas/LockingOption"
|
|
},
|
|
"optimisticLockingReadBehavior": {
|
|
"$ref": "#/components/schemas/OptimisticLockingReadBehavior"
|
|
},
|
|
"cacheBehavior": {
|
|
"$ref": "#/components/schemas/CacheBehavior"
|
|
},
|
|
"identityMapBehavior": {
|
|
"$ref": "#/components/schemas/IdentityMapBehavior"
|
|
},
|
|
"objectLayer": {
|
|
"$ref": "#/components/schemas/IObjectLayer"
|
|
},
|
|
"dictionary": {
|
|
"$ref": "#/components/schemas/XPDictionary"
|
|
},
|
|
"isConnected": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"typesManager": {
|
|
"$ref": "#/components/schemas/XPObjectTypesManager"
|
|
},
|
|
"inTransaction": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"trackingChanges": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"dataLayer": {
|
|
"$ref": "#/components/schemas/IDataLayer"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"Size": {
|
|
"type": "object",
|
|
"properties": {
|
|
"isEmpty": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"width": {
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"height": {
|
|
"type": "integer",
|
|
"format": "int32"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"SizeF": {
|
|
"type": "object",
|
|
"properties": {
|
|
"isEmpty": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"width": {
|
|
"type": "number",
|
|
"format": "float"
|
|
},
|
|
"height": {
|
|
"type": "number",
|
|
"format": "float"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"SottoMatrice": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"SottoMatriceTraduzione": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"SottoMatriceXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"StatoCampione": {
|
|
"enum": [
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6,
|
|
7
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"StatoCommessaWeb": {
|
|
"enum": [
|
|
1,
|
|
2,
|
|
3,
|
|
4
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"StatoPreventivo": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"StructLayoutAttribute": {
|
|
"type": "object",
|
|
"properties": {
|
|
"typeId": {
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"value": {
|
|
"$ref": "#/components/schemas/LayoutKind"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"TimeSpan": {
|
|
"type": "object",
|
|
"properties": {
|
|
"ticks": {
|
|
"type": "integer",
|
|
"format": "int64"
|
|
},
|
|
"days": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"hours": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"milliseconds": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"minutes": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"seconds": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"totalDays": {
|
|
"type": "number",
|
|
"format": "double",
|
|
"readOnly": true
|
|
},
|
|
"totalHours": {
|
|
"type": "number",
|
|
"format": "double",
|
|
"readOnly": true
|
|
},
|
|
"totalMilliseconds": {
|
|
"type": "number",
|
|
"format": "double",
|
|
"readOnly": true
|
|
},
|
|
"totalMinutes": {
|
|
"type": "number",
|
|
"format": "double",
|
|
"readOnly": true
|
|
},
|
|
"totalSeconds": {
|
|
"type": "number",
|
|
"format": "double",
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"TipoAccettazioneOnline": {
|
|
"enum": [
|
|
1,
|
|
2,
|
|
3,
|
|
4
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"TipoAnagrafica": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"TipoAnagraficaXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"TipoAnalisi": {
|
|
"enum": [
|
|
4,
|
|
5,
|
|
6,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
12,
|
|
13
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"TipoCommessa": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"TipoCommessaXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"TipoDestinatarioPreventivo": {
|
|
"enum": [
|
|
0,
|
|
1
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"TipologiaContenitore": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"Type": {
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"customAttributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/CustomAttributeData"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isCollectible": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"metadataToken": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"isInterface": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"memberType": {
|
|
"$ref": "#/components/schemas/MemberTypes"
|
|
},
|
|
"namespace": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"assemblyQualifiedName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"fullName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"assembly": {
|
|
"$ref": "#/components/schemas/Assembly"
|
|
},
|
|
"module": {
|
|
"$ref": "#/components/schemas/Module"
|
|
},
|
|
"isNested": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"declaringType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"declaringMethod": {
|
|
"$ref": "#/components/schemas/MethodBase"
|
|
},
|
|
"reflectedType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"underlyingSystemType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"isTypeDefinition": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isArray": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isByRef": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPointer": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isConstructedGenericType": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericParameter": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericTypeParameter": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericMethodParameter": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericType": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericTypeDefinition": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSZArray": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isVariableBoundArray": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isByRefLike": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"hasElementType": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"genericTypeArguments": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"genericParameterPosition": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"genericParameterAttributes": {
|
|
"$ref": "#/components/schemas/GenericParameterAttributes"
|
|
},
|
|
"attributes": {
|
|
"$ref": "#/components/schemas/TypeAttributes"
|
|
},
|
|
"isAbstract": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isImport": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSealed": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSpecialName": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isClass": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNestedAssembly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNestedFamANDAssem": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNestedFamily": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNestedFamORAssem": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNestedPrivate": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNestedPublic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNotPublic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPublic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAutoLayout": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isExplicitLayout": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isLayoutSequential": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAnsiClass": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAutoClass": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isUnicodeClass": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isCOMObject": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isContextful": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isEnum": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isMarshalByRef": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPrimitive": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isValueType": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSignatureType": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSecurityCritical": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSecuritySafeCritical": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSecurityTransparent": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"structLayoutAttribute": {
|
|
"$ref": "#/components/schemas/StructLayoutAttribute"
|
|
},
|
|
"typeInitializer": {
|
|
"$ref": "#/components/schemas/ConstructorInfo"
|
|
},
|
|
"typeHandle": {
|
|
"$ref": "#/components/schemas/RuntimeTypeHandle"
|
|
},
|
|
"guid": {
|
|
"type": "string",
|
|
"format": "uuid",
|
|
"readOnly": true
|
|
},
|
|
"baseType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"isSerializable": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"containsGenericParameters": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isVisible": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"TypeAttributes": {
|
|
"enum": [
|
|
0,
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6,
|
|
7,
|
|
8,
|
|
16,
|
|
24,
|
|
32,
|
|
128,
|
|
256,
|
|
1024,
|
|
2048,
|
|
4096,
|
|
8192,
|
|
16384,
|
|
65536,
|
|
131072,
|
|
196608,
|
|
262144,
|
|
264192,
|
|
1048576,
|
|
12582912
|
|
],
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
"TypeInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"customAttributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/CustomAttributeData"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isCollectible": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"metadataToken": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"isInterface": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"memberType": {
|
|
"$ref": "#/components/schemas/MemberTypes"
|
|
},
|
|
"namespace": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"assemblyQualifiedName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"fullName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"assembly": {
|
|
"$ref": "#/components/schemas/Assembly"
|
|
},
|
|
"module": {
|
|
"$ref": "#/components/schemas/Module"
|
|
},
|
|
"isNested": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"declaringType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"declaringMethod": {
|
|
"$ref": "#/components/schemas/MethodBase"
|
|
},
|
|
"reflectedType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"underlyingSystemType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"isTypeDefinition": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isArray": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isByRef": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPointer": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isConstructedGenericType": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericParameter": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericTypeParameter": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericMethodParameter": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericType": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isGenericTypeDefinition": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSZArray": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isVariableBoundArray": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isByRefLike": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"hasElementType": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"genericTypeArguments": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"genericParameterPosition": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"genericParameterAttributes": {
|
|
"$ref": "#/components/schemas/GenericParameterAttributes"
|
|
},
|
|
"attributes": {
|
|
"$ref": "#/components/schemas/TypeAttributes"
|
|
},
|
|
"isAbstract": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isImport": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSealed": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSpecialName": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isClass": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNestedAssembly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNestedFamANDAssem": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNestedFamily": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNestedFamORAssem": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNestedPrivate": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNestedPublic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNotPublic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPublic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAutoLayout": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isExplicitLayout": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isLayoutSequential": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAnsiClass": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAutoClass": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isUnicodeClass": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isCOMObject": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isContextful": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isEnum": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isMarshalByRef": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPrimitive": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isValueType": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSignatureType": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSecurityCritical": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSecuritySafeCritical": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isSecurityTransparent": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"structLayoutAttribute": {
|
|
"$ref": "#/components/schemas/StructLayoutAttribute"
|
|
},
|
|
"typeInitializer": {
|
|
"$ref": "#/components/schemas/ConstructorInfo"
|
|
},
|
|
"typeHandle": {
|
|
"$ref": "#/components/schemas/RuntimeTypeHandle"
|
|
},
|
|
"guid": {
|
|
"type": "string",
|
|
"format": "uuid",
|
|
"readOnly": true
|
|
},
|
|
"baseType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"isSerializable": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"containsGenericParameters": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isVisible": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"genericTypeParameters": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"declaredConstructors": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/ConstructorInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"declaredEvents": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/EventInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"declaredFields": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/FieldInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"declaredMembers": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/MemberInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"declaredMethods": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/MethodInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"declaredNestedTypes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/TypeInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"declaredProperties": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/PropertyInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"implementedInterfaces": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"UnitaMisura": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"UnitaMisuraTraduzione": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"UnitaMisuraXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"Utente": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"UtenteClienteAbilitato": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"UtenteCompagnia": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"UtenteCompagniaXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"UtenteXafDelta": {
|
|
"type": "object",
|
|
"additionalProperties": false
|
|
},
|
|
"ValueConverter": {
|
|
"type": "object",
|
|
"properties": {
|
|
"storageType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"XPClassInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"attributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/Attribute"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isPersistent": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isVisibleInDesignTime": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"members": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/XPMemberInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"trackPropertiesModifications": {
|
|
"type": "boolean",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"optimisticLockingReadBehavior": {
|
|
"$ref": "#/components/schemas/OptimisticLockingReadBehavior"
|
|
},
|
|
"optimisticLockFieldName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"optimisticLockFieldInDataLayerName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"optimisticLockingBehavior": {
|
|
"$ref": "#/components/schemas/OptimisticLockingBehavior"
|
|
},
|
|
"optimisticLockField": {
|
|
"$ref": "#/components/schemas/XPMemberInfo"
|
|
},
|
|
"optimisticLockFieldInDataLayer": {
|
|
"$ref": "#/components/schemas/XPMemberInfo"
|
|
},
|
|
"nullableBehavior": {
|
|
"$ref": "#/components/schemas/NullableBehavior"
|
|
},
|
|
"fullName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"tableName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"table": {
|
|
"$ref": "#/components/schemas/DBTable"
|
|
},
|
|
"isAbstract": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"classType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"canGetByClassType": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"keyProperty": {
|
|
"$ref": "#/components/schemas/XPMemberInfo"
|
|
},
|
|
"tableMapType": {
|
|
"$ref": "#/components/schemas/MapInheritanceType"
|
|
},
|
|
"baseClass": {
|
|
"$ref": "#/components/schemas/XPClassInfo"
|
|
},
|
|
"persistentBaseClass": {
|
|
"$ref": "#/components/schemas/XPClassInfo"
|
|
},
|
|
"idClass": {
|
|
"$ref": "#/components/schemas/XPClassInfo"
|
|
},
|
|
"persistentProperties": {
|
|
"type": "array",
|
|
"items": { },
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"objectProperties": {
|
|
"type": "array",
|
|
"items": { },
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"collectionProperties": {
|
|
"type": "array",
|
|
"items": { },
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"associationListProperties": {
|
|
"type": "array",
|
|
"items": { },
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"dictionary": {
|
|
"$ref": "#/components/schemas/XPDictionary"
|
|
},
|
|
"ownMembers": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/XPMemberInfo"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"hasDescendants": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"assemblyName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isObjectLoading": {
|
|
"type": "boolean",
|
|
"readOnly": true,
|
|
"deprecated": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"XPDictionary": {
|
|
"type": "object",
|
|
"properties": {
|
|
"nullableBehavior": {
|
|
"$ref": "#/components/schemas/NullableBehavior"
|
|
},
|
|
"classes": {
|
|
"type": "array",
|
|
"items": { },
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"customFunctionOperators": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/ICustomFunctionOperator"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"customAggregates": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/ICustomAggregate"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"XPMemberInfo": {
|
|
"type": "object",
|
|
"properties": {
|
|
"attributes": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/components/schemas/Attribute"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isPersistent": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isVisibleInDesignTime": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isReadOnly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isKey": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAutoGenerate": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isIdentity": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNullable": {
|
|
"type": "boolean",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"defaultValue": {
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"dbDefaultValue": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isFetchOnly": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"subMembers": {
|
|
"type": "array",
|
|
"items": { },
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isDelayed": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAliased": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isPublic": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"memberType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"converter": {
|
|
"$ref": "#/components/schemas/ValueConverter"
|
|
},
|
|
"storageType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"mappingField": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"mappingFieldSize": {
|
|
"type": "integer",
|
|
"format": "int32",
|
|
"readOnly": true
|
|
},
|
|
"mappingFieldDBType": {
|
|
"$ref": "#/components/schemas/DBColumnType"
|
|
},
|
|
"mappingFieldDBTypeName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"owner": {
|
|
"$ref": "#/components/schemas/XPClassInfo"
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"displayName": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"readOnly": true
|
|
},
|
|
"isCollection": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAssociationList": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isNonAssociationList": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isManyToManyAlias": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"collectionElementType": {
|
|
"$ref": "#/components/schemas/XPClassInfo"
|
|
},
|
|
"isAssociation": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isManyToMany": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"intermediateClass": {
|
|
"$ref": "#/components/schemas/IntermediateClassInfo"
|
|
},
|
|
"manyToManyRelatedProperty": {
|
|
"$ref": "#/components/schemas/XPMemberInfo"
|
|
},
|
|
"referenceType": {
|
|
"$ref": "#/components/schemas/XPClassInfo"
|
|
},
|
|
"isStruct": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isAggregated": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"mergeCollisionBehavior": {
|
|
"$ref": "#/components/schemas/OptimisticLockingReadMergeBehavior"
|
|
},
|
|
"isOptimisticLockingIgnored": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"isExpandableToPersistent": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"XPObjectType": {
|
|
"type": "object",
|
|
"properties": {
|
|
"typeName": {
|
|
"type": "string",
|
|
"nullable": true
|
|
},
|
|
"assemblyName": {
|
|
"type": "string",
|
|
"nullable": true
|
|
},
|
|
"isValidType": {
|
|
"type": "boolean",
|
|
"readOnly": true
|
|
},
|
|
"systemType": {
|
|
"$ref": "#/components/schemas/Type"
|
|
},
|
|
"typeClassInfo": {
|
|
"$ref": "#/components/schemas/XPClassInfo"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"XPObjectTypesManager": {
|
|
"type": "object",
|
|
"properties": {
|
|
"allTypes": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"$ref": "#/components/schemas/XPObjectType"
|
|
},
|
|
"nullable": true,
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|
|
},
|
|
"securitySchemes": {
|
|
"JWT": {
|
|
"type": "http",
|
|
"scheme": "bearer",
|
|
"bearerFormat": "JWT"
|
|
}
|
|
}
|
|
},
|
|
"security": [
|
|
{
|
|
"JWT": [ ]
|
|
}
|
|
]
|
|
} |