---
title: "Pp Start Publish"
method: POST
path: "/api/piscapisca/publish/start"
tags: ["Pisca-Pisca Publish"]
---

# Pp Start Publish

`POST /api/piscapisca/publish/start`

Start a Pisca-Pisca Direct publish workflow.

Creates a background job that:
1. Resolves catalog codes (names → PP encoded IDs)
2. Skips image upload (not yet available)
3. Creates vehicle on Pisca-Pisca

Returns job_id for progress polling.

Body:
{
    "vehicle_id": 123,          (required) Viatura.ID
    "listing_id": 456,          (required) ViaturasEasyDataGreen.ID
    "id_brand": 1,              (required) Z_Brands.id
}

## Headers

- `x-api-token` string, nullable

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
