domainTRANSIT

Copy

format: xml
request: domainTRANSIT
disconnect: false

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<registry-request xmlns="http://registry.denic.de/global/5.0" xmlns:domain="http://registry.denic.de/domain/5.0">
  <domain:transit disconnect="false">
  <domain:handle>de-example.de</domain:handle>
  </domain:transit>
  <ctid>cba-987654321</ctid>
</registry-request>

 

Copy

format: xml
response: domainTRANSIT
disconnect: false

<?xml version="1.0" encoding="UTF-8"?>

<registry-response xmlns="http://registry.denic.de/global/5.0" xmlns:tr="http://registry.denic.de/transaction/5.0">
  <tr:transaction>
    <tr:stid>342d1d01-963c-11df-a9e2-9519b5688882</tr:stid>
    <tr:ctid>cba-987654321</tr:ctid>
    <tr:result>success</tr:result>
  </tr:transaction>
</registry-response>

 

Copy

format: xml
request: domainTRANSIT
disconnect: true

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<registry-request xmlns="http://registry.denic.de/global/5.0" xmlns:domain="http://registry.denic.de/domain/5.0">
  <domain:transit disconnect="true">
  <domain:handle>de-example.de</domain:handle>
  </domain:transit>
  <ctid>cba-987654321</ctid>
</registry-request>

 

Copy

format: xml
response: domainTRANSIT
disconnect: true

<?xml version="1.0" encoding="UTF-8"?>

<registry-response xmlns="http://registry.denic.de/global/5.0" xmlns:tr="http://registry.denic.de/transaction/5.0">
  <tr:transaction>
    <tr:stid>342d1d01-963c-11df-a9e2-9519b5688882</tr:stid>
    <tr:ctid>cba-987654321</tr:ctid>
    <tr:result>success</tr:result>
  </tr:transaction>
</registry-response>

Copy

format: k/v
request: domainTRANSIT
disconnect: false

Version: 5.0
Action: transit
CTID: cba-987654321
Domain: de-example.de
Disconnect: false

 

Copy

format: k/v
response: domainTRANSIT
disconnect: false

Result: success
STID: 1aba2fc0-9625-11df-a9e2-9519b5688882
CTID: cba-987654321

 

Copy

format: k/v
request: domainTRANSIT
disconnect: true

Version: 5.0
Action: transit
CTID: cba-987654321
Domain: de-example.de
Disconnect: true

 

Copy

format: k/v
response: domainTRANSIT
disconnect: true

Result: success
STID: 1aba2fc0-9625-11df-a9e2-9519b5688882
CTID: cba-987654321