POST api/{language}/contract/{contractId}/TyresOperation?typeOp={typeOp}&Type={Type}
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. |
| filter | Documentazione di 'filter'. |
Define this parameter in the request body. |
| typeOp | Documentazione di 'typeOp'. |
Define this parameter in the request URI. |
| Type | Documentazione di 'Type'. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"RegistryId": 1.0,
"VehicleId": 1,
"Plate": "sample string 1",
"ContractId": "sample string 2",
"TypeOperationId": 3,
"TypeDestinationId": 1,
"DateFrom": "2026-02-16T16:32:29.9946996+00:00",
"DateTo": "2026-02-16T16:32:29.9946996+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.