---
title: "POST /application/offers"
method: POST
path: "/application/offers"
tags: ["application-resource"]
---

# POST /application/offers

`POST /application/offers`

## Request body

- ApplicationOfferRetrievalRequest
  - `applicationUuId` string, required
  - `cooperationUuId` string, required
  - `loanDuration` integer, required
  - `purchasedItems` PurchasedItem[], required
    - `category` 'MOBILE_COMPUTER_TABLET' | 'AUTO_PARTS' | 'HOUSEHOLD' | 'FURNITURE' | 'CONSTRUCTION_MATERIALS_ACCESSORIES_TOOLS' | 'SOLAR' | 'SERVICES' | 'OTHER', required
    - `price` integer, required
    - `installationAddress` InstallationAddress
      - `districtCode` string
      - `city` string
      - `address` string

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/velox/apis/userapi.md) · [All operations](https://skmtc.dev/velox/apis/userapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/velox/userapi/revisions/5cffc0b08c1e/schema)
