POST api/{language}/contract/{contractId}/ReplacementCar?idAnag={idAnag}
Documentazione di 'Post'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
| contractId | Documentazione di 'contractId'. |
Define this parameter in the request URI. |
| idAnag | Documentazione di 'idAnag'. |
Define this parameter in the request URI. |
| car | Documentazione di 'car'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID": 1,
"ID_CONTRATTO": "sample string 1",
"ID_VEICOLI_OFFICINA": 1,
"ID_VEICOLO_CLIENTE": 1.0,
"ID_ANAG_CLIENTE": 1.0,
"DATA_CONSEGNA": "2026-02-16T16:32:38.8123263+00:00",
"KM_CONSEGNA": 1.0,
"DATA_RIENTRO_PREVISTA": "2026-02-16T16:32:38.8123263+00:00",
"DATA_RICONSEGNA": "2026-02-16T16:32:38.8123263+00:00",
"KM_AL_RIENTRO": 1.0,
"LIV_SERBATOIO": "sample string 2",
"ETICHETTA": "sample string 3",
"IDDOC": 1.0,
"IDPRENOTAZIONE": 1.0,
"TARGA": "sample string 4",
"MODELLO": "sample string 5",
"MARCA": "sample string 6",
"NOME_CLIENTE": "sample string 7",
"TARGA_CLIENTE": "sample string 8",
"MODELLO_CLIENTE": "sample string 9",
"MARCA_CLIENTE": "sample string 10",
"DANNI_AL_VEICOLO": "sample string 11",
"PREZZO": 12.0,
"Patente_num": "sample string 13",
"PATENTE_RILASCIATA_DA": "sample string 14",
"PATENTE_DATA": "2026-02-16T16:32:38.8123263+00:00",
"PATENTE_DATA_SCADENZA": "2026-02-16T16:32:38.8123263+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.