---
title: "Store User Saved Place"
method: POST
path: "/customer/saved-places"
tags: ["Customer"]
---

# Store User Saved Place

`POST /customer/saved-places`

Store user saved place

## Request body

- StoreSavedPlacesPayload — Store saved places
  - `app_user_id` integer, required
  - `place_name` string, required
  - `place_address` string, required
  - `address_lat` string, required
  - `address_long` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/dozzy/apis/fastapi-service.md) · [All operations](https://skmtc.dev/dozzy/apis/fastapi-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dozzy/fastapi-service/revisions/151fa3b762d3/schema)
