---
title: "sendDocument"
method: POST
path: "/api/acceptor/send-document"
tags: ["acceptor-acceptor-resource"]
---

# sendDocument

`POST /api/acceptor/send-document`

## Request body

- AcceptorOwnerUpdateCommand
  - `acceptorName` string
  - `acceptorNameEn` string
  - `accountNumber` string
  - `address` string
  - `apgCallbackUrl` string
  - `bank` string
  - `birthCertDigit` string
  - `birthCertLetter` string
  - `birthCertNumber` string
  - `birthCertSeriesNumber` string
  - `branch` string
  - `category` string
  - `city` string
  - `dateOfBirth` string
  - `department` 'SPORT' | 'CLOTHING' | 'CONSULTING' | 'DIGITAL' | 'RESTAURANT' | 'HEALTH' | 'SCIENCE' | 'STORE' | 'TRAVEL' | 'HOME_APPLIANCE' | 'BEAUTY' | 'JEWELLERY' | 'CULTURE' | 'FORMALITY' | 'ART' | 'CAR' | 'BUILDING'
  - `description` string
  - `deviceConnType` 'POS' | 'PORTABLE_POS' | 'QRCODE'
  - `documents` DocumentDTO[]
    - `acceptorId` integer
    - `content` string, byte
    - `contentContentType` string
    - `description` string
    - `documentIdentifier` string
    - `documentKey` string
    - `documentStatus` 'CONFIRMED' | 'REJECTED'
    - `documentType` 'LOGO' | 'MENU' | 'PHOTO' | 'PHOTO_BUILDING' | 'DOCUMENT' | 'BANNER' | 'BANNER_LANDING' | 'BANNER_LANDING_DESKTOP' | 'ID_NATIONAL_CODE' | 'ID_IDENTITY_NUMBER' | 'ID_BUSINESS_LICENSE' | 'ID_SHEBA_CONFIRMATION' | 'ID_POSTAL_CODE' | 'ID_APG_CONTRACT' | 'ID_POS_CONTRACT' | 'ID_ACCEPTOR_CONFIRMATION' | 'ID_OTHERS', required
    - `id` integer
    - `lastModifiedDate` string, date-time
    - `makePublic` boolean
    - `paymentToolId` integer
    - `statusDescription` string
    - `uploadedOn` string, date-time
    - `validFrom` string, date
    - `validTo` string, date
  - `familyName` string
  - `familyNameEn` string
  - `fatherName` string
  - `gender` 'MALE' | 'FEMALE'
  - `givenName` string
  - `givenNameEn` string
  - `id` integer
  - `mobile` string
  - `nationalIdNumber` string
  - `nationality` 'IRANIAN' | 'FOREIGNER'
  - `phone` string
  - `postcode` string
  - `shortDescription` string
  - `state` string
  - `targetGroup` 'MALE' | 'FEMALE' | 'UNISEX'

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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