---
title: "Create call later and remind"
method: POST
path: "/shops/{SHOP_ID}/order_call_laters"
tags: ["Call Later"]
---

# Create call later and remind

`POST /shops/{SHOP_ID}/order_call_laters`

Create call later and remind

## Path parameters

- `SHOP_ID` integer, required

## Request body

- object
  - `order_call_later` object, required
    - `status` integer — Status
    - `need_notify_users` string[] — Process staff
    - `notice_created` string — Notice information
    - `needs_call_at` string, date-time, required — Need call at
    - `phone_number` string, required — Phone number
    - `order_ids` string[] — Order IDs

## Response `200`

Success

- object
  - `success` boolean — Success status

---

[API](https://skmtc.dev/pancake/apis/pancake-pos-open-api.md) · [All operations](https://skmtc.dev/pancake/apis/pancake-pos-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pancake/pancake-pos-open-api/revisions/acb70aa4b3f5/schema)
