POST api/{language}/contract/{contractId}/Document?DateFromOn={DateFromOn}&DateToOn={DateToOn}&datascadenza={datascadenza}
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. |
| carReview | Documentazione di 'carReview'. |
Define this parameter in the request body. |
| DateFromOn | Documentazione di 'DateFromOn'. |
Define this parameter in the request URI. |
| DateToOn | Documentazione di 'DateToOn'. |
Define this parameter in the request URI. |
| datascadenza | Documentazione di 'datascadenza'. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"FromDate": "2026-02-16T16:33:50.9569964+00:00",
"ToDate": "2026-02-16T16:33:50.9569964+00:00",
"RegistryId": 3.0,
"Plate": "sample string 4",
"OnlyExpired": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.