---
title: "Switch Customer in Scheduled Order"
method: PATCH
path: "/Sites/{siteId}/ScheduledOrders/{scheduledOrderId}/SwitchCustomer"
tags: ["ScheduledOrders"]
---

# Switch Customer in Scheduled Order

`PATCH /Sites/{siteId}/ScheduledOrders/{scheduledOrderId}/SwitchCustomer`

## Path parameters

- `siteId` integer, required
- `scheduledOrderId` integer, required

## Request body

- QPilotCoreModelsDtoRequestsSwitchCustomerRequest
  - `oldCustomerId` integer, required
  - `newCustomerId` integer, required

## Response `200`

Success

---

[API](https://skmtc.net/qpilot/apis/qpilot-api.md) · [All operations](https://skmtc.net/qpilot/apis/qpilot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qpilot/qpilot-api/versions/b2f13a808fdd/schema)
