---
title: "Update Scheduled Order Estimated Delivery Date With Nextime Integration"
method: PUT
path: "/Sites/{siteId}/ScheduledOrders/{scheduledOrderId}/EstimatedDeliveryDate"
tags: ["ScheduledOrders"]
---

# Update Scheduled Order Estimated Delivery Date With Nextime Integration

`PUT /Sites/{siteId}/ScheduledOrders/{scheduledOrderId}/EstimatedDeliveryDate`

## Path parameters

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

## Request body

- QPilotCoreModelsDtoRequestsUpdateDatesWithNextimeSyncDto
  - `estimatedDeliveryDate` string, nullable
  - `nextOccurenceDate` string, nullable
  - `shippingLine` QPilotCoreModelsDtoRequestsNextimeShippingLine
    - `name` string, nullable
    - `total` number, float
    - `shippingMethod` string, nullable

## Response `200`

Success

- boolean

## Other responses

- `400`

---

[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/revisions/b2f13a808fdd/schema)
