mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Added contact Ident type to doc
This commit is contained in:
parent
e6bb4d8712
commit
584182d163
1 changed files with 7 additions and 8 deletions
|
@ -21,10 +21,15 @@ Contact Mapping protocol short version:
|
||||||
<contact:city> 1 City name
|
<contact:city> 1 City name
|
||||||
<contact:sp> 0-1 State or province
|
<contact:sp> 0-1 State or province
|
||||||
<contact:pc> 0-1 Postal code
|
<contact:pc> 0-1 Postal code
|
||||||
<contact:cc>` 1 Country code, 2 letters uppercase
|
<contact:cc> 1 Country code, 2 letters uppercase
|
||||||
<contact:voice> 1 Phone number in format \+ddd.d+
|
<contact:voice> 1 Phone number in format \+ddd.d+
|
||||||
<contact:email> 1 E-mail
|
<contact:email> 1 E-mail
|
||||||
<contact:Ident> 1 Contact identificator.
|
<contact:Ident> 1 Contact identificator. Attribute: type="op"
|
||||||
|
Type values:
|
||||||
|
'op', # Estonian ID
|
||||||
|
'passport', # Passport number
|
||||||
|
'birthday' # Birthday date
|
||||||
|
|
||||||
|
|
||||||
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-contact-with-valid-user-create-command-successfully-creates-a-contact)
|
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-contact-with-valid-user-create-command-successfully-creates-a-contact)
|
||||||
|
|
||||||
|
@ -90,9 +95,3 @@ Contact Mapping protocol short version:
|
||||||
<clTRID> 0-1 Client transaction id
|
<clTRID> 0-1 Client transaction id
|
||||||
|
|
||||||
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-contact-with-valid-user-info-command-discloses-items-to-owner)
|
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-contact-with-valid-user-info-command-discloses-items-to-owner)
|
||||||
|
|
||||||
|
|
||||||
### Domain renew
|
|
||||||
|
|
||||||
Renewal semantics do not apply to contact objects, so there is no
|
|
||||||
mapping defined for the EPP <renew> command.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue