111 lines
2.6 KiB
YAML
111 lines
2.6 KiB
YAML
info:
|
|
name: Elimina i dati di un soggetto esterno in esse3
|
|
type: http
|
|
seq: 3
|
|
tags:
|
|
- soggetti_esterni
|
|
|
|
http:
|
|
method: DELETE
|
|
url: "{{baseUrl}}/soggettiEsterni/:soggEstId"
|
|
params:
|
|
- name: soggEstId
|
|
value: ""
|
|
type: path
|
|
description: Identificativo soggetto esterno
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|
|
forwardAuthorizationHeader: true
|
|
|
|
examples:
|
|
- name: 204 Response
|
|
description: Update succeded
|
|
request:
|
|
url: "{{baseUrl}}/soggettiEsterni/:soggEstId"
|
|
method: DELETE
|
|
params:
|
|
- name: soggEstId
|
|
value: ""
|
|
type: path
|
|
description: Identificativo soggetto esterno
|
|
response:
|
|
status: 204
|
|
statusText: No Content
|
|
body:
|
|
type: text
|
|
data: ""
|
|
- name: 422 Response
|
|
description: aggiornamento non riuscito
|
|
request:
|
|
url: "{{baseUrl}}/soggettiEsterni/:soggEstId"
|
|
method: DELETE
|
|
params:
|
|
- name: soggEstId
|
|
value: ""
|
|
type: path
|
|
description: Identificativo soggetto esterno
|
|
response:
|
|
status: 422
|
|
statusText: Unprocessable Entity
|
|
body:
|
|
type: text
|
|
data: ""
|
|
|
|
docs: |
|
|
<span class="e3rest-operation-auth-img-list"><img src="basic.png"/><img src="jwt.png"/></span>Il servizio prevede l'indicazione di SOGG_EST_ID per identificare l'eventuale soggetto esterno da eliminare. Il servizio avrà come valore di ritorno un json contenente i dati del soggetto esterno eliminato.
|
|
|
|
|
|
**Estensioni:**
|
|
|
|
Codice Estensione|Valore|Nota
|
|
-|-|-
|
|
x-cache-type|lowRefreshRateUserIndependent|Risorsa che varia con frequenza bassa, cache Http abilitata, cache server abilitata. Maggiori dettagli [qui](https://wiki.u-gov.it/confluence/display/ESSE3/Servizi+REST+su+ESSE3#ServiziRESTsuESSE3-Cachingdellerichieste)
|
|
|
|
|
|
**Controlli di sicurezza:**
|
|
======
|
|
_Nota: Il controllo per utente è verificato quando viene passato almeno uno dei controlli previsti_
|
|
|
|
**Utente: USER_TECNICO**
|
|
|
|
Profilo|Controllo| Funzione
|
|
-|-|-
|
|
UTENTE_TECNICO|funzione accessibile alle utenze tecniche per accessi ai servizi REST|Security.checkUserTecnico()
|
|
|
|
|
|
Classe di modello : SoggettoEsterno
|
|
======
|
|
|
|
Estensioni sulle proprietà
|
|
----
|
|
Proprietà | x-field-type
|
|
-|-|
|
|
soggEstId|primaryKey
|
|
soggEstAlias|optional
|
|
soggEstProfili|optional
|
|
|
|
|
|
Classe di modello : SoggEstProfili
|
|
======
|
|
|
|
Estensioni sulle proprietà
|
|
----
|
|
Proprietà | x-field-type
|
|
-|-|
|
|
soggEstId|primaryKey
|
|
|
|
|
|
Classe di modello : DettaglioErroreAggiuntivo
|
|
======
|
|
|
|
Estensioni sulle proprietà
|
|
----
|
|
Proprietà | x-field-type
|
|
-|-|
|
|
rawValue|rawJson
|