---
title: "Create new offer"
method: POST
path: "/api/v1/Offer/create"
tags: ["Carrier - Offer APIs"]
---

# Create new offer

`POST /api/v1/Offer/create`

Allows Coyote's Carrier to create new offer.

## Request body

- CoyoteSystemsExternalApiContractsModelsOfferOfferRequest — Offer request
  - `loadId` integer, required — Available load Id
  - `amount` number, double, required — Offer amount
  - `currency` 'Undefined' | 'USD' | 'CAD' | 'MXN' | 'EUR' | 'GBP' | 'PLN' — Currency Type
  - `webHookAddress` string, uri, nullable — Web hook url address

## Response `200`

Offer was successfully created

- string

## Other responses

- `400` — Invalid request
- `409` — Load is already inactive or booked

---

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