---
title: "Request Export Location"
method: POST
path: "/api/integrazu/location-config/requests"
tags: ["Export Location Requests"]
---

# Request Export Location

`POST /api/integrazu/location-config/requests`

Ask Multigest to configure a point of sale for ad export.

Body: {"pv_id": int, "brand_ids": [int, ...]}

`brand_ids` is plural because several brands of the same company can be
blocked on the SAME point of sale; the tab groups them into one banner and
this endpoint into ONE ticket, rather than N near-identical ones.

Returns 200 {"ticket_id", "status", "pv_id", "pv_name", "brand_ids"}.

Refusals (the ticket IS the product here — never a silent success):
    400 invalid input / no identifiable user / open-ticket ceiling
    403 brand or PV does not belong to the caller's company
    409 brand not provisioned at all, or location already configured,
        or a request is already open (carries `ticket_id`)
    429 duplicate press debounced

## 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)
