---
title: "Get shipment pick up date proposal."
method: POST
path: "/rest/api/shipping/pickup-date-proposal/"
tags: ["Shipment"]
---

# Get shipment pick up date proposal.

`POST /rest/api/shipping/pickup-date-proposal/`

## Request body

- RestShipmentsDTO — This object represents an list of shipment IDs.
  - `shipments` RestShipmentIdDTO[], required — List of shipment IDs
    - `id` integer — Internal shipment ID

## Response `200`

Pickup date proposals

- RestShipmentPickupDateProposalsListingDTO — This object represents a listing shipment pickup date proposals.
  - `pickups` RestShipmentPickupDateProposalsDTO[] — Listing of RestShipmentPickupDateProposalsDTO
    - `shipmentId` integer — Internal shipment ID
    - `type` 1 | 2 — Carrier document type (1 - TYPE_SEND_FROM_STACK, 2 - TYPE_CMR)
    - `pickupDate` unknown[] — Pickup date proposals
      - unknown

## Other responses

- `401` — Authorization failed
- `409` — Validation error - Shipments are associated with different carrier accounts.
- `422` — Validation error

---

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