Registry entry

Mongolia Vehicle State Plate-Number Reservation

Reserve a specific state vehicle registration plate number (улсын дугаар) through the Auto Transport National Center's (Автотээврийн үндэсний төв, ATÜNT) live online plate-ordering system. The applicant first browses a province's currently available plate numbers (grouped by the weekday on which the plate must be collected), selects one, then binds the reservation to themselves (as an individual, an organization, or a foreign citizen) and to a specific vehicle via the last five characters of its frame/chassis number. This schema models the reservation form's field surface only, not the browse/search UI used to locate a plate (a live availability grid, not applicant-submitted data) or the Cloudflare Turnstile human-verification challenge gating the submit button. GovSchema is independent and is not affiliated with, endorsed by, or operated by Mongolia or the Auto Transport National Center.

Registry entry

mn/atunt/vehicle-plate-number-reservation

Jurisdiction
Mongolia · national
Version
1.0.0
Verification
draft

Authoritative source ATÜNT online plate-ordering system ("Дугаар захиалах цонх" / Number Ordering Window), live web application, no printed form or document number published

Machine access

Registry catalog
registry/index.jsonone record per schema id

Field reference

8 fields, read from the published schema.json, with names, types, requiredness, and validation as the document states them. The live government form remains the authoritative source.

Fields

  • province enum required

    The province (aimag) or the capital, Ulaanbaatar, whose currently available plate-number inventory the applicant is browsing and reserving from. Each province currently issues from one active 3-letter plate series.

    enum: 22 values
  • pickupWeekday enum required

    The weekday on which the reserved plate must be collected/finalized, determined by which column of the availability grid the applicant's chosen plate number appears under.

    enum: Даваа | Мягмар | Лхагва | Пүрэв | Баасан
  • plateSeriesAndNumber string required

    The specific state plate number being reserved, chosen by clicking one available button in the province's availability grid (not typed free text). The 3-letter prefix is the province's currently active plate series (rotates over time as series are exhausted); the 4 digits are the specific number picked.

    pattern
  • registrantCategory enum required

    Whether the plate is being reserved by an individual, an organization (legal entity), or a foreign citizen. Determines which of the three registration-number field groups below applies.

    enum: person | company | foreign
  • citizenRegistrationNumber string optional

    The individual applicant's Mongolian citizen registration number: 2 Cyrillic letters followed by 8 digits. Required only when registrantCategory is person.

    pattern
  • organizationRegistrationNumber string optional

    The organization's 7-digit Mongolian state legal-entity registration number. Required only when registrantCategory is company.

    pattern
  • foreignCitizenIdentityNumber string optional

    The foreign-citizen applicant's identity/passport number. Required only when registrantCategory is foreign. The source form imposes no visible format constraint (a plain free-text box, no maxlength/pattern attribute), so this schema does not invent one beyond a minimum length.

    length: 1–30
  • vehicleFrameNumberLast5 string required

    The last 5 characters (digits and/or Latin letters) of the vehicle's own frame/chassis number, binding this plate reservation to a specific vehicle. Required for every registrant category.

    pattern

Version history

  • 1.0.0 draft latest this page no independent verification record schema.json

Independent and non-affiliated

GovSchema is an independent, open-source project. This reference is not produced, reviewed, or endorsed by Автотээврийн үндэсний төв (Auto Transport National Center) or any government. The authoritative source is always the live government form and its official instructions.