---
title: "Reject a counter bid"
method: POST
path: "/participant-pools/{participantPoolId}/items/{itemId}/scheduling/counter-bids/{id}/reject"
tags: ["Items - Scheduling - Counter Bids"]
---

# Reject a counter bid

`POST /participant-pools/{participantPoolId}/items/{itemId}/scheduling/counter-bids/{id}/reject`

Reject a counter bid for the pool item's scheduling. The counter bid will be marked as rejected.

## Request body

- object
  - `reason` string — Optional reason for rejecting the counter bid

## Response `200`

Counter bid rejected successfully.

- ParticipantPoolItemSchedulingCounterBid — Counter bid configuration for participant pool item scheduling
  - `id` string — Unique identifier for the counter bid
  - `counter` ParticipantPoolItemSchedulingBid, required — Bidding configuration for participant pool item scheduling
    - `maxPrice` number — Maximum price willing to pay for the scheduling slot
    - `currency` string — Currency code for the price (e.g., USD, EUR)
  - `status` 'PENDING' | 'ACCEPTED' | 'REJECTED', required — Status of a counter bid for participant pool item scheduling
  - `publicId` string — Public identifier of the counter bidder
  - `name` string — Name of the counter bidder
  - `email` string — Email of the counter bidder
  - `createdAt` string, date-time — Timestamp when the counter bid was created
  - `updatedAt` string, date-time — Timestamp when the counter bid was last updated
  - `respondedAt` string, date-time — Timestamp when the counter bid was accepted or rejected

---

[API](https://skmtc.net/pactima/apis/esignature-packages-api.md) · [All operations](https://skmtc.net/pactima/apis/esignature-packages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pactima/esignature-packages-api/versions/1570128383ef/schema)
