---
title: "get parcel modification request item by id"
method: GET
path: "/api/v{version}/parcel-modification-requests/{id}"
tags: ["orders"]
---

# get parcel modification request item by id

`GET /api/v{version}/parcel-modification-requests/{id}`

gets parcel modification request item by id.

## Path parameters

- `version` string, required
- `id` string, uuid, required

## Headers

- `X-Tenant` string, required

## Response `200`

OK

- ParcelModificationRequestResult
  - `id` string, uuid
  - `parcelId` string, uuid
  - `parcelTrackingNumber` string, nullable
  - `clientName` string, nullable
  - `parcelState` StateDto
    - `id` string, uuid
    - `name` string, nullable
    - `description` string, nullable
    - `isBlocking` boolean, nullable
    - `isLocked` boolean, nullable
    - `visibleFor` 0 | 1 | 2 | 4 | 8
    - `editableBy` 0 | 1 | 2 | 4 | 8
    - `color` string, nullable
  - `newPhone` PhoneDto
    - `number1` string, nullable
    - `number2` string, nullable
    - `number3` string, nullable
  - `newAmount` number, double, nullable
  - `oldAmount` number, double, nullable
  - `newDeliveryType` string, nullable
  - `newDeliveryAddress` ParcelAddressDto
    - `street` string, nullable
    - `city` string, nullable
    - `cityTerritoryId` string, uuid
    - `district` string, nullable
    - `districtTerritoryId` string, uuid
    - `cityTerritoryCode` integer
    - `postalCode` string, nullable
    - `country` string, nullable
    - `coordinates` Coordinates
      - `lat` number, double, nullable
      - `lng` number, double, nullable
    - `hubId` string, uuid, nullable
    - `hubName` string, nullable
  - `validatedBy` UserSnapshot
    - `id` string, uuid
    - `fullName` string, nullable
  - `validatedAt` string, date-time, nullable
  - `isApproved` boolean, nullable
  - `comment` string, nullable
  - `createdAt` string, date-time, nullable

---

[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)
