---
title: "Updates an existing parcel modification request"
method: PATCH
path: "/api/v{version}/parcel-modification-requests/{requestId}"
tags: ["orders"]
---

# Updates an existing parcel modification request

`PATCH /api/v{version}/parcel-modification-requests/{requestId}`

Updates an existing parcel modification request before it is validated. Permissions requises : SupplierAdminRole, SupplierParcelsManagerRole.

## Path parameters

- `version` string, required
- `requestId` string, uuid, required

## Headers

- `X-Tenant` string, required

## Request body

- UpdateParcelModificationRequestRequest
  - `requestId` string, uuid
  - `amount` number, double, nullable
  - `phone` PhoneDto
    - `number1` string, nullable
    - `number2` string, nullable
    - `number3` string, nullable
  - `deliveryType` string, nullable
  - `deliveryAddress` AddressDto
    - `street` string, nullable
    - `city` string, nullable
    - `cityTerritoryId` string, uuid
    - `district` string, nullable
    - `districtTerritoryId` string, uuid
    - `postalCode` string, nullable
    - `country` string, nullable
    - `coordinates` Coordinates
      - `lat` number, double, nullable
      - `lng` number, double, nullable
  - `hubId` string, uuid, nullable

## Response `200`

OK

- UpdateParcelModificationRequestResponse
  - `id` string, uuid

---

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