mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
added bic and priv
This commit is contained in:
parent
0dba34f3f6
commit
6681dca02c
2 changed files with 7 additions and 5 deletions
|
@ -49,8 +49,10 @@ class Contact < ActiveRecord::Base
|
|||
IDENT_TYPE_ICO = 'ico'
|
||||
IDENT_TYPES = [
|
||||
IDENT_TYPE_ICO, # Company registry code (or similar)
|
||||
'op', # Estonian ID
|
||||
'passport', # Passport number
|
||||
'bic', # Business registry code
|
||||
'priv', # National idendtification number
|
||||
'op', # Estonian ID, depricated
|
||||
'passport', # Passport number, depricated
|
||||
'birthday' # Birthday date
|
||||
]
|
||||
|
||||
|
|
|
@ -24,10 +24,10 @@ Contact Mapping protocol short version:
|
|||
<contact:cc> 1 Country code, 2 letters uppercase
|
||||
<contact:voice> 1 Phone number in format \+ddd.d+
|
||||
<contact:email> 1 E-mail
|
||||
<contact:Ident> 1 Contact identificator. Attribute: type="op"
|
||||
<contact:Ident> 1 Contact identificator. Attribute: type="bic"
|
||||
Type values:
|
||||
'op', # Estonian ID
|
||||
'passport', # Passport number
|
||||
'bic', # Business registry code
|
||||
'priv', # National idendtification number
|
||||
'birthday' # Birthday date
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue