From HEXONET Wiki
(Created page with "{{Sidebar}}__NOTOC__ COMMAND <pre> <?xml version="1.0" encoding="UTF-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSc...") |
Revision as of 22:12, 10 September 2020
COMMAND
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd"> <command> <update> <domain:update xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> <domain:name>ab12trade.fr</domain:name> <domain:chg> <domain:registrant>P-ABC123</domain:registrant> </domain:chg> </domain:update> </update> <extension> <keyvalue:extension xmlns:keyvalue='http://schema.ispapi.net/epp/xml/keyvalue-1.0'> <keyvalue:kv key='COMMAND' value='TradeDomain' /> <keyvalue:kv key='X-CONFIRM-DA-NEW-REGISTRANT ' value='1' /> <keyvalue:kv key='X-CONFIRM-DA-OLD-REGISTRANT ' value='0|1' /> <keyvalue:kv key='X-REQUEST-OPT-OUT-TRANSFERLOCK' value='0|1' /> </keyvalue:extension> </extension> <clTRID>ABC-12345</clTRID> </command> </epp>
RESPONSE
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd"> <response> <result code="1000"> <msg>Command completed successfully</msg> <extValue> <value xmlns:epp="urn:ietf:params:xml:ns:epp-1.0"> <epp:undef/> </value> <reason>200 Command completed successfully</reason> </extValue> </result> <extension> <keyvalue:extension xmlns:keyvalue="http://schema.ispapi.net/epp/xml/keyvalue-1.0" xsi:schemaLocation="http://schema.ispapi.net/epp/xml/keyvalue-1.0 keyvalue-1.0.xsd"/> </extension> <trID> <clTRID>ABC-12345</clTRID> <svTRID>RW-805-1359046955930034</svTRID> </trID> </response> </epp>