Table of Contents

Function

The ContactVerificationResendEmail task resends the verification email.

Description

Route: PUT /contact/{id}/verification/_resendEmail
No body has to be sent.

Request
{
}
Response
{
	"status": {
		"code": "S0349",
		"text": "Resending of the verification email was started successfully.",
		"type": "SUCCESS"
	},
	"object": {
		"type": "ContactVerification",
		"value": "11404406"
	}
}

Taskcode: 0349
Uses Contact Verification object

Request
<request>
	<auth>
		<user>customer</user>
		<password>password</password>
		<context>4</context>
	</auth>
	<task>
		<code>0349</code>
		<handle_verification>
			<handle>
				<id>11404406</id>
			</handle>
		</handle_verification>
	</task>
</request>
Response
<response>	
	<result>
		<data/>
		<status>
			<code>S0349</code>
			<text>Resending of the verification email was started successfully.</text>
		    <type>success</type>
			<object>
				<type>handle_verification</type>
				<value>11404406</value>
			</object>
		</status>
	</result>
</response>


.