| PUT | /assistenza/impianti/riferimenti | ||
|---|---|---|---|
| PUT,GET | /assistenza/impianti/riferimenti/id/{Id} | ||
| PUT,GET | /assistenza/impianti/riferimenti/codiceexport/{CodiceExport} |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | path | int? | No | |
| CodiceExport | path | string | No | |
| Impianto | body | FK_Impianto | No | |
| Anagrafica | body | FK_Anagrafica | No | |
| Ruolo | body | RuoloRiferimentoImpianto? | No | |
| Note | body | string | No | |
| DataInizioIncarico | body | OptionalNullableDateTime | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Codice | form | int? | No | |
| CodiceExport | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Codice | form | int? | No | |
| CodiceExport | form | string | No |
| Name | Value | |
|---|---|---|
| Cliente | 1 | |
| Amministratore | 3 | |
| Installatore | 4 | |
| Proprietario | 5 | |
| TerzoResponsabile | 6 | |
| Progettista | 7 | |
| Referente | 10 | |
| Occupante | 11 | |
| Conduttore | 13 |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Value | form | T? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | path | int? | No | |
| CodiceExport | path | string | No | |
| Impianto | body | FK_Impianto | No | |
| Anagrafica | body | FK_Anagrafica | No | |
| Ruolo | body | RuoloRiferimentoImpianto? | No | |
| Note | body | string | No | |
| DataInizioIncarico | body | OptionalNullableDateTime | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
PUT /assistenza/impianti/riferimenti HTTP/1.1
Host: unico3.link.api
Accept: application/json
Content-Type: application/json
Content-Length: length
{"Id":0,"CodiceExport":"String","Impianto":{"Codice":0,"CodiceExport":"String","Id":0},"Anagrafica":{"Codice":0,"CodiceExport":"String","Id":0},"Ruolo":"0","Note":"String","DataInizioIncarico":{"Value":"0001-01-01T00:00:00.0000000"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"Id":0,"CodiceExport":"String","Impianto":{"Codice":0,"CodiceExport":"String","Id":0},"Anagrafica":{"Codice":0,"CodiceExport":"String","Id":0},"Ruolo":"0","Note":"String","DataInizioIncarico":{"Value":"0001-01-01T00:00:00.0000000"}}