Table of Contents

Function

The DomainCancelationHistoryInfo task displays the data of an already executed cancellation job for domains.

This order type can also be used to execute bulk orders.

Description

Task code: 0103124
Uses Cancelation object

Request
<request>
	<auth>
		<user>customer</user>
		<password>password</password>
		<context>4</context>
	</auth>
	<task>
		<code>0103124</code>
		<cancelation>
			<log_id>32539</log_id>
		</cancelation>
	</task>
</request>
Response
<response>
	<result>
		<data>
			<cancelation>
				<execdate>expire</execdate>
				<changed>2014-06-03 14:46:17</changed>
				<domain>example.com</domain>
				<type>DELETE</type>
				<registry_when_date>2015-06-03 14:45:51</registry_when_date>
				<log_id>32539</log_id>
				<owner>
					<user>customer</user>
					<context>4</context>
				</owner>
				<updater>
					<user>customer</user>
					<context>4</context>
				</updater>
				<created>2014-06-03 14:46:17</created>
			</cancelation>
		</data>
		<status>
			<code>S0103124</code>
			<text>Domain cancelation history has been inquired successfully.</text>
			<type>success</type>
		</status>
	</result>
	<stid>20140603-app-4644</stid>
</response>