GET api/models/{modelCode}/zones/{zone}/vehiclerepresentation?jobType={jobType}&equipments={equipments}&manufacturingValues={manufacturingValues}&language={language}&modelId={modelId}

Get a list of images necessary for the graphical representation of a vehicle. The result will be a list of svg images necessary for graphical representation of a vehicle, as well as a number of properties needed for its location within a possible graphic container. Aditional include information: Positioning data x, y and z needed to locate the part within a graphic container. Scaling and rotation for each of the images as well as a field positioning "order" to indicate the order in the z axis of a graphic container. An image with greater stack order is always in front of an image with a lower stack order.. Each of the images may be associated with one or more pieces, indicating for each of them a description in the language as a parameter sent or the user authenticate language if the parameter is not supplied.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
modelCode

UMC code of the vehicle, by example CI02301, VL01701. This field is mandatory.

string

Required

zone

Zone code of a model, by example 11000 (Front ext bodywork), 51000 (Air conditioning). This field is mandatory.

string

Required

jobType

Job type filter: All, Mechanic or Forecasting.

string

Default value is

equipments

String with equipments codes separated by comas, by example "AT30,CB03,EL01", "AT30".

string

Default value is

manufacturingValues

String with manufacturing values separated by comas, by example "PMO F,NCH 350000,FEC 2011-12-01". Manunfacturing value FEC will be with ISO 8601 forma, yyyy-MM-dd.

string

Default value is

language

Language Iso code according to the standard RFC-5646 (en-GB, en-US, es-ES, ...). Model id. If the language is not provided will be select the language of the authenticated user otherwise the default language will be selected for requests with ApiKey.

string

Default value is

modelId

string

Default value is

Body Parameters

None.

Response Information

Resource Description

JSON result with vehicle vehiclerepresentation.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.