GET api/{language}/contract/{contractId}/Contact/{registryId}/VehicleFile?type={type}&vehicleId={vehicleId}
Documentazione di 'Get'.
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. |
| type | Documentazione di 'type'. |
Define this parameter in the request URI. |
| registryId | Documentazione di 'registryId'. |
Define this parameter in the request URI. |
| vehicleId | Documentazione di 'vehicleId'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"filePath": "sample string 1",
"fileName": "sample string 2",
"fileContent": "sample string 3",
"fileMimeType": "sample string 4",
"fileExtension": "sample string 5",
"fileDateInsert": "sample string 6"
}