---
title: "Add Collies"
method: POST
path: "/addcollies"
tags: ["ShipmentApi"]
---

# Add Collies

`POST /addcollies`

Adds collies to a shipment, increasing the number of packages associated with the shipment.

## Query parameters

- `shipmentId` integer, required
- `numberofcolliestoadd` integer

## Response `200`

OK

- ClientAPIAddColliesResultDto
  - `status` 'OK' | 'Error' | 'ValidationFailed' — 0 = OK, 1 = Error, 2 = ValidationFailed
  - `validations` ClientAPIValidation[], nullable
    - `code` integer
    - `message` string, nullable
    - `params` object, nullable
  - `error` ClientAPIError
    - `code` integer
    - `message` string, nullable
    - `stackTrace` string, nullable
    - `innerException` ClientAPIError — recursive
    - `validations` ClientAPIValidation[], nullable
      - `code` integer
      - `message` string, nullable
      - `params` object, nullable
    - `messageParams` string[], nullable
    - `payload` JToken[]
  - `traceID` string, nullable
  - `colliIds` string[], nullable — List of barcode IDs for the collies that were added or removed.
  - `shipmentId` integer — ID of the shipment that was modified.

---

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