Integrazu Adverts

Update Advert

Update an existing vehicle advert in Integrazu.

Integrazu Endpoint: PUT /api/vehicles/adverts/update/{id}

Args: advert_id: Integrazu advert ID advert_data: Fields to update (only include changed fields) brand_id: Brand ID to fetch the correct Integrazu token

Returns: Updated advert response

put/api/integrazu/adverts/update/{advert_id}

Path parameters

advert_idinteger required

Query parameters

brand_idinteger required

Z_Brands.id for token lookup

Z_Brands.id for token lookup

Headers

x-api-tokenstring nullable

Request body

brand_idinteger nullable
model_idinteger nullable
fuel_idinteger nullable
section_idinteger nullable
category_idinteger nullable
color_idinteger nullable
gearbox_idinteger nullable
gearbox_shift_idinteger nullable
origin_idinteger nullable
capacity_idinteger nullable
doors_idinteger nullable
registration_idinteger nullable
class_idinteger nullable
condition_idinteger nullable
traction_idinteger nullable
version_idinteger nullable
registrationstring nullable
vinstring nullable
version_designationstring nullable
mileageinteger nullable
powerinteger nullable
engine_capacityinteger nullable
first_registration_yearinteger nullable
first_registration_monthinteger nullable
pricenumber nullable
vendors_warranty_monthsinteger nullable
inspection_valid_untilstring nullable
maker_warranty_valid_until_datestring nullable
maker_warranty_valid_until_kmstring nullable
co2_emissionsstring nullable
iucstring nullable
max_fuel_rangestring nullable
urban_consumptionstring nullable
extra_urban_consumptionstring nullable
combined_consumptionstring nullable
max_speedstring nullable
featuresinteger[] nullable
location_idstring nullable
descriptionstring nullable
videostring nullable

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.