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

# POST /application/purchase

`POST /application/purchase`

## Request body

- ApplicationPurchaseRequest
  - `applicationUuId` string, required
  - `customerDetails` CustomerDetailsRequest, required
    - `stateUuId` string
    - `cityUuId` string
    - `addressLine` string
    - `apartmentHouse` string
    - `useRegistrationAddress` boolean
    - `email` string, required
  - `purchasedProducts` PurchasedProductRequest[], required
    - `category` 'MOBILE_COMPUTER_TABLET' | 'AUTO_PARTS' | 'HOUSEHOLD' | 'FURNITURE' | 'CONSTRUCTION_MATERIALS_ACCESSORIES_TOOLS' | 'SOLAR' | 'SERVICES' | 'OTHER', required
    - `productName` string, required
    - `price` integer, required
    - `imeiCode` string
    - `capacity` number
  - `minPrepayment` integer, required
  - `lenderOfferUuId` string, required

## 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)
