mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
contact doc test
This commit is contained in:
parent
cbecbee1ec
commit
daf119c830
1 changed files with 17 additions and 17 deletions
|
@ -2,23 +2,23 @@
|
|||
|
||||
### Contact create
|
||||
|
||||
| Field name | Min-max | Field description |
|
||||
| ----------------------- |---------|------------------ |
|
||||
| `<create>` | 1 | |
|
||||
| `-<contact:create>` | 1 | Attribute: xmlns:domain="urn:ietf:params:xml:ns:contact-1.0" |
|
||||
| `-<contact:voice>` | 1 | Phone |
|
||||
| `-<contact:email>` | 1 | E-mail |
|
||||
| `-<contact:Ident>` | 1 | Contact identificator. Attribute: type="ico / op / passport / birthday" |
|
||||
| `-<contact:postalInfo>` | 1 | Contact information |
|
||||
| `--<contact:name>` | 1 | Full name |
|
||||
| `--<contact:addr>` | 1 | Address |
|
||||
| `---<contact:street>` | 0-1 | Street name |
|
||||
| `---<contact:city>` | 1 | City name |
|
||||
| `---<contact:cc>` | 1 | Country code |
|
||||
| `<extension>` | 0-1 | |
|
||||
| `-<eis:extdata>` | 0-1 | Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0" |
|
||||
| `--<eis:legalDocument>` | 1 | Base64 encoded document. Attribute: type="pdf" |
|
||||
| `<clTRID>` | 0-1 | Client transaction id |
|
||||
Field name Min-max Field description
|
||||
<create> 1
|
||||
<contact:create> 1 Attribute: xmlns:domain="urn:ietf:params:xml:ns:contact-1.0"
|
||||
<contact:voice> 1 Phone
|
||||
<contact:email> 1 E-mail
|
||||
<contact:Ident> 1 Contact identificator.
|
||||
Attribute: type="ico / op / passport / birthday"
|
||||
<contact:postalInfo> 1 Contact information
|
||||
<contact:name> 1 Full name
|
||||
<contact:addr> 1 Address
|
||||
<contact:street> 0-1 Street name
|
||||
<contact:city> 1 City name
|
||||
<contact:cc>` 1 Country code
|
||||
<extension> 0-1
|
||||
<eis:extdata> 0-1 Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0"
|
||||
<eis:legalDocument> 1 Base64 encoded document. Attribute: type="pdf"
|
||||
<clTRID> 0-1 Client transaction id
|
||||
|
||||
NB! Extension is not implemented yet!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue